|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ABlockReader | |
|---|---|
| org.apache.accumulo.core.file.blockfile | |
| org.apache.accumulo.core.file.blockfile.impl | |
| 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)). |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||