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