@InterfaceAudience.Private public class CoprocessorMethods extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private Set<CoprocessorMethod> | methods | 
| 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) | 
private final Set<CoprocessorMethod> methods
public CoprocessorMethods()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.