Class ClonedSchedulingProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty<ClonedSchedulingProperty.CloneConf>
-
- org.apache.nemo.common.ir.vertex.executionproperty.ClonedSchedulingProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class ClonedSchedulingProperty extends VertexExecutionProperty<ClonedSchedulingProperty.CloneConf>
Specifies cloned execution of a vertex.A major limitations of the current implementation: *ALL* of the clones are always scheduled immediately
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClonedSchedulingProperty.CloneConf
Configurations for cloning.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClonedSchedulingProperty
of(ClonedSchedulingProperty.CloneConf conf)
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 ClonedSchedulingProperty of(ClonedSchedulingProperty.CloneConf conf)
Static method exposing the constructor.- Parameters:
conf
- value of the new execution property.- Returns:
- the newly created execution property.
-
-