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

Packages that use CoprocessorEnvironment
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
 

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.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 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 BaseRegionObserver.start(CoprocessorEnvironment e)
           
 void BaseMasterObserver.start(CoprocessorEnvironment ctx)
           
 void BaseEndpointCoprocessor.start(CoprocessorEnvironment env)
           
 void BaseRegionObserver.stop(CoprocessorEnvironment e)
           
 void BaseMasterObserver.stop(CoprocessorEnvironment ctx)
           
 void BaseEndpointCoprocessor.stop(CoprocessorEnvironment env)
           
 

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)
           
 



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