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 OutputStreamSnappyStreamCompressionDecorator. decorateWithCompression(NonClosingOutputStreamDecorator stream)protected abstract OutputStreamStreamCompressionDecorator. decorateWithCompression(NonClosingOutputStreamDecorator stream)protected OutputStreamUncompressedStreamCompressionDecorator. decorateWithCompression(NonClosingOutputStreamDecorator stream)
-