Interface LiveTopology

All Superinterfaces:
Graph, Topology

public interface LiveTopology extends Topology
Topology with version that allows to track changes in the query result
  • Method Details

    • getQueryResultVersion

      QueryResultVersion getQueryResultVersion()
      The version of this topology.
      Specified by:
      getQueryResultVersion in interface Topology
      Returns:
      the version of this topology.
    • isCalculated

      boolean isCalculated()
      Returns true when the topology is calculated, false when it's not calculated yet.
      Returns:
      true when the topology is calculated, false when it's not calculated yet
      Since:
      9.03