Class ResourceAntiAffinityProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ResourceAntiAffinityProperty
    extends VertexExecutionProperty<java.util.HashSet<java.lang.Integer>>
    Indices of tasks that must not concurrently run on the same executor.
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static ResourceAntiAffinityProperty of​(java.util.HashSet<java.lang.Integer> value)
        Static method getting execution property.
        Parameters:
        value - value of the new execution property
        Returns:
        the execution property