Class BlockFetchFailureProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty<BlockFetchFailureProperty.Value>
-
- org.apache.nemo.common.ir.edge.executionproperty.BlockFetchFailureProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class BlockFetchFailureProperty extends EdgeExecutionProperty<BlockFetchFailureProperty.Value>
Decides how to react to a data block fetch failure.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockFetchFailureProperty.Value
Possible values of DataFlowModel ExecutionProperty.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BlockFetchFailureProperty
of(BlockFetchFailureProperty.Value value)
Static method exposing the constructor.-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
Method Detail
-
of
public static BlockFetchFailureProperty of(BlockFetchFailureProperty.Value value)
Static method exposing the constructor.- Parameters:
value
- value of the new execution property.- Returns:
- the newly created execution property.
-
-