Uses of Interface
org.apache.hadoop.hbase.client.CoprocessorDescriptor
Packages that use CoprocessorDescriptor
-
Uses of CoprocessorDescriptor in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement CoprocessorDescriptorModifier and TypeClassDescriptionprivate static final class
Methods in org.apache.hadoop.hbase.client that return CoprocessorDescriptorModifier and TypeMethodDescriptionCoprocessorDescriptorBuilder.build()
static CoprocessorDescriptor
Methods in org.apache.hadoop.hbase.client that return types with arguments of type CoprocessorDescriptorModifier and TypeMethodDescriptionTableDescriptor.getCoprocessorDescriptors()
Return the list of attached co-processor representedTableDescriptorBuilder.ModifyableTableDescriptor.getCoprocessorDescriptors()
Return the list of attached co-processor represented by their name classNameprivate static Optional<CoprocessorDescriptor>
TableDescriptorBuilder.toCoprocessorDescriptor
(String spec) This method is mostly intended for internal use.Methods in org.apache.hadoop.hbase.client with parameters of type CoprocessorDescriptorModifier and TypeMethodDescriptionTableDescriptorBuilder.ModifyableTableDescriptor.setCoprocessor
(CoprocessorDescriptor cp) Add a table coprocessor to this table.TableDescriptorBuilder.setCoprocessor
(CoprocessorDescriptor cpDesc) Method parameters in org.apache.hadoop.hbase.client with type arguments of type CoprocessorDescriptorModifier and TypeMethodDescriptionTableDescriptorBuilder.setCoprocessors
(Collection<CoprocessorDescriptor> cpDescs)