org.apache.hadoop.hbase.regionserver
Class RegionServerServices.RegionStateTransitionContext
java.lang.Object
org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
- Enclosing interface:
- RegionServerServices
public static class RegionServerServices.RegionStateTransitionContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionServerServices.RegionStateTransitionContext
@InterfaceAudience.Private
public RegionServerServices.RegionStateTransitionContext(RegionServerStatusProtos.RegionStateTransition.TransitionCode code,
long openSeqNum,
long masterSystemTime,
HRegionInfo... hris)
getCode
public RegionServerStatusProtos.RegionStateTransition.TransitionCode getCode()
getOpenSeqNum
public long getOpenSeqNum()
getMasterSystemTime
public long getMasterSystemTime()
getHris
public HRegionInfo[] getHris()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.