Interface CacheEntryVersion

    • Method Detail

      • order

        long order()
        Order of the update. Value is an incremental counter value. Scope of counter is node.
        Returns:
        Version order.
      • nodeOrder

        int nodeOrder()
        Returns:
        Node order on which this version was assigned.
      • clusterId

        byte clusterId()
        Cluster id is a value to distinguish updates in case user wants to aggregate and sort updates from several Ignite clusters. clusterId id can be set for the node using GridCacheVersionManager.dataCenterId(byte).
        Returns:
        Cluster id.
      • topologyVersion

        int topologyVersion()
        Returns:
        Topology version plus number of seconds from the start time of the first grid node.