Class GridCacheLockState

    • Constructor Detail

      • GridCacheLockState

        public GridCacheLockState​(int cnt,
                                  UUID id,
                                  long threadID,
                                  boolean failoverSafe,
                                  boolean fair,
                                  long gridStartTime)
        Constructor.
        Parameters:
        cnt - Initial count.
        id - UUID of owning node.
        threadID - ID of the current thread.
        failoverSafe - true if created in failoverSafe mode.
        fair - true if created in fair mode.
        gridStartTime - Cluster start time.
      • GridCacheLockState

        public GridCacheLockState()
        Empty constructor required for Externalizable.