@Private
public interface WritableByteChannelWrapper
extends java.io.Closeable
WritableByteChannel
.
This is primarily provided for the local disk shuffle implementation to provide a
FileChannel
that keeps the channel open across partition writes.
Modifier and Type | Method and Description |
---|---|
java.nio.channels.WritableByteChannel |
channel()
The underlying channel to write bytes into.
|