org.apache.hadoop.hbase.coprocessor
Interface RegionCoprocessorEnvironment
- All Superinterfaces:
- CoprocessorEnvironment
@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public interface RegionCoprocessorEnvironment
- extends CoprocessorEnvironment
getRegion
HRegion getRegion()
- Returns:
- the region associated with this coprocessor
getRegionInfo
HRegionInfo getRegionInfo()
- Returns:
- region information for the region this coprocessor is running on
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 © 2015 The Apache Software Foundation. All rights reserved.