Package org.apache.flink.util
Interface WrappingProxy<T>
-
- Type Parameters:
T- The type that is wrapped.
- All Known Subinterfaces:
WrappingProxyCloseable<T>
- All Known Implementing Classes:
ByteBufferReadableClosingFSDataInputStream,ClosingFSDataInputStream,ClosingFSDataOutputStream,FSDataInputStreamWrapper,FSDataOutputStreamWrapper,SafetyNetWrapperFileSystem
@Internal public interface WrappingProxy<T>Interface for objects that wrap another object and proxy (possibly a subset) of the methods of that object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetWrappedDelegate()
-
-
-
Method Detail
-
getWrappedDelegate
T getWrappedDelegate()
-
-