Package org.apache.hadoop.hbase.io

Interface Summary
CellOutputStream Accepts a stream of Cells.
HeapSize Implementations can be asked for an estimate of their size in bytes.
WritableWithSize An optional interface to 'size' writables.
 

Class Summary
ByteBufferOutputStream Not thread safe!
DataInputInputStream An InputStream that wraps a DataInput.
DataOutputOutputStream OutputStream implementation that wraps a DataOutput.
DoubleOutputStream An output stream that writes to two streams on each operation.
FileLink The FileLink is a sort of hardlink, that allows access to a file given a set of locations.
HalfStoreFileReader A facade for a HFile.Reader that serves up either the top or bottom half of a HFile where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
HFileLink HFileLink describes a link to an hfile.
HLogLink HLogLink describes a link to a WAL.
ImmutableBytesWritable A byte sequence that is usable as a key or value.
ImmutableBytesWritable.Comparator A Comparator optimized for ImmutableBytesWritable.
Reference A reference to the top or bottom half of a store file where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
TimeRange Represents an interval of version timestamps.
 



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