Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.DataPersistenceProperty.Value
-
Packages that use DataPersistenceProperty.Value Package Description org.apache.nemo.common.ir.edge.executionproperty org.apache.nemo.runtime.executor.data -
-
Uses of DataPersistenceProperty.Value in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return DataPersistenceProperty.Value Modifier and Type Method Description static DataPersistenceProperty.Value
DataPersistenceProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataPersistenceProperty.Value[]
DataPersistenceProperty.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 DataPersistenceProperty.Value Modifier and Type Method Description static DataPersistenceProperty
DataPersistenceProperty. of(DataPersistenceProperty.Value value)
Static method exposing the constructor. -
Uses of DataPersistenceProperty.Value in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data with parameters of type DataPersistenceProperty.Value Modifier and Type Method Description void
BlockManagerWorker. writeBlock(Block block, DataStoreProperty.Value blockStore, int expectedReadTotal, DataPersistenceProperty.Value persistence)
Writes a block to a store.
-