Class SpillSet.CountingOutputStream

java.lang.Object
java.io.OutputStream
org.apache.drill.exec.physical.impl.spill.SpillSet.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
SpillSet

public static class SpillSet.CountingOutputStream extends OutputStream
Wrapper around an output stream to collect the total bytes written through the stream for use in reporting performance metrics.