Interface PhysicalWriter.OutputReceiver

Enclosing interface:
PhysicalWriter

public static interface PhysicalWriter.OutputReceiver
The target of an output stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Output the given buffer to the final destination
    void
    Suppress this stream from being written to the stripe.
  • Method Details

    • output

      void output(ByteBuffer buffer) throws IOException
      Output the given buffer to the final destination
      Parameters:
      buffer - the buffer to output
      Throws:
      IOException
    • suppress

      void suppress()
      Suppress this stream from being written to the stripe.