Uses of Interface
org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
Package
Description
Table of Contents
-
Uses of MasterCoprocessor in org.apache.hadoop.hbase
Modifier 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
Modifier and TypeClassDescriptionstatic class
Deprecated. -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.coprocessor.example
Modifier 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.master
Modifier and TypeMethodDescriptionMasterCoprocessorHost.createEnvironment
(MasterCoprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf) Modifier 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
.ModifierConstructorDescriptionMasterEnvironment
(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
Modifier and TypeClassDescriptionclass
An observer to automatically delete quotas when a table/namespace is deleted. -
Uses of MasterCoprocessor in org.apache.hadoop.hbase.rsgroup
-
Uses of MasterCoprocessor in org.apache.hadoop.hbase.security.access
Modifier 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
Modifier and TypeClassDescriptionclass
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in visibility labels