Uses of Class
org.apache.nemo.runtime.executor.transfer.ByteOutputContext.ByteOutputStream
-
Packages that use ByteOutputContext.ByteOutputStream Package Description org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
-
Uses of ByteOutputContext.ByteOutputStream in org.apache.nemo.runtime.executor.transfer
Methods in org.apache.nemo.runtime.executor.transfer that return ByteOutputContext.ByteOutputStream Modifier and Type Method Description ByteOutputContext.ByteOutputStream
ByteOutputContext. newOutputStream()
Closes existing sub-stream (if any) and create a new sub-stream.ByteOutputContext.ByteOutputStream
ByteOutputContext.ByteOutputStream. writeFileArea(FileArea fileArea)
Writes a data frame fromFileArea
.ByteOutputContext.ByteOutputStream
ByteOutputContext.ByteOutputStream. writeSerializedPartitionBuffer(SerializedPartition serializedPartition, boolean releaseOnComplete)
WritesSerializedPartition
.
-