Class GridCacheVersion

    • Constructor Detail

      • GridCacheVersion

        public GridCacheVersion()
        Empty constructor required by Externalizable.
      • GridCacheVersion

        public GridCacheVersion​(int topVer,
                                long order,
                                int nodeOrder,
                                int dataCenterId)
        Parameters:
        topVer - Topology version plus number of seconds from the start time of the first grid node.
        order - Version order.
        nodeOrder - Node order.
        dataCenterId - Replication data center ID.
      • GridCacheVersion

        public GridCacheVersion​(int topVer,
                                int nodeOrderDrId,
                                long order)
        Parameters:
        topVer - Topology version plus number of seconds from the start time of the first grid node.
        nodeOrderDrId - Node order and DR ID.
        order - Version order.