Class ResourceLocalityProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ResourceLocalityProperty
    extends VertexExecutionProperty<java.lang.Boolean>
    This property decides whether or not to schedule this vertex only on executors where source (including intermediate) data reside.
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static ResourceLocalityProperty of​(java.lang.Boolean value)
        Static method getting execution property.
        Parameters:
        value - value of the new execution property
        Returns:
        the execution property