Uses of Interface
org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment

Packages that use RegionServerCoprocessorEnvironment
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.security.access   
 

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

Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type RegionServerCoprocessorEnvironment
 void RegionServerObserver.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> env)
          Called before stopping region server.
 

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

Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type RegionServerCoprocessorEnvironment
 void AccessController.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> env)
           
 



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