|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICondition | |
|---|---|
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
| com.hazelcast.concurrent.lock | This package contains Lock for Hazelcast. The ILock is the distributed version of the Lock. |
| com.hazelcast.core | Provides core API interfaces/classes. |
| Uses of ICondition in com.hazelcast.client.proxy |
|---|
| Classes in com.hazelcast.client.proxy that implement ICondition | |
|---|---|
class |
ClientConditionProxy
|
| Methods in com.hazelcast.client.proxy that return ICondition | |
|---|---|
ICondition |
ClientLockProxy.newCondition(String name)
|
| Uses of ICondition in com.hazelcast.concurrent.lock |
|---|
| Methods in com.hazelcast.concurrent.lock that return ICondition | |
|---|---|
ICondition |
LockProxy.newCondition(String name)
|
| Uses of ICondition in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return ICondition | |
|---|---|
ICondition |
ILock.newCondition(String name)
Returns a new ICondition instance that is bound to this
ILock instance with given name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||