Package org.apache.accumulo.core.file.blockfile.impl

Class Summary
CachableBlockFile This is a wrapper class for BCFile that includes a cache for independent caches for datablocks and metadatablocks
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)).
CachableBlockFile.BlockWrite  
CachableBlockFile.Reader Class wraps the BCFile reader.
CachableBlockFile.Writer  
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.