Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.writer |
Modifier and Type | Method and Description |
---|---|
StreamOptions |
PhysicalWriter.getStreamOptions()
Get the unencrypted stream options for this file.
|
Modifier and Type | Field and Description |
---|---|
protected StreamOptions |
PhysicalFsWriter.VariantTracker.options |
Modifier and Type | Method and Description |
---|---|
static StreamOptions |
SerializationUtils.getCustomizedCodec(StreamOptions base,
OrcFile.CompressionStrategy strategy,
OrcProto.Stream.Kind kind)
Get the stream options with the compression tuned for the particular
kind of stream.
|
StreamOptions |
PhysicalFsWriter.getStreamOptions() |
Modifier and Type | Method and Description |
---|---|
static StreamOptions |
SerializationUtils.getCustomizedCodec(StreamOptions base,
OrcFile.CompressionStrategy strategy,
OrcProto.Stream.Kind kind)
Get the stream options with the compression tuned for the particular
kind of stream.
|
Constructor and Description |
---|
OutStream(Object name,
StreamOptions options,
PhysicalWriter.OutputReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
StreamOptions |
StreamOptions.bufferSize(int bufferSize) |
StreamOptions |
StreamOptions.modifyIv(Consumer<byte[]> modifier)
Modify the IV.
|
StreamOptions |
StreamOptions.withCodec(CompressionCodec codec,
CompressionCodec.Options options)
Compress using the given codec.
|
StreamOptions |
StreamOptions.withEncryption(EncryptionAlgorithm algorithm,
Key key) |
Constructor and Description |
---|
StreamOptions(StreamOptions other) |
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.