Package org.apache.hadoop.hbase.client
Class CoprocessorDescriptorBuilder.CoprocessorDescriptorImpl
java.lang.Object
org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder.CoprocessorDescriptorImpl
- All Implemented Interfaces:
CoprocessorDescriptor
- Enclosing class:
- CoprocessorDescriptorBuilder
private static final class CoprocessorDescriptorBuilder.CoprocessorDescriptorImpl
extends Object
implements CoprocessorDescriptor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the class or interface represented by this object.Returns Path of the jar file.int
Returns The order to execute this coprocessorReturns Arbitrary key-value parameter pairs passed into the coprocessor.toString()
-
Field Details
-
className
-
jarPath
-
priority
-
properties
-
-
Constructor Details
-
CoprocessorDescriptorImpl
-
-
Method Details
-
getClassName
Description copied from interface:CoprocessorDescriptor
Returns the name of the class or interface represented by this object.- Specified by:
getClassName
in interfaceCoprocessorDescriptor
-
getJarPath
Description copied from interface:CoprocessorDescriptor
Returns Path of the jar file. If it's null, the class will be loaded from default classloader.- Specified by:
getJarPath
in interfaceCoprocessorDescriptor
-
getPriority
Description copied from interface:CoprocessorDescriptor
Returns The order to execute this coprocessor- Specified by:
getPriority
in interfaceCoprocessorDescriptor
-
getProperties
Description copied from interface:CoprocessorDescriptor
Returns Arbitrary key-value parameter pairs passed into the coprocessor.- Specified by:
getProperties
in interfaceCoprocessorDescriptor
-
toString
-