Uses of Interface
org.apache.hadoop.hbase.CoprocessorEnvironment

Packages that use CoprocessorEnvironment
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
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.security.access   
org.apache.hadoop.hbase.security.token   
org.apache.hadoop.hbase.security.visibility   
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type CoprocessorEnvironment
 void JMXListener.start(CoprocessorEnvironment env)
           
 void Coprocessor.start(CoprocessorEnvironment env)
           
 void JMXListener.stop(CoprocessorEnvironment env)
           
 void Coprocessor.stop(CoprocessorEnvironment env)
           
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type CoprocessorEnvironment
static HConnection CoprocessorHConnection.getConnectionForEnvironment(CoprocessorEnvironment env)
          Create an unmanaged HConnection based on the environment in which we are running the coprocessor.
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.constraint
 

Methods in org.apache.hadoop.hbase.constraint with parameters of type CoprocessorEnvironment
 void ConstraintProcessor.start(CoprocessorEnvironment environment)
           
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
 

Classes in org.apache.hadoop.hbase.coprocessor with type parameters of type CoprocessorEnvironment
 class CoprocessorHost<E extends CoprocessorEnvironment>
          Provides the common setup framework and runtime services for coprocessor invocation from HBase services.
 class ObserverContext<E extends CoprocessorEnvironment>
          Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
 

Subinterfaces of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
 interface MasterCoprocessorEnvironment
           
 interface RegionCoprocessorEnvironment
           
 interface RegionServerCoprocessorEnvironment
           
 interface WALCoprocessorEnvironment
           
 

Classes in org.apache.hadoop.hbase.coprocessor that implement CoprocessorEnvironment
static class CoprocessorHost.Environment
          Encapsulation of the environment of each coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with type parameters of type CoprocessorEnvironment
static
<T extends CoprocessorEnvironment>
ObserverContext<T>
ObserverContext.createAndPrepare(T env, ObserverContext<T> context)
          Instantiates a new ObserverContext instance if the passed reference is null and sets the environment in the new or existing instance.
 

Methods in org.apache.hadoop.hbase.coprocessor that return CoprocessorEnvironment
 CoprocessorEnvironment CoprocessorHost.findCoprocessorEnvironment(String className)
          Find a coprocessor environment by class name
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type CoprocessorEnvironment
protected  void CoprocessorHost.abortServer(CoprocessorEnvironment environment, Throwable e)
           
protected  void CoprocessorHost.handleCoprocessorThrowable(CoprocessorEnvironment env, Throwable e)
          This is used by coprocessor hooks which are declared to throw IOException (or its subtypes).
 void CoprocessorHost.shutdown(CoprocessorEnvironment e)
           
 void BaseMasterAndRegionObserver.start(CoprocessorEnvironment ctx)
           
 void BaseRegionObserver.start(CoprocessorEnvironment e)
           
 void AggregateImplementation.start(CoprocessorEnvironment env)
          Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
 void BaseRegionServerObserver.start(CoprocessorEnvironment env)
           
 void MultiRowMutationEndpoint.start(CoprocessorEnvironment env)
          Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
 void BaseMasterObserver.start(CoprocessorEnvironment ctx)
           
 void BaseRowProcessorEndpoint.start(CoprocessorEnvironment env)
          Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
 void BaseWALObserver.start(CoprocessorEnvironment e)
           
 void BaseMasterAndRegionObserver.stop(CoprocessorEnvironment ctx)
           
 void BaseRegionObserver.stop(CoprocessorEnvironment e)
           
 void AggregateImplementation.stop(CoprocessorEnvironment env)
           
 void BaseRegionServerObserver.stop(CoprocessorEnvironment env)
           
 void MultiRowMutationEndpoint.stop(CoprocessorEnvironment env)
           
 void BaseMasterObserver.stop(CoprocessorEnvironment ctx)
           
 void BaseRowProcessorEndpoint.stop(CoprocessorEnvironment env)
           
 void BaseWALObserver.stop(CoprocessorEnvironment e)
           
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor.example
 

Methods in org.apache.hadoop.hbase.coprocessor.example with parameters of type CoprocessorEnvironment
 void ZooKeeperScanPolicyObserver.start(CoprocessorEnvironment e)
           
 void RowCountEndpoint.start(CoprocessorEnvironment env)
          Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
 void BulkDeleteEndpoint.start(CoprocessorEnvironment env)
           
 void ZooKeeperScanPolicyObserver.stop(CoprocessorEnvironment e)
           
 void RowCountEndpoint.stop(CoprocessorEnvironment env)
           
 void BulkDeleteEndpoint.stop(CoprocessorEnvironment env)
           
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type CoprocessorEnvironment
 void SecureBulkLoadEndpoint.start(CoprocessorEnvironment env)
           
 void AccessController.start(CoprocessorEnvironment env)
           
 void SecureBulkLoadEndpoint.stop(CoprocessorEnvironment env)
           
 void AccessController.stop(CoprocessorEnvironment env)
           
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.token
 

Methods in org.apache.hadoop.hbase.security.token with parameters of type CoprocessorEnvironment
 void TokenProvider.start(CoprocessorEnvironment env)
           
 void TokenProvider.stop(CoprocessorEnvironment env)
           
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.visibility
 

Methods in org.apache.hadoop.hbase.security.visibility with parameters of type CoprocessorEnvironment
 void VisibilityController.start(CoprocessorEnvironment env)
           
 void VisibilityController.VisibilityReplication.start(CoprocessorEnvironment env)
           
 void VisibilityController.stop(CoprocessorEnvironment env)
           
 void VisibilityController.VisibilityReplication.stop(CoprocessorEnvironment env)
           
 



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