Class MessageIdVertexProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MessageIdVertexProperty
    extends VertexExecutionProperty<java.lang.Integer>
    Vertices and edges with the same MessageId belong to the same run-time optimization.
    See Also:
    Serialized Form
    • Method Detail

      • of

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