Uses of Interface
org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
Packages that use MasterCoprocessor
Package
Description
-
Uses of MasterCoprocessor in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement MasterCoprocessorModifier and TypeClassDescriptionclass
Pluggable JMX Agent for HBase(to fix the 2 random TCP ports issue of the out-of-the-box JMX Agent): 1)connector port can share with the registry port if SSL is OFF 2)support password authentication 3)support subset of SSL (with default configuration) -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.coprocessor.example
Classes in org.apache.hadoop.hbase.coprocessor.example that implement MasterCoprocessorModifier and TypeClassDescriptionclass
An example coprocessor that collects some metrics to demonstrate the usage of exporting custom metrics from the coprocessor. -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.coprocessor.example.row.stats
Classes in org.apache.hadoop.hbase.coprocessor.example.row.stats that implement MasterCoprocessor -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master with type parameters of type MasterCoprocessorMethods in org.apache.hadoop.hbase.master that return MasterCoprocessorMethods in org.apache.hadoop.hbase.master with parameters of type MasterCoprocessorModifier and TypeMethodDescriptionMasterCoprocessorHost.createEnvironment
(MasterCoprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf) Method parameters in org.apache.hadoop.hbase.master with type arguments of type MasterCoprocessorModifier and TypeMethodDescription(package private) boolean
MasterRpcServices.checkCoprocessorWithService
(List<MasterCoprocessor> coprocessorsToCheck, Class<?> service) Determines if there is a coprocessor implementation in the provided argument which extends or implements the providedservice
.Constructors in org.apache.hadoop.hbase.master with parameters of type MasterCoprocessorModifierConstructorDescriptionMasterEnvironment
(MasterCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, MasterServices services) MasterEnvironmentForCoreCoprocessors
(MasterCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, MasterServices services) -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement MasterCoprocessorModifier and TypeClassDescriptionclass
An observer to automatically delete quotas when a table/namespace is deleted. -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.rsgroup
Classes in org.apache.hadoop.hbase.rsgroup that implement MasterCoprocessorModifier and TypeClassDescriptionclass
Deprecated.Keep it here only for compatibility with old client, all the logics have been moved into core of HBase. -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.security.access
Classes in org.apache.hadoop.hbase.security.access that implement MasterCoprocessorModifier and TypeClassDescriptionclass
Provides basic authorization checks for data access and administrative operations.class
Master observer for restricting coprocessor assignments.class
Set HDFS ACLs to hFiles to make HBase granted users have permission to scan snapshot -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.security.visibility
Classes in org.apache.hadoop.hbase.security.visibility that implement MasterCoprocessorModifier and TypeClassDescriptionclass
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in visibility labels