Interface | Description |
---|---|
ByteBufferWriter |
This interface marks a class to support writing ByteBuffers into it.
|
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 | Description |
---|---|
ByteArrayOutputStream |
Our own implementation of ByteArrayOutputStream where all methods are NOT synchronized and
supports writing ByteBuffer directly to it.
|
ByteBufferInputStream |
Not thread safe!
|
ByteBufferListOutputStream |
An OutputStream which writes data into ByteBuffers.
|
ByteBufferOutputStream |
Not thread safe!
|
ByteBufferPool |
Like Hadoops' ByteBufferPool only you do not specify desired size when getting a ByteBuffer.
|
ByteBufferWriterDataOutputStream |
Our extension of DataOutputStream which implements ByteBufferWriter
|
ByteBufferWriterOutputStream |
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.
|
ByteBuffInputStream |
Not thread safe!
|
ImmutableBytesWritable |
A byte sequence that is usable as a key or value.
|
ImmutableBytesWritable.Comparator |
A Comparator optimized for ImmutableBytesWritable.
|
TagCompressionContext |
Context that holds the dictionary for Tag compression and doing the compress/uncompress.
|
TimeRange |
Represents an interval of version timestamps.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.