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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the class or interface represented by this object.Returns Path of the jar file.intReturns 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:CoprocessorDescriptorReturns the name of the class or interface represented by this object.- Specified by:
getClassNamein interfaceCoprocessorDescriptor
-
getJarPath
Description copied from interface:CoprocessorDescriptorReturns Path of the jar file. If it's null, the class will be loaded from default classloader.- Specified by:
getJarPathin interfaceCoprocessorDescriptor
-
getPriority
Description copied from interface:CoprocessorDescriptorReturns The order to execute this coprocessor- Specified by:
getPriorityin interfaceCoprocessorDescriptor
-
getProperties
Description copied from interface:CoprocessorDescriptorReturns Arbitrary key-value parameter pairs passed into the coprocessor.- Specified by:
getPropertiesin interfaceCoprocessorDescriptor
-
toString
-