Class MessageIdEdgeProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MessageIdEdgeProperty
    extends EdgeExecutionProperty<java.util.HashSet<java.lang.Integer>>
    Vertices and edges with the same MessageId are subject to the same run-time optimization.
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static MessageIdEdgeProperty of​(java.util.HashSet<java.lang.Integer> value)
        Static method exposing the constructor.
        Parameters:
        value - value of the new execution property.
        Returns:
        the newly created execution property.