Uses of Interface
org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
Package
Description
Table of Contents
-
Uses of org.apache.hadoop.hbase.coprocessor.MasterCoprocessor in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.JMXListener
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 org.apache.hadoop.hbase.coprocessor.MasterCoprocessor in org.apache.hadoop.hbase.coprocessor
Modifier and TypeClassDescriptionstatic class
org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService
Deprecated. -
Uses of org.apache.hadoop.hbase.coprocessor.MasterCoprocessor in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.coprocessor.MasterCoprocessor
MasterCoprocessorHost.checkAndGetInstance
(Class<?> implClass) Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.master.MasterCoprocessorHost.MasterEnvironment
MasterCoprocessorHost.createEnvironment
(org.apache.hadoop.hbase.coprocessor.MasterCoprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf) -
Uses of org.apache.hadoop.hbase.coprocessor.MasterCoprocessor in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.MasterQuotasObserver
An observer to automatically delete quotas when a table/namespace is deleted. -
Uses of org.apache.hadoop.hbase.coprocessor.MasterCoprocessor in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint