Uses of Class
org.apache.nemo.common.exception.BlockFetchException
-
Packages that use BlockFetchException Package Description org.apache.nemo.runtime.executor.data.block org.apache.nemo.runtime.executor.data.stores -
-
Uses of BlockFetchException in org.apache.nemo.runtime.executor.data.block
Methods in org.apache.nemo.runtime.executor.data.block that throw BlockFetchException Modifier and Type Method Description java.lang.Iterable<NonSerializedPartition<K>>
NonSerializedMemoryBlock. readPartitions(KeyRange keyRange)
Retrieves theNonSerializedPartition
s in a specific hash range from this block.java.lang.Iterable<SerializedPartition<K>>
NonSerializedMemoryBlock. readSerializedPartitions(KeyRange keyRange)
Retrieves theSerializedPartition
s in a specific hash range. -
Uses of BlockFetchException in org.apache.nemo.runtime.executor.data.stores
Methods in org.apache.nemo.runtime.executor.data.stores that throw BlockFetchException Modifier and Type Method Description java.util.Optional<Block>
BlockStore. readBlock(java.lang.String blockId)
Reads a committed block from this store.
-