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

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

public static class RegionServerServices.PostOpenDeployContext
extends Object

Context for postOpenDeployTasks().


Constructor Summary
RegionServerServices.PostOpenDeployContext(HRegion region, long masterSystemTime)
           
 
Method Summary
 long getMasterSystemTime()
           
 HRegion getRegion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionServerServices.PostOpenDeployContext

@InterfaceAudience.Private
public RegionServerServices.PostOpenDeployContext(HRegion region,
                                                                            long masterSystemTime)
Method Detail

getRegion

public HRegion getRegion()

getMasterSystemTime

public long getMasterSystemTime()


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.