Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Package
Description
-
Uses of CoprocessorHost in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionprotected abstract CoprocessorHost<?,
?> HBaseServerBase.getCoprocessorHost()
-
Uses of CoprocessorHost in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
Provides the coprocessor framework and environment for master oriented operations. -
Uses of CoprocessorHost in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
Implements the coprocessor environment and runtime support for coprocessors loaded within aRegion
.class
-
Uses of CoprocessorHost in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeClassDescriptionclass
Implements the coprocessor environment and runtime support for coprocessors loaded within aWAL
.