public static class BlockCacheViewTmpl.ImplData extends org.jamon.AbstractTemplateProxy.ImplData
Modifier and Type | Field and Description |
---|---|
private String |
m_bcn |
private String |
m_bcv |
private BlockCache |
m_blockCache |
private CacheConfig |
m_cacheConfig |
private org.apache.hadoop.conf.Configuration |
m_conf |
Constructor and Description |
---|
ImplData() |
Modifier and Type | Method and Description |
---|---|
String |
getBcn() |
String |
getBcv() |
BlockCache |
getBlockCache() |
CacheConfig |
getCacheConfig() |
org.apache.hadoop.conf.Configuration |
getConf() |
void |
setBcn(String bcn) |
void |
setBcv(String bcv) |
void |
setBlockCache(BlockCache blockCache) |
void |
setCacheConfig(CacheConfig cacheConfig) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
private CacheConfig m_cacheConfig
private org.apache.hadoop.conf.Configuration m_conf
private BlockCache m_blockCache
public ImplData()
public void setCacheConfig(CacheConfig cacheConfig)
public CacheConfig getCacheConfig()
public void setConf(org.apache.hadoop.conf.Configuration conf)
public org.apache.hadoop.conf.Configuration getConf()
public void setBlockCache(BlockCache blockCache)
public BlockCache getBlockCache()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.