org.apache.hadoop.hbase.regionserver
Class RegionServerServices.RegionStateTransitionContext

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
Enclosing interface:
RegionServerServices

public static class RegionServerServices.RegionStateTransitionContext
extends Object


Constructor Summary
RegionServerServices.RegionStateTransitionContext(RegionServerStatusProtos.RegionStateTransition.TransitionCode code, long openSeqNum, long masterSystemTime, HRegionInfo... hris)
           
 
Method Summary
 RegionServerStatusProtos.RegionStateTransition.TransitionCode getCode()
           
 HRegionInfo[] getHris()
           
 long getMasterSystemTime()
           
 long getOpenSeqNum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionServerServices.RegionStateTransitionContext

@InterfaceAudience.Private
public RegionServerServices.RegionStateTransitionContext(RegionServerStatusProtos.RegionStateTransition.TransitionCode code,
                                                                                   long openSeqNum,
                                                                                   long masterSystemTime,
                                                                                   HRegionInfo... hris)
Method Detail

getCode

public RegionServerStatusProtos.RegionStateTransition.TransitionCode getCode()

getOpenSeqNum

public long getOpenSeqNum()

getMasterSystemTime

public long getMasterSystemTime()

getHris

public HRegionInfo[] getHris()


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.