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.
SizedCellScanner A CellScanner that knows its size in memory in bytes.
 

Class Summary
BoundedByteBufferPool Like Hadoops' ByteBufferPool only you do not specify desired size when getting a ByteBuffer.
ByteBufferOutputStream Not thread safe!
ImmutableBytesWritable A byte sequence that is usable as a key or value.
ImmutableBytesWritable.Comparator A Comparator optimized for ImmutableBytesWritable.
LimitInputStream Copied from guava source code v15 (LimitedInputStream) Guava deprecated LimitInputStream in v14 and removed it in v15.
TagCompressionContext Context that holds the dictionary for Tag compression and doing the compress/uncompress.
TimeRange Represents an interval of version timestamps.
 



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