Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Package
Description
-
Uses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.MasterCoprocessorHost
Provides the coprocessor framework and environment for master oriented operations. -
Uses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Implements the coprocessor environment and runtime support for coprocessors loaded within aRegion
.class
org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
-
Uses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
Implements the coprocessor environment and runtime support for coprocessors loaded within aWAL
.