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

java.lang.Object
  extended by org.jamon.AbstractTemplateProxy
      extended by org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl

public class RegionServerListTmpl
extends org.jamon.AbstractTemplateProxy


Nested Class Summary
static class RegionServerListTmpl.ImplData
           
protected static interface RegionServerListTmpl.Intf
           
 
Field Summary
protected  List<ServerName> servers
           
 
Constructor Summary
RegionServerListTmpl()
           
RegionServerListTmpl(org.jamon.TemplateManager p_manager)
           
 
Method Summary
protected  org.jamon.AbstractTemplateImpl constructImpl()
           
 org.jamon.AbstractTemplateImpl constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class)
           
 RegionServerListTmpl.ImplData getImplData()
           
protected  RegionServerListTmpl.ImplData makeImplData()
           
 org.jamon.Renderer makeRenderer(HMaster master)
           
 void render(Writer jamonWriter, HMaster master)
           
 void renderNoFlush(Writer jamonWriter, HMaster master)
           
 RegionServerListTmpl setServers(List<ServerName> p_servers)
           
 
Methods inherited from class org.jamon.AbstractTemplateProxy
getTemplateManager, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servers

protected List<ServerName> servers
Constructor Detail

RegionServerListTmpl

public RegionServerListTmpl(org.jamon.TemplateManager p_manager)

RegionServerListTmpl

public RegionServerListTmpl()
Method Detail

makeImplData

protected RegionServerListTmpl.ImplData makeImplData()
Specified by:
makeImplData in class org.jamon.AbstractTemplateProxy

getImplData

public RegionServerListTmpl.ImplData getImplData()
Overrides:
getImplData in class org.jamon.AbstractTemplateProxy

setServers

public final RegionServerListTmpl setServers(List<ServerName> p_servers)

constructImpl

public org.jamon.AbstractTemplateImpl constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class)
Specified by:
constructImpl in class org.jamon.AbstractTemplateProxy

constructImpl

protected org.jamon.AbstractTemplateImpl constructImpl()
Specified by:
constructImpl in class org.jamon.AbstractTemplateProxy

makeRenderer

public org.jamon.Renderer makeRenderer(HMaster master)

render

public void render(Writer jamonWriter,
                   HMaster master)
            throws IOException
Throws:
IOException

renderNoFlush

public void renderNoFlush(Writer jamonWriter,
                          HMaster master)
                   throws IOException
Throws:
IOException


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