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 | 
| private long[] | procIds | 
| Constructor and Description | 
|---|
| RegionStateTransitionContext(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code,
                            long openSeqNum,
                            long procId,
                            long masterSystemTime,
                            RegionInfo hri) | 
| 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() | 
| long[] | getProcIds() | 
private final org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code
private final long openSeqNum
private final long masterSystemTime
private final long[] procIds
private final RegionInfo[] hris
public RegionStateTransitionContext(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code, long openSeqNum, long masterSystemTime, RegionInfo... hris)
public RegionStateTransitionContext(org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode code, long openSeqNum, long procId, long masterSystemTime, RegionInfo hri)
public org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode getCode()
public long getOpenSeqNum()
public long getMasterSystemTime()
public RegionInfo[] getHris()
public long[] getProcIds()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.