Uses of Class
org.apache.flink.runtime.util.NonClosingOutputStreamDecorator
-
Packages that use NonClosingOutputStreamDecorator Package Description org.apache.flink.runtime.state -
-
Uses of NonClosingOutputStreamDecorator in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type NonClosingOutputStreamDecorator Modifier and Type Method Description protected OutputStream
SnappyStreamCompressionDecorator. decorateWithCompression(NonClosingOutputStreamDecorator stream)
protected abstract OutputStream
StreamCompressionDecorator. decorateWithCompression(NonClosingOutputStreamDecorator stream)
protected OutputStream
UncompressedStreamCompressionDecorator. decorateWithCompression(NonClosingOutputStreamDecorator stream)
-