Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
CompressionCodec |
CompressionCodec.modify(EnumSet<CompressionCodec.Modifier> modifiers)
Produce a modified compression codec if the underlying algorithm allows
modification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectDecompressionCodec |
Modifier and Type | Class and Description |
---|---|
class |
AircompressorCodec |
class |
SnappyCodec |
class |
ZlibCodec |
Modifier and Type | Field and Description |
---|---|
protected CompressionCodec |
ReaderImpl.codec |
Modifier and Type | Method and Description |
---|---|
static CompressionCodec |
WriterImpl.createCodec(CompressionKind kind) |
CompressionCodec |
OrcTail.getCompressionCodec() |
CompressionCodec |
ZlibCodec.modify(EnumSet<CompressionCodec.Modifier> modifiers) |
CompressionCodec |
AircompressorCodec.modify(EnumSet<CompressionCodec.Modifier> modifiers) |
Modifier and Type | Method and Description |
---|---|
static InStream |
InStream.create(String streamName,
ByteBuffer[] buffers,
long[] offsets,
long length,
CompressionCodec codec,
int bufferSize)
Deprecated.
|
static InStream |
InStream.create(String name,
List<DiskRange> input,
long length,
CompressionCodec codec,
int bufferSize)
Create an input stream from a list of disk ranges with data.
|
static com.google.protobuf.CodedInputStream |
InStream.createCodedInputStream(String name,
List<DiskRange> input,
long length,
CompressionCodec codec,
int bufferSize)
Creates coded input stream (used for protobuf message parsing) with higher message size limit.
|
static OrcProto.Metadata |
ReaderImpl.extractMetadata(ByteBuffer bb,
int metadataAbsPos,
int metadataSize,
CompressionCodec codec,
int bufferSize) |
Constructor and Description |
---|
OutStream(String name,
int bufferSize,
CompressionCodec codec,
OutStream.OutputReceiver receiver) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.