@InterfaceAudience.Private public class CoprocessorMethods extends Object
| Constructor and Description |
|---|
CoprocessorMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(Method method) |
void |
addMethod(String name,
Class<?>... parameters) |
void |
addMethod(String name,
String... parameters) |
boolean |
hasMethod(Method method) |
boolean |
hasMethod(String name,
Class<?>... parameters) |
boolean |
hasMethod(String name,
String... parameters) |
Copyright © 2007–2019 Cloudera. All rights reserved.