Uses of Package
org.apache.nemo.runtime.executor.transfer
-
Packages that use org.apache.nemo.runtime.executor.transfer Package Description org.apache.nemo.runtime.executor.data org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
Classes in org.apache.nemo.runtime.executor.transfer used by org.apache.nemo.runtime.executor.data Class Description ByteInputContext Container for multiple input streams.ByteOutputContext Container for multiple output streams.OutputContext Represents the output context during the data transfer between two tasks. -
Classes in org.apache.nemo.runtime.executor.transfer used by org.apache.nemo.runtime.executor.transfer Class Description ByteInputContext Container for multiple input streams.ByteOutputContext Container for multiple output streams.ByteOutputContext.ByteOutputStream AnOutputStream
implementation which buffers data toByteBuf
s.ByteTransferContext LocalOutputContext This class provides a data transfer interface to the sender side when both the sender and the receiver are in the same executor.LocalTransferContext This class represents the data transfer context when both the sender and the receiver are in the same executor.OutputContext Represents the output context during the data transfer between two tasks.TransferOutputStream Represents the output stream to which the sender sends its data during the data transfer.