Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Packages that use CoprocessorHost
Package
Description
Tools to help define network clients and servers.
-
Uses of CoprocessorHost in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return CoprocessorHostModifier and TypeMethodDescriptionprotected abstract CoprocessorHost<?,
?> HBaseServerBase.getCoprocessorHost()
-
Uses of CoprocessorHost in org.apache.hadoop.hbase.ipc
Subclasses of CoprocessorHost in org.apache.hadoop.hbase.ipc -
Uses of CoprocessorHost in org.apache.hadoop.hbase.master
Subclasses of CoprocessorHost in org.apache.hadoop.hbase.masterModifier and TypeClassDescriptionclass
Provides the coprocessor framework and environment for master oriented operations. -
Uses of CoprocessorHost in org.apache.hadoop.hbase.regionserver
Subclasses of CoprocessorHost in org.apache.hadoop.hbase.regionserverModifier 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
Subclasses of CoprocessorHost in org.apache.hadoop.hbase.regionserver.walModifier and TypeClassDescriptionclass
Implements the coprocessor environment and runtime support for coprocessors loaded within aWAL
.