Package org.apache.spark.shuffle.api
Interface WritableByteChannelWrapper
- All Superinterfaces:
AutoCloseable,Closeable
:: Private ::
A thin wrapper around a
WritableByteChannel.
This is primarily provided for the local disk shuffle implementation to provide a
FileChannel that keeps the channel open across partition writes.
- Since:
- 3.0.0
-
Method Summary
-
Method Details
-
channel
WritableByteChannel channel()The underlying channel to write bytes into.
-