org.apache.hadoop.hbase.tmpl.master
Class RegionServerListTmpl.ImplData

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

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


Constructor Summary
RegionServerListTmpl.ImplData()
           
 
Method Summary
 HMaster getMaster()
           
 boolean getServers__IsNotDefault()
           
 List<ServerName> getServers()
           
 void setMaster(HMaster master)
           
 void setServers(List<ServerName> servers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionServerListTmpl.ImplData

public RegionServerListTmpl.ImplData()
Method Detail

setMaster

public void setMaster(HMaster master)

getMaster

public HMaster getMaster()

setServers

public void setServers(List<ServerName> servers)

getServers

public List<ServerName> getServers()

getServers__IsNotDefault

public boolean getServers__IsNotDefault()


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