Uses of Class
org.apache.nemo.runtime.executor.transfer.LocalTransferContext
-
Packages that use LocalTransferContext Package Description org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
-
Uses of LocalTransferContext in org.apache.nemo.runtime.executor.transfer
Subclasses of LocalTransferContext in org.apache.nemo.runtime.executor.transfer Modifier and Type Class Description class
LocalInputContext
This class provides a data transfer interface to the receiver side when both the sender and the receiver are in the same executor.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.
-