org.apache.hadoop.hbase.coprocessor
Interface RegionServerCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

public interface RegionServerCoprocessorEnvironment
extends CoprocessorEnvironment


Method Summary
 RegionServerServices getRegionServerServices()
           
 
Methods inherited from interface org.apache.hadoop.hbase.CoprocessorEnvironment
getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getVersion
 

Method Detail

getRegionServerServices

RegionServerServices getRegionServerServices()
Returns:
reference to the HMaster services


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