Uses of Interface
org.apache.nemo.runtime.executor.datatransfer.OutputWriter
-
Packages that use OutputWriter Package Description org.apache.nemo.runtime.executor.datatransfer -
-
Uses of OutputWriter in org.apache.nemo.runtime.executor.datatransfer
Classes in org.apache.nemo.runtime.executor.datatransfer that implement OutputWriter Modifier and Type Class Description class
BlockOutputWriter
Represents the output data transfer from a task.class
PipeOutputWriter
Represents the output data transfer from a task.Methods in org.apache.nemo.runtime.executor.datatransfer that return OutputWriter Modifier and Type Method Description OutputWriter
IntermediateDataIOFactory. createWriter(java.lang.String srcTaskId, RuntimeEdge<?> runtimeEdge)
Creates anOutputWriter
between two stages.
-