Uses of Interface
org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessor
Packages that use RegionServerCoprocessor
Package
Description
-
Uses of RegionServerCoprocessor in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement RegionServerCoprocessorModifier 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
Fields in org.apache.hadoop.hbase.regionserver with type parameters of type RegionServerCoprocessorMethods in org.apache.hadoop.hbase.regionserver that return RegionServerCoprocessorModifier and TypeMethodDescriptionRegionServerCoprocessorHost.checkAndGetInstance
(Class<?> implClass) Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionServerCoprocessorModifier and TypeMethodDescriptionRegionServerCoprocessorHost.createEnvironment
(RegionServerCoprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type RegionServerCoprocessorModifierConstructorDescriptionRegionServerEnvironment
(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
Classes in org.apache.hadoop.hbase.security.access that implement RegionServerCoprocessorModifier and TypeClassDescriptionclass
Provides basic authorization checks for data access and administrative operations. -
Uses of RegionServerCoprocessor in org.apache.hadoop.hbase.security.visibility
Classes in org.apache.hadoop.hbase.security.visibility that implement RegionServerCoprocessorModifier and TypeClassDescriptionclass
A RegionServerObserver impl that provides the custom VisibilityReplicationEndpoint.