Class RegionServerServices.PostOpenDeployContext
java.lang.Object
org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext
- Enclosing interface:
- RegionServerServices
Context for postOpenDeployTasks().
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final longprivate final longprivate final HRegion -
Constructor Summary
ConstructorsConstructorDescriptionPostOpenDeployContext(HRegion region, long openProcId, long masterSystemTime, long initiatingMasterActiveTime) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglong
-
Field Details
-
region
-
openProcId
-
masterSystemTime
-
initiatingMasterActiveTime
-
-
Constructor Details
-
PostOpenDeployContext
public PostOpenDeployContext(HRegion region, long openProcId, long masterSystemTime, long initiatingMasterActiveTime)
-
-
Method Details
-
getRegion
-
getOpenProcId
-
getMasterSystemTime
-
getInitiatingMasterActiveTime
-