Interface | Description |
---|---|
LazyDecompressionCallback |
Used to call back lazy decompression process.
|
Class | Description |
---|---|
BytesRefArrayWritable |
BytesRefArrayWritable holds an array reference to BytesRefWritable,
and is able to resize without recreating new array if not necessary.
|
BytesRefWritable |
BytesRefWritable referenced a section of byte array.
|
ColumnProjectionUtils |
ColumnProjectionUtils.
|
NonSyncByteArrayInputStream |
A thread-not-safe version of ByteArrayInputStream, which removes all
synchronized modifiers.
|
NonSyncByteArrayOutputStream |
A thread-not-safe version of ByteArrayOutputStream, which removes all
synchronized modifiers.
|
NonSyncDataInputBuffer |
A thread-not-safe version of Hadoop's DataInputBuffer, which removes all
synchronized modifiers.
|
NonSyncDataOutputBuffer |
A thread-not-safe version of Hadoop's DataOutputBuffer, which removes all
synchronized modifiers.
|
RCFile |
RCFile s, short of Record Columnar File, are flat files
consisting of binary key/value pairs, which shares much similarity with
SequenceFile . |
RCFile.KeyBuffer |
KeyBuffer is the key of each record in RCFile.
|
RCFile.RCFileAppender |
Write KeyBuffer/ValueBuffer pairs to a RCFile.
|
RCFile.RCFileScanner |
Read KeyBuffer/ValueBuffer pairs from a RCFile.
|
RCFile.ValueBuffer |
ValueBuffer is the value of each record in RCFile.
|
SchemaAwareCompressionInputStream |
SchemaAwareCompressionInputStream adds the ability to inform the compression
stream what column is being read.
|
SchemaAwareCompressionOutputStream |
SchemaAwareCompressionOutputStream adds the ability to inform the comression stream
the current column being compressed.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.