Interface GraphDescription

    • Method Detail

      • timestamp

        long timestamp()
        Returns the creation timestamp of the graph description. This is expressed in system nanos to allow proper sequencing.
        Returns:
        graph description creation timestamp
      • creationTime

        long creationTime()
        Returns the creation timestamp of the graph description. This is expressed in system millis to allow proper date and time formatting.
        Returns:
        graph description creation timestamp in millis
      • vertexes

        com.google.common.collect.ImmutableSet<TopologyVertex> vertexes()
        Returns the set of topology graph vertexes.
        Returns:
        set of graph vertexes
      • edges

        com.google.common.collect.ImmutableSet<TopologyEdge> edges()
        Returns the set of topology graph edges.
        Returns:
        set of graph edges