Class GridCacheSemaphoreState

    • Constructor Detail

      • GridCacheSemaphoreState

        public GridCacheSemaphoreState​(int cnt,
                                       @Nullable
                                       @Nullable Map<UUID,​Integer> waiters,
                                       boolean failoverSafe,
                                       long gridStartTime)
        Constructor.
        Parameters:
        cnt - Number of permissions.
        waiters - Waiters map.
        failoverSafe - Failover safe flag.
        gridStartTime - Cluster start time.
      • GridCacheSemaphoreState

        public GridCacheSemaphoreState()
        Empty constructor required for Externalizable.