Uses of Interface
org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
Package
Description
Table of Contents
-
Uses of org.apache.hadoop.hbase.coprocessor.RegionCoprocessor 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.RegionCoprocessor in org.apache.hadoop.hbase.coprocessor
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.coprocessor.BaseRowProcessorEndpoint<S extends com.google.protobuf.Message,
T extends com.google.protobuf.Message> This class demonstrates how to implement atomic read-modify-writes usingRegion.processRowsWithLocks(org.apache.hadoop.hbase.regionserver.RowProcessor<?, ?>)
and Coprocessor endpoints.static class
org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService
Deprecated.class
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. -
Uses of org.apache.hadoop.hbase.coprocessor.RegionCoprocessor in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.coprocessor.RegionCoprocessor
RegionCoprocessorHost.checkAndGetInstance
(Class<?> implClass) Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.RegionEnvironment
RegionCoprocessorHost.createEnvironment
(org.apache.hadoop.hbase.coprocessor.RegionCoprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf)