Class StreamOptions

java.lang.Object
org.apache.orc.impl.writer.StreamOptions

public class StreamOptions extends Object
The compression and encryption options for writing a stream.
  • Constructor Details

    • StreamOptions

      public StreamOptions(StreamOptions other)
    • StreamOptions

      public StreamOptions(int bufferSize)
      An option object with the given buffer size set.
      Parameters:
      bufferSize - the size of the buffers.
  • Method Details