|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFile
public class CachableBlockFile
This is a wrapper class for BCFile that includes a cache for independent caches for datablocks and metadatablocks
| Nested Class Summary | |
|---|---|
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.BlockWrite
|
static class |
CachableBlockFile.Reader
Class wraps the BCFile reader. |
static class |
CachableBlockFile.Writer
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||