Uses of Class
org.apache.hadoop.hbase.io.hfile.CacheConfig

Packages that use CacheConfig
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.tmpl.regionserver   
org.apache.hadoop.hbase.util   
 

Uses of CacheConfig in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type CacheConfig
 StoreFile.Reader BaseRegionObserver.postStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment> ctx, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFile.Reader reader)
           
 StoreFile.Reader RegionObserver.postStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment> ctx, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFile.Reader reader)
          Called after the creation of Reader for a store file.
 StoreFile.Reader BaseRegionObserver.preStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment> ctx, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFile.Reader reader)
           
 StoreFile.Reader RegionObserver.preStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment> ctx, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFile.Reader reader)
          Called before creation of Reader for a store file.
 

Uses of CacheConfig in org.apache.hadoop.hbase.io
 

Constructors in org.apache.hadoop.hbase.io with parameters of type CacheConfig
HalfStoreFileReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, CacheConfig cacheConf, Reference r, org.apache.hadoop.conf.Configuration conf)
          Creates a half file reader for a normal hfile.
HalfStoreFileReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, org.apache.hadoop.conf.Configuration conf)
          Creates a half file reader for a hfile referred to by an hfilelink.
 

Uses of CacheConfig in org.apache.hadoop.hbase.io.hfile
 

Fields in org.apache.hadoop.hbase.io.hfile declared as CacheConfig
protected  CacheConfig AbstractHFileWriter.cacheConf
          Cache configuration for caching data on write.
protected  CacheConfig HFile.WriterFactory.cacheConf
           
protected  CacheConfig AbstractHFileReader.cacheConf
          Block cache configuration.
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type CacheConfig
static HFile.Reader HFile.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf)
           
static HFile.Reader HFile.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf)
           
 HFileBlock HFileBlock.Writer.getBlockForCaching(CacheConfig cacheConf)
          Creates a new HFileBlock.
static HFile.WriterFactory HFile.getWriterFactory(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf)
          Returns the factory to be used to create HFile writers
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type CacheConfig
AbstractHFileReader(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, long fileSize, CacheConfig cacheConf, HFileSystem hfs, org.apache.hadoop.conf.Configuration conf)
           
AbstractHFileWriter(CacheConfig cacheConf, org.apache.hadoop.fs.FSDataOutputStream outputStream, org.apache.hadoop.fs.Path path, KeyValue.KVComparator comparator, HFileContext fileContext)
           
CacheConfig(CacheConfig cacheConf)
          Constructs a cache configuration copied from the specified configuration.
HFileBlockIndex.BlockIndexWriter(HFileBlock.Writer blockWriter, CacheConfig cacheConf, String nameForCaching)
          Creates a multi-level block index writer.
HFileReaderV2(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, HFileSystem hfs, org.apache.hadoop.conf.Configuration conf)
          Opens a HFile.
HFileReaderV3(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, HFileSystem hfs, org.apache.hadoop.conf.Configuration conf)
          Opens a HFile.
HFileWriterV2(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, KeyValue.KVComparator comparator, HFileContext context)
          Constructor that takes a path, creates and closes the output stream.
HFileWriterV3(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, KeyValue.KVComparator comparator, HFileContext fileContext)
          Constructor that takes a path, creates and closes the output stream.
 

Uses of CacheConfig in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return CacheConfig
 CacheConfig HRegionServer.getCacheConfig()
           
 CacheConfig HStore.getCacheConfig()
           
 CacheConfig Store.getCacheConfig()
          Used for tests.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type CacheConfig
 StoreFile.Reader StoreFileInfo.open(org.apache.hadoop.fs.FileSystem fs, CacheConfig cacheConf)
          Open a Reader for the StoreFile
 StoreFile.Reader RegionCoprocessorHost.postStoreFileReaderOpen(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, StoreFile.Reader reader)
           
 StoreFile.Reader RegionCoprocessorHost.preStoreFileReaderOpen(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r)
           
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type CacheConfig
StoreFile.Reader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf)
           
StoreFile.Reader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf)
           
StoreFile.WriterBuilder(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, org.apache.hadoop.fs.FileSystem fs)
           
StoreFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType cfBloomType)
          Constructor, loads a reader and it's indices, etc.
StoreFile(org.apache.hadoop.fs.FileSystem fs, StoreFileInfo fileInfo, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType cfBloomType)
          Constructor, loads a reader and it's indices, etc.
 

Uses of CacheConfig in org.apache.hadoop.hbase.tmpl.regionserver
 

Methods in org.apache.hadoop.hbase.tmpl.regionserver that return CacheConfig
 CacheConfig BlockCacheTmpl.ImplData.getCacheConfig()
           
 CacheConfig BlockCacheViewTmpl.ImplData.getCacheConfig()
           
 

Methods in org.apache.hadoop.hbase.tmpl.regionserver with parameters of type CacheConfig
 org.jamon.Renderer BlockCacheTmpl.makeRenderer(CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration config)
           
 org.jamon.Renderer BlockCacheViewTmpl.makeRenderer(CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration conf, String bcn, String bcv)
           
 void BlockCacheTmpl.render(Writer jamonWriter, CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration config)
           
 void BlockCacheViewTmpl.render(Writer jamonWriter, CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration conf, String bcn, String bcv)
           
 void BlockCacheTmpl.renderNoFlush(Writer jamonWriter, CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration config)
           
 void BlockCacheViewTmpl.renderNoFlush(Writer jamonWriter, CacheConfig cacheConfig, org.apache.hadoop.conf.Configuration conf, String bcn, String bcv)
           
 void BlockCacheTmpl.ImplData.setCacheConfig(CacheConfig cacheConfig)
           
 void BlockCacheViewTmpl.ImplData.setCacheConfig(CacheConfig cacheConfig)
           
 

Uses of CacheConfig in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util with parameters of type CacheConfig
static BloomFilterWriter BloomFilterFactory.createDeleteBloomAtWrite(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, int maxKeys, HFile.Writer writer)
          Creates a new Delete Family Bloom filter at the time of StoreFile writing.
static BloomFilterWriter BloomFilterFactory.createGeneralBloomAtWrite(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType bloomType, int maxKeys, HFile.Writer writer)
          Creates a new general (Row or RowCol) Bloom filter at the time of StoreFile writing.
 



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