Uses of Interface
org.apache.hadoop.hbase.Coprocessor
Package
Description
Table of Contents
-
Uses of org.apache.hadoop.hbase.Coprocessor in org.apache.hadoop.hbase
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.CoprocessorEnvironment<C extends org.apache.hadoop.hbase.Coprocessor>
Coprocessor environment state.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 in org.apache.hadoop.hbase.backup
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.backup.BackupObserver
An Observer to facilitate backup operations -
Uses of org.apache.hadoop.hbase.Coprocessor in org.apache.hadoop.hbase.coprocessor
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.coprocessor.BaseEnvironment<C extends org.apache.hadoop.hbase.Coprocessor>
Encapsulation of the environment of each coprocessorclass
org.apache.hadoop.hbase.coprocessor.CoprocessorHost<C extends org.apache.hadoop.hbase.Coprocessor,
E extends org.apache.hadoop.hbase.CoprocessorEnvironment<C>> Provides the common setup framework and runtime services for coprocessor invocation from HBase services.Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
interface
org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
interface
org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessor
interface
org.apache.hadoop.hbase.coprocessor.WALCoprocessor
WALCoprocessor don't support loading services usinggetServices()
.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.coprocessor.MetaTableMetrics
A coprocessor that collects metrics from meta table.class
org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
This class implements atomic multi row transactions usingHRegion.mutateRowsWithLocks(Collection, Collection, long, long)
and Coprocessor endpoints.Modifier and TypeFieldDescriptionC
BaseEnvironment.impl
The coprocessor -
Uses of org.apache.hadoop.hbase.Coprocessor 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 in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint
Deprecated.Keep it here only for compatibility with old client, all the logics have been moved into core of HBase.