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

Packages that use org.apache.hadoop.hbase.coprocessor.CoprocessorHost
  • Uses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in org.apache.hadoop.hbase.master

    Subclasses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in in org.apache.hadoop.hbase.master
    Modifier and Type
    Class
    Description
    class 
    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

    Subclasses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
    Implements the coprocessor environment and runtime support for coprocessors loaded within a Region.
    class 
    org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
     
  • Uses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost in org.apache.hadoop.hbase.regionserver.wal

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