Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.DataStoreProperty.Value
-
Packages that use DataStoreProperty.Value Package Description org.apache.nemo.common.ir.edge.executionproperty org.apache.nemo.runtime.executor.data -
-
Uses of DataStoreProperty.Value in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return DataStoreProperty.Value Modifier and Type Method Description static DataStoreProperty.Value
DataStoreProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataStoreProperty.Value[]
DataStoreProperty.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nemo.common.ir.edge.executionproperty with parameters of type DataStoreProperty.Value Modifier and Type Method Description static DataStoreProperty
DataStoreProperty. of(DataStoreProperty.Value value)
Static method exposing the constructor. -
Uses of DataStoreProperty.Value in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data with parameters of type DataStoreProperty.Value Modifier and Type Method Description Block
BlockManagerWorker. createBlock(java.lang.String blockId, DataStoreProperty.Value blockStore)
Creates a new block.void
BlockManagerWorker. removeBlock(java.lang.String blockId, DataStoreProperty.Value blockStore)
Remove the block from store.void
BlockManagerWorker. writeBlock(Block block, DataStoreProperty.Value blockStore, int expectedReadTotal, DataPersistenceProperty.Value persistence)
Writes a block to a store.
-