@InterfaceAudience.Public public interface CoprocessorDescriptor
CoprocessorDescriptorBuilder
to instantiate a CoprocessorDescriptorModifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the name of the class or interface represented by this object.
|
Optional<String> |
getJarPath()
Returns Path of the jar file.
|
int |
getPriority()
Returns The order to execute this coprocessor
|
Map<String,String> |
getProperties()
Returns Arbitrary key-value parameter pairs passed into the coprocessor.
|
String getClassName()
Optional<String> getJarPath()
int getPriority()
Map<String,String> getProperties()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.