Class DuplicateEdgeGroupProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty<DuplicateEdgeGroupPropertyValue>
-
- org.apache.nemo.common.ir.edge.executionproperty.DuplicateEdgeGroupProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class DuplicateEdgeGroupProperty extends EdgeExecutionProperty<DuplicateEdgeGroupPropertyValue>
Invariant data ExecutionProperty. Use to indicate same data edge when unrolling loop vertex. See DuplicateEdgeGroupPropertyValue- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DuplicateEdgeGroupProperty
of(DuplicateEdgeGroupPropertyValue 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 DuplicateEdgeGroupProperty of(DuplicateEdgeGroupPropertyValue value)
Static method exposing the constructor.- Parameters:
value
- value of the new execution property.- Returns:
- the newly created execution property.
-
-