|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientAwareService | |
---|---|
com.hazelcast.concurrent.lock | This package contains Lock for Hazelcast. The ILock is the distributed version of the Lock . |
com.hazelcast.concurrent.semaphore | This package contains ISemaphore functionality for Hazelcast. The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. |
Uses of ClientAwareService in com.hazelcast.concurrent.lock |
---|
Classes in com.hazelcast.concurrent.lock that implement ClientAwareService | |
---|---|
class |
LockServiceImpl
|
Uses of ClientAwareService in com.hazelcast.concurrent.semaphore |
---|
Classes in com.hazelcast.concurrent.semaphore that implement ClientAwareService | |
---|---|
class |
SemaphoreService
|
Uses of ClientAwareService in com.hazelcast.map.impl |
---|
Classes in com.hazelcast.map.impl that implement ClientAwareService | |
---|---|
class |
MapService
Defines map service behavior. |
Fields in com.hazelcast.map.impl declared as ClientAwareService | |
---|---|
protected ClientAwareService |
MapService.clientAwareService
|
Uses of ClientAwareService in com.hazelcast.transaction.impl |
---|
Classes in com.hazelcast.transaction.impl that implement ClientAwareService | |
---|---|
class |
TransactionManagerServiceImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |