Class SemaphoreView

    • Constructor Detail

      • SemaphoreView

        public SemaphoreView​(GridCacheRemovable ds)
        Parameters:
        ds - Data structure instance.
    • Method Detail

      • hasQueuedThreads

        public boolean hasQueuedThreads()
        Returns:
        True if there may be other threads waiting to acquire the lock.
        See Also:
        IgniteSemaphore.hasQueuedThreads()
      • name

        public String name()
        Returns:
        Name.
      • groupName

        public String groupName()
        Returns:
        Group name.
      • groupId

        public int groupId()
        Returns:
        Group id.
      • removed

        public boolean removed()
        Returns:
        True is data structure removed.