Package org.apache.accumulo.core.file.blockfile.impl
-
Class Summary Class Description CachableBlockFile This is a wrapper class for BCFile that includes a cache for independent caches for datablocks and metadatablocksCachableBlockFile.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)).CachableBlockFile.BlockWrite CachableBlockFile.CachedBlockRead CachableBlockFile.Reader Class wraps the BCFile reader.CachableBlockFile.Writer SeekableByteArrayInputStream This class is like byte array input stream with two differences.