Class SpillSet.CountingInputStream

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

public static class SpillSet.CountingInputStream extends InputStream
Wrapper around an input stream to collect the total bytes read through the stream for use in reporting performance metrics.