Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost

Packages that use CoprocessorHost
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of CoprocessorHost in org.apache.hadoop.hbase.master
 

Subclasses of CoprocessorHost in org.apache.hadoop.hbase.master
 class MasterCoprocessorHost
          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.regionserver
 class RegionCoprocessorHost
          Implements the coprocessor environment and runtime support for coprocessors loaded within a HRegion.
 class RegionServerCoprocessorHost
           
 

Uses of CoprocessorHost in org.apache.hadoop.hbase.regionserver.wal
 

Subclasses of CoprocessorHost in org.apache.hadoop.hbase.regionserver.wal
 class WALCoprocessorHost
          Implements the coprocessor environment and runtime support for coprocessors loaded within a FSHLog.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.