Uses of Class
org.apache.orc.impl.writer.StreamOptions
Packages that use StreamOptions
-
Uses of StreamOptions in org.apache.orc
Methods in org.apache.orc that return StreamOptionsModifier and TypeMethodDescriptionPhysicalWriter.getStreamOptions()Get the unencrypted stream options for this file. -
Uses of StreamOptions in org.apache.orc.impl
Fields in org.apache.orc.impl declared as StreamOptionsModifier and TypeFieldDescriptionprotected final StreamOptionsPhysicalFsWriter.VariantTracker.optionsMethods in org.apache.orc.impl that return StreamOptionsModifier and TypeMethodDescriptionstatic StreamOptionsSerializationUtils.getCustomizedCodec(StreamOptions base, OrcFile.CompressionStrategy strategy, OrcProto.Stream.Kind kind) Get the stream options with the compression tuned for the particular kind of stream.PhysicalFsWriter.getStreamOptions()Methods in org.apache.orc.impl with parameters of type StreamOptionsModifier and TypeMethodDescriptionstatic StreamOptionsSerializationUtils.getCustomizedCodec(StreamOptions base, OrcFile.CompressionStrategy strategy, OrcProto.Stream.Kind kind) Get the stream options with the compression tuned for the particular kind of stream.Constructors in org.apache.orc.impl with parameters of type StreamOptionsModifierConstructorDescriptionOutStream(Object name, StreamOptions options, PhysicalWriter.OutputReceiver receiver) -
Uses of StreamOptions in org.apache.orc.impl.writer
Methods in org.apache.orc.impl.writer that return StreamOptionsModifier and TypeMethodDescriptionStreamOptions.bufferSize(int bufferSize) Modify the IV.StreamOptions.withCodec(CompressionCodec codec, CompressionCodec.Options options) Compress using the given codec.StreamOptions.withEncryption(EncryptionAlgorithm algorithm, Key key) Constructors in org.apache.orc.impl.writer with parameters of type StreamOptions