org.apache.hadoop.hbase.tmpl.regionserver
Class BlockCacheTmpl

java.lang.Object
  extended by org.jamon.AbstractTemplateProxy
      extended by org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl

public class BlockCacheTmpl
extends org.jamon.AbstractTemplateProxy


Nested Class Summary
static class BlockCacheTmpl.ImplData
           
protected static interface BlockCacheTmpl.Intf
           
 
Constructor Summary
BlockCacheTmpl()
           
BlockCacheTmpl(org.jamon.TemplateManager p_manager)
           
 
Method Summary
protected  org.jamon.AbstractTemplateImpl constructImpl()
           
 org.jamon.AbstractTemplateImpl constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class)
           
 BlockCacheTmpl.ImplData getImplData()
           
protected  BlockCacheTmpl.ImplData makeImplData()
           
 org.jamon.Renderer makeRenderer(CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration config)
           
 void render(Writer jamonWriter, CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration config)
           
 void renderNoFlush(Writer jamonWriter, CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration config)
           
 
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
 

Constructor Detail

BlockCacheTmpl

public BlockCacheTmpl(org.jamon.TemplateManager p_manager)

BlockCacheTmpl

public BlockCacheTmpl()
Method Detail

makeImplData

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

getImplData

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

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(CacheConfig cacheConfig,
                                       org.apache.hadoop.conf.Configuration config)

render

public void render(Writer jamonWriter,
                   CacheConfig cacheConfig,
                   org.apache.hadoop.conf.Configuration config)
            throws IOException
Throws:
IOException

renderNoFlush

public void renderNoFlush(Writer jamonWriter,
                          CacheConfig cacheConfig,
                          org.apache.hadoop.conf.Configuration config)
                   throws IOException
Throws:
IOException


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