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.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.token   
 

Uses of CoprocessorEnvironment in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type CoprocessorEnvironment
 void Coprocessor.start(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
 CoprocessorEnvironment BaseEndpointCoprocessor.getEnvironment()
           
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type CoprocessorEnvironment
protected  void CoprocessorHost.abortServer(CoprocessorEnvironment environment, Throwable e)
           
protected  void CoprocessorHost.abortServer(String service, Server server, 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 BaseMasterObserver.start(CoprocessorEnvironment ctx)
           
 void BaseEndpointCoprocessor.start(CoprocessorEnvironment env)
           
 void BaseRegionObserver.start(CoprocessorEnvironment e)
           
 void BaseMasterObserver.stop(CoprocessorEnvironment ctx)
           
 void BaseEndpointCoprocessor.stop(CoprocessorEnvironment env)
           
 void BaseRegionObserver.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 ZooKeeperScanPolicyObserver.stop(CoprocessorEnvironment e)
           
 

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

Methods in org.apache.hadoop.hbase.master with parameters of type CoprocessorEnvironment
protected  void MasterCoprocessorHost.abortServer(CoprocessorEnvironment env, Throwable e)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type CoprocessorEnvironment
protected  void RegionCoprocessorHost.abortServer(CoprocessorEnvironment env, Throwable e)
           
 

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 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)
           
 



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