Uses of Class
org.apache.nemo.runtime.executor.data.FileArea
-
Packages that use FileArea Package Description org.apache.nemo.runtime.executor.data.block org.apache.nemo.runtime.executor.transfer Responsible for transferring block content from one executor to another. -
-
Uses of FileArea in org.apache.nemo.runtime.executor.data.block
Methods in org.apache.nemo.runtime.executor.data.block that return types with arguments of type FileArea Modifier and Type Method Description java.util.List<FileArea>
FileBlock. asFileAreas(KeyRange keyRange)
-
Uses of FileArea in org.apache.nemo.runtime.executor.transfer
Methods in org.apache.nemo.runtime.executor.transfer with parameters of type FileArea Modifier and Type Method Description ByteOutputContext.ByteOutputStream
ByteOutputContext.ByteOutputStream. writeFileArea(FileArea fileArea)
Writes a data frame fromFileArea
.
-