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