Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Packages that use CoprocessorHost
Package
Description
-
Uses of CoprocessorHost in org.apache.hadoop.hbase.master
Subclasses of CoprocessorHost in org.apache.hadoop.hbase.masterModifier and TypeClassDescriptionclassProvides 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 TypeClassDescriptionclassImplements 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 TypeClassDescriptionclassImplements the coprocessor environment and runtime support for coprocessors loaded within aWAL.