Package org.apache.hadoop.hbase.client
Class CoprocessorDescriptorBuilder
java.lang.Object
org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
Used to build the
CoprocessorDescriptor-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()static CoprocessorDescriptorBuildernewBuilder(String className) static CoprocessorDescriptorsetJarPath(String jarPath) setPriority(int priority) setProperties(Map<String, String> properties) setProperty(String key, String value)
-
Field Details
-
className
-
jarPath
-
priority
-
properties
-
-
Constructor Details
-
CoprocessorDescriptorBuilder
-
-
Method Details
-
of
-
newBuilder
-
setJarPath
-
setPriority
-
setProperty
-
setProperties
-
build
-