Uses of Class
org.apache.nemo.runtime.executor.transfer.LocalOutputContext
-
Packages that use LocalOutputContext Package Description org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
-
Uses of LocalOutputContext in org.apache.nemo.runtime.executor.transfer
Constructors in org.apache.nemo.runtime.executor.transfer with parameters of type LocalOutputContext Constructor Description LocalInputContext(LocalOutputContext localOutputContext)
Creates a new local input context and connect it tolocalOutputContext
.
-