Uses of Interface
org.apache.accumulo.core.file.blockfile.ABlockReader

Packages that use ABlockReader
org.apache.accumulo.core.file.blockfile   
org.apache.accumulo.core.file.blockfile.impl   
org.apache.accumulo.core.file.rfile   
 

Uses of ABlockReader in org.apache.accumulo.core.file.blockfile
 

Methods in org.apache.accumulo.core.file.blockfile that return ABlockReader
 ABlockReader BlockFileReader.getDataBlock(int blockIndex)
           
 ABlockReader BlockFileReader.getDataBlock(long offset, long compressedSize, long rawSize)
           
 ABlockReader BlockFileReader.getMetaBlock(long offset, long compressedSize, long rawSize)
           
 ABlockReader BlockFileReader.getMetaBlock(String name)
           
 

Uses of ABlockReader in org.apache.accumulo.core.file.blockfile.impl
 

Classes in org.apache.accumulo.core.file.blockfile.impl that implement ABlockReader
static class CachableBlockFile.BlockRead
          Class provides functionality to read one block from the underlying BCFile Since We are caching blocks in the Reader class as bytearrays, this class will wrap a DataInputStream(ByteArrayStream(cachedBlock)).
static class CachableBlockFile.CachedBlockRead
           
 

Methods in org.apache.accumulo.core.file.blockfile.impl that return ABlockReader
 ABlockReader CachableBlockFile.Reader.getDataBlock(long offset, long compressedSize, long rawSize)
           
 ABlockReader CachableBlockFile.Reader.getMetaBlock(long offset, long compressedSize, long rawSize)
           
 

Uses of ABlockReader in org.apache.accumulo.core.file.rfile
 

Methods in org.apache.accumulo.core.file.rfile with parameters of type ABlockReader
static BlockIndex BlockIndex.getIndex(ABlockReader cacheBlock, MultiLevelIndex.IndexEntry indexEntry)
           
 BlockIndex.BlockIndexEntry BlockIndex.seekBlock(Key startKey, ABlockReader cacheBlock)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.