public static class RegionServerServices.RegionStateTransitionContext extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode |
code |
private RegionInfo[] |
hris |
private long |
masterSystemTime |
private long |
openSeqNum |
Constructor and Description |
---|
RegionStateTransitionContext(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code,
long openSeqNum,
long masterSystemTime,
RegionInfo... hris) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode |
getCode() |
RegionInfo[] |
getHris() |
long |
getMasterSystemTime() |
long |
getOpenSeqNum() |
private final org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code
private final long openSeqNum
private final long masterSystemTime
private final RegionInfo[] hris
@InterfaceAudience.Private public RegionStateTransitionContext(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code, long openSeqNum, long masterSystemTime, RegionInfo... hris)
public org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode getCode()
public long getOpenSeqNum()
public long getMasterSystemTime()
public RegionInfo[] getHris()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.