public static class RegionServerServices.PostOpenDeployContext extends Object
| Constructor and Description |
|---|
PostOpenDeployContext(HRegion region,
long openProcId,
long masterSystemTime,
long initiatingMasterActiveTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInitiatingMasterActiveTime() |
long |
getMasterSystemTime() |
long |
getOpenProcId() |
HRegion |
getRegion() |
public PostOpenDeployContext(HRegion region, long openProcId, long masterSystemTime, long initiatingMasterActiveTime)
public HRegion getRegion()
public long getOpenProcId()
public long getMasterSystemTime()
public long getInitiatingMasterActiveTime()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.