org.apache.accumulo.core.file.rfile.bcfile
Class BCFile

java.lang.Object
  extended by org.apache.accumulo.core.file.rfile.bcfile.BCFile

public final class BCFile
extends Object

Block Compressed file, the underlying physical storage layer for TFile. BCFile provides the basic block level compression for the data block and meta blocks. It is separated from TFile as it may be used for other block-compressed file implementation.


Nested Class Summary
static class BCFile.Reader
          BCFile Reader, interface to read the file's data and meta blocks.
static class BCFile.Writer
          BCFile writer, the entry point for creating a new BCFile.
 
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.