org.apache.accumulo.core.file.blockfile.impl
Class CachableBlockFile

java.lang.Object
  extended by org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile

public class CachableBlockFile
extends Object

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
 



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