Uses of Class
org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
-
Packages that use CachableBlockFile.CachedBlockRead Package Description org.apache.accumulo.core.file.blockfile.impl org.apache.accumulo.core.file.rfile -
-
Uses of CachableBlockFile.CachedBlockRead in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl that return CachableBlockFile.CachedBlockRead Modifier and Type Method Description CachableBlockFile.CachedBlockReadCachableBlockFile.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.CachedBlockReadCachableBlockFile.Reader. getDataBlock(long offset, long compressedSize, long rawSize)CachableBlockFile.CachedBlockReadCachableBlockFile.Reader. getMetaBlock(long offset, long compressedSize, long rawSize)CachableBlockFile.CachedBlockReadCachableBlockFile.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. -
Uses of CachableBlockFile.CachedBlockRead in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile with parameters of type CachableBlockFile.CachedBlockRead Modifier and Type Method Description static BlockIndexBlockIndex. getIndex(CachableBlockFile.CachedBlockRead cacheBlock, MultiLevelIndex.IndexEntry indexEntry)BlockIndex.BlockIndexEntryBlockIndex. seekBlock(Key startKey, CachableBlockFile.CachedBlockRead cacheBlock)
-