org.apache.hadoop.hbase.coprocessor
Interface RegionCoprocessorEnvironment

All Superinterfaces:
CoprocessorEnvironment

public interface RegionCoprocessorEnvironment
extends CoprocessorEnvironment


Method Summary
 HRegion getRegion()
           
 RegionServerServices getRegionServerServices()
           
 ConcurrentMap<String,Object> getSharedData()
           
 
Methods inherited from interface org.apache.hadoop.hbase.CoprocessorEnvironment
getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion
 

Method Detail

getRegion

HRegion getRegion()
Returns:
the region associated with this coprocessor

getRegionServerServices

RegionServerServices getRegionServerServices()
Returns:
reference to the region server services

getSharedData

ConcurrentMap<String,Object> getSharedData()
Returns:
shared data between all instances of this coprocessor


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