Semaphore
.See: Description
Class | Description |
---|---|
SemaphoreContainer | |
SemaphoreDataSerializerHook | |
SemaphoreProxy | |
SemaphoreService | |
SemaphoreWaitNotifyKey |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
.
Unfortunately the j.u.c.Semaphore doesn't expose an interface, so the ISemaphore copies most of the
method and unlike the Lock
the ISemaphore
is not a drop in replacement for the Semaphore
.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.