Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.BlockFetchFailureProperty.Value
-
Packages that use BlockFetchFailureProperty.Value Package Description org.apache.nemo.common.ir.edge.executionproperty -
-
Uses of BlockFetchFailureProperty.Value in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return BlockFetchFailureProperty.Value Modifier and Type Method Description static BlockFetchFailureProperty.Value
BlockFetchFailureProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockFetchFailureProperty.Value[]
BlockFetchFailureProperty.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 BlockFetchFailureProperty.Value Modifier and Type Method Description static BlockFetchFailureProperty
BlockFetchFailureProperty. of(BlockFetchFailureProperty.Value value)
Static method exposing the constructor.
-