Uses of Interface
org.apache.nemo.runtime.executor.transfer.TransferOutputStream
-
Packages that use TransferOutputStream Package Description org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
-
Uses of TransferOutputStream in org.apache.nemo.runtime.executor.transfer
Classes in org.apache.nemo.runtime.executor.transfer that implement TransferOutputStream Modifier and Type Class Description class
ByteOutputContext.ByteOutputStream
AnOutputStream
implementation which buffers data toByteBuf
s.Methods in org.apache.nemo.runtime.executor.transfer that return TransferOutputStream Modifier and Type Method Description TransferOutputStream
LocalOutputContext. newOutputStream()
Creates a new output stream to which the sender sends its data.TransferOutputStream
OutputContext. newOutputStream()
Creates a new output stream to which the sender sends its data.
-