Uses of Package
org.apache.hadoop.hbase.coprocessor

Packages that use org.apache.hadoop.hbase.coprocessor
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.coprocessor.example   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.token   
org.apache.hadoop.hbase.security.visibility   
org.apache.hadoop.hbase.tool   
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.client.coprocessor
ColumnInterpreter
          Defines how value for specific column is interpreted and provides utility methods like compare, add, multiply etc for them.
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.constraint
BaseRegionObserver
          An abstract class that implements RegionObserver.
ObserverContext
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
RegionCoprocessorEnvironment
           
RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.coprocessor
BaseRegionObserver
          An abstract class that implements RegionObserver.
CoprocessorService
          Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via CoprocessorService.getService().
MasterCoprocessorEnvironment
           
MasterObserver
          Defines coprocessor hooks for interacting with operations on the HMaster process.
ObserverContext
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
RegionCoprocessorEnvironment
           
RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
RegionObserver.MutationType
          Mutation type for postMutationBeforeWAL hook
RegionServerCoprocessorEnvironment
           
RegionServerObserver
           
WALCoprocessorEnvironment
           
WALObserver
          It's provided to have a way for coprocessors to observe, rewrite, or skip WALEdits as they are being written to the WAL.
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.coprocessor.example
BaseRegionObserver
          An abstract class that implements RegionObserver.
CoprocessorService
          Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via CoprocessorService.getService().
ObserverContext
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
RegionCoprocessorEnvironment
           
RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.master
CoprocessorHost
          Provides the common setup framework and runtime services for coprocessor invocation from HBase services.
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.regionserver
CoprocessorHost
          Provides the common setup framework and runtime services for coprocessor invocation from HBase services.
RegionObserver.MutationType
          Mutation type for postMutationBeforeWAL hook
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.regionserver.wal
CoprocessorHost
          Provides the common setup framework and runtime services for coprocessor invocation from HBase services.
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.security.access
BaseMasterAndRegionObserver
           
BaseRegionObserver
          An abstract class that implements RegionObserver.
BulkLoadObserver
          Coprocessors implement this interface to observe and mediate bulk load operations.
CoprocessorService
          Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via CoprocessorService.getService().
EndpointObserver
          Coprocessors implement this interface to observe and mediate endpoint invocations on a region.
MasterCoprocessorEnvironment
           
MasterObserver
          Defines coprocessor hooks for interacting with operations on the HMaster process.
ObserverContext
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
RegionCoprocessorEnvironment
           
RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
RegionObserver.MutationType
          Mutation type for postMutationBeforeWAL hook
RegionServerCoprocessorEnvironment
           
RegionServerObserver
           
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.security.token
CoprocessorService
          Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via CoprocessorService.getService().
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.security.visibility
BaseMasterAndRegionObserver
           
BaseRegionObserver
          An abstract class that implements RegionObserver.
BaseRegionServerObserver
          An abstract class that implements RegionServerObserver.
CoprocessorService
          Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via CoprocessorService.getService().
MasterCoprocessorEnvironment
           
MasterObserver
          Defines coprocessor hooks for interacting with operations on the HMaster process.
ObserverContext
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
RegionCoprocessorEnvironment
           
RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
RegionObserver.MutationType
          Mutation type for postMutationBeforeWAL hook
RegionServerCoprocessorEnvironment
           
RegionServerObserver
           
 

Classes in org.apache.hadoop.hbase.coprocessor used by org.apache.hadoop.hbase.tool
BaseRegionObserver
          An abstract class that implements RegionObserver.
ObserverContext
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
RegionCoprocessorEnvironment
           
RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.