org.apache.hadoop.hbase.coprocessor
Interface RegionServerCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

public interface RegionServerCoprocessorEnvironment
extends CoprocessorEnvironment


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

Method Detail

getRegionServerServices

RegionServerServices getRegionServerServices()
Gets the region server services.

Returns:
the region server services


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