Uses of Class
org.apache.ignite.internal.processors.datastructures.GridCacheSemaphoreState
-
Packages that use GridCacheSemaphoreState Package Description org.apache.ignite.internal.processors.datastructures -
-
Uses of GridCacheSemaphoreState in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures with parameters of type GridCacheSemaphoreState Modifier and Type Method Description voidGridCacheSemaphoreEx. onUpdate(GridCacheSemaphoreState val)Callback to notify semaphore on changes.voidGridCacheSemaphoreImpl. onUpdate(GridCacheSemaphoreState val)Callback to notify semaphore on changes.Constructor parameters in org.apache.ignite.internal.processors.datastructures with type arguments of type GridCacheSemaphoreState Constructor Description GridCacheSemaphoreImpl(String name, GridCacheInternalKey key, IgniteInternalCache<GridCacheInternalKey,GridCacheSemaphoreState> semView)Constructor.
-