Uses of Class
org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead

Packages that use CachableBlockFile.BlockRead
org.apache.accumulo.core.file.blockfile.impl   
 

Uses of CachableBlockFile.BlockRead in org.apache.accumulo.core.file.blockfile.impl
 

Subclasses of CachableBlockFile.BlockRead in org.apache.accumulo.core.file.blockfile.impl
static class CachableBlockFile.CachedBlockRead
           
 

Methods in org.apache.accumulo.core.file.blockfile.impl that return CachableBlockFile.BlockRead
 CachableBlockFile.BlockRead CachableBlockFile.Reader.cacheMetaBlock(String blockName, BCFile.Reader.BlockReader _currBlock)
           
 CachableBlockFile.BlockRead CachableBlockFile.Reader.getCachedMetaBlock(String blockName)
           
 CachableBlockFile.BlockRead CachableBlockFile.Reader.getDataBlock(int blockIndex)
          It is intended that once the BlockRead object is returned to the caller, that the caller will read the entire block and then call close on the BlockRead class.
 CachableBlockFile.BlockRead CachableBlockFile.Reader.getMetaBlock(String blockName)
          It is intended that once the BlockRead object is returned to the caller, that the caller will read the entire block and then call close on the BlockRead class.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.