Uses of Interface
org.apache.flink.util.WrappingProxy
-
Packages that use WrappingProxy Package Description org.apache.flink.core.fs org.apache.flink.util -
-
Uses of WrappingProxy in org.apache.flink.core.fs
Subinterfaces of WrappingProxy in org.apache.flink.core.fs Modifier and Type Interface Description interfaceWrappingProxyCloseable<T extends Closeable>WrappingProxyforCloseablethat is also closeable.Classes in org.apache.flink.core.fs that implement WrappingProxy Modifier and Type Class Description classByteBufferReadableClosingFSDataInputStreamAClosingFSDataInputStreamwhich isByteBufferReadable.classClosingFSDataInputStreamThis class is aWrappingProxyforFSDataInputStreamthat is used to implement a safety net against unclosed streams.classClosingFSDataOutputStreamThis class is aWrappingProxyforFSDataOutputStreamthat is used to implement a safety net against unclosed streams.classFSDataInputStreamWrapperSimple forwarding wrapper aroundFSDataInputStream.classFSDataOutputStreamWrapperSimple forwarding wrapper aroundFSDataInputStream.classSafetyNetWrapperFileSystemThis is aWrappingProxyaroundFileSystemwhich (i) wraps all opened streams asClosingFSDataInputStreamorClosingFSDataOutputStreamand (ii) registers them to aSafetyNetCloseableRegistry. -
Uses of WrappingProxy in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type WrappingProxy Modifier and Type Method Description static <T> TWrappingProxyUtil. stripProxy(WrappingProxy<T> wrappingProxy)Expects a proxy, and returns the unproxied delegate.
-