Package org.apache.orc
Interface PhysicalWriter.OutputReceiver
- Enclosing interface:
- PhysicalWriter
public static interface PhysicalWriter.OutputReceiver
The target of an output stream.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
output
(ByteBuffer buffer) Output the given buffer to the final destinationvoid
suppress()
Suppress this stream from being written to the stripe.
-
Method Details
-
output
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.
-