public class RegionServerListTmpl extends org.jamon.AbstractTemplateProxy
Modifier and Type | Class and Description |
---|---|
static class |
RegionServerListTmpl.ImplData |
static interface |
RegionServerListTmpl.Intf |
Modifier and Type | Field and Description |
---|---|
protected List<ServerName> |
servers |
Modifier | Constructor and Description |
---|---|
|
RegionServerListTmpl() |
protected |
RegionServerListTmpl(String p_path) |
|
RegionServerListTmpl(org.jamon.TemplateManager p_manager) |
Modifier and Type | Method and Description |
---|---|
protected org.jamon.AbstractTemplateImpl |
constructImpl() |
org.jamon.AbstractTemplateImpl |
constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class) |
RegionServerListTmpl.ImplData |
getImplData() |
protected org.jamon.AbstractTemplateProxy.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) |
protected List<ServerName> servers
public RegionServerListTmpl(org.jamon.TemplateManager p_manager)
protected RegionServerListTmpl(String p_path)
public RegionServerListTmpl()
protected org.jamon.AbstractTemplateProxy.ImplData makeImplData()
makeImplData
in class org.jamon.AbstractTemplateProxy
public RegionServerListTmpl.ImplData getImplData()
getImplData
in class org.jamon.AbstractTemplateProxy
public final RegionServerListTmpl setServers(List<ServerName> p_servers)
public org.jamon.AbstractTemplateImpl constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class)
constructImpl
in class org.jamon.AbstractTemplateProxy
protected org.jamon.AbstractTemplateImpl constructImpl()
constructImpl
in class org.jamon.AbstractTemplateProxy
public org.jamon.Renderer makeRenderer(HMaster master)
public void render(Writer jamonWriter, HMaster master) throws IOException
IOException
public void renderNoFlush(Writer jamonWriter, HMaster master) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.