Uses of Interface
org.apache.nemo.runtime.executor.transfer.OutputContext
-
Packages that use OutputContext Package Description org.apache.nemo.runtime.executor.data org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
-
Uses of OutputContext in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data that return types with arguments of type OutputContext Modifier and Type Method Description java.util.List<OutputContext>
PipeManagerWorker. getOutputContexts(RuntimeEdge runtimeEdge, long srcTaskIndex)
(SYNCHRONIZATION) Called by task threads. -
Uses of OutputContext in org.apache.nemo.runtime.executor.transfer
Classes in org.apache.nemo.runtime.executor.transfer that implement OutputContext Modifier and Type Class Description class
ByteOutputContext
Container for multiple output streams.class
LocalOutputContext
This class provides a data transfer interface to the sender side when both the sender and the receiver are in the same executor.
-