org.apache.hadoop.hbase.tmpl.regionserver
Class RegionListTmpl.ImplData

java.lang.Object
  extended by org.jamon.AbstractTemplateProxy.ImplData
      extended by org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.ImplData
Enclosing class:
RegionListTmpl

public static class RegionListTmpl.ImplData
extends org.jamon.AbstractTemplateProxy.ImplData


Constructor Summary
RegionListTmpl.ImplData()
           
 
Method Summary
 List<HRegionInfo> getOnlineRegions()
           
 HRegionServer getRegionServer()
           
 void setOnlineRegions(List<HRegionInfo> onlineRegions)
           
 void setRegionServer(HRegionServer regionServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionListTmpl.ImplData

public RegionListTmpl.ImplData()
Method Detail

setRegionServer

public void setRegionServer(HRegionServer regionServer)

getRegionServer

public HRegionServer getRegionServer()

setOnlineRegions

public void setOnlineRegions(List<HRegionInfo> onlineRegions)

getOnlineRegions

public List<HRegionInfo> getOnlineRegions()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.