Uses of Interface
org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessor
Package
Description
-
Uses of RegionServerCoprocessor 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 RegionServerCoprocessor in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionRegionServerCoprocessorHost.checkAndGetInstance
(Class<?> implClass) Modifier and TypeMethodDescriptionRegionServerCoprocessorHost.createEnvironment
(RegionServerCoprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf) ModifierConstructorDescriptionRegionServerEnvironment
(RegionServerCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, RegionServerServices services) RegionServerEnvironmentForCoreCoprocessors
(RegionServerCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, RegionServerServices services) -
Uses of RegionServerCoprocessor in org.apache.hadoop.hbase.security.access
Modifier and TypeClassDescriptionclass
Provides basic authorization checks for data access and administrative operations. -
Uses of RegionServerCoprocessor in org.apache.hadoop.hbase.security.visibility
Modifier and TypeClassDescriptionclass
A RegionServerObserver impl that provides the custom VisibilityReplicationEndpoint.