|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Notifier | |
|---|---|
| com.hazelcast.collection.impl.queue.operations | This package contains the IQueue operations |
| com.hazelcast.collection.impl.txnqueue.operations | |
| com.hazelcast.concurrent.countdownlatch.operations | This package contains the operations on the ICountDownLatch. |
| com.hazelcast.concurrent.lock.operations | This package contains the operations on the ILock. |
| com.hazelcast.concurrent.semaphore.operations | This package contains the operations on the ISemaphore. |
| com.hazelcast.map.impl.tx | Contains implementation classes for TransactionalMap |
| com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
| com.hazelcast.ringbuffer.impl.operations | |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| com.hazelcast.spi.impl.waitnotifyservice.impl | Contains the implementation code for the InternalWaitNotifyService. |
| Uses of Notifier in com.hazelcast.collection.impl.queue.operations |
|---|
| Classes in com.hazelcast.collection.impl.queue.operations that implement Notifier | |
|---|---|
class |
ClearOperation
Clears items stored by Queue. |
class |
CompareAndRemoveOperation
This class triggers iterator and if find same item in the Queue, remove this item. |
class |
DrainOperation
This class drain items according to drain condition. |
class |
OfferOperation
Contains offer operation for the Queue. |
class |
PollOperation
Pool operation for Queue. |
class |
RemoveOperation
Remove operation for the Queue. |
| Uses of Notifier in com.hazelcast.collection.impl.txnqueue.operations |
|---|
| Classes in com.hazelcast.collection.impl.txnqueue.operations that implement Notifier | |
|---|---|
class |
TxnOfferOperation
Offer operation for the Transactional Queue. |
class |
TxnPollOperation
Poll operation for the transactional queue. |
class |
TxnRollbackOperation
Rollback operation for the transactional queue. |
| Uses of Notifier in com.hazelcast.concurrent.countdownlatch.operations |
|---|
| Classes in com.hazelcast.concurrent.countdownlatch.operations that implement Notifier | |
|---|---|
class |
CountDownOperation
|
| Uses of Notifier in com.hazelcast.concurrent.lock.operations |
|---|
| Classes in com.hazelcast.concurrent.lock.operations that implement Notifier | |
|---|---|
class |
BeforeAwaitOperation
|
class |
LocalLockCleanupOperation
|
class |
UnlockIfLeaseExpiredOperation
|
class |
UnlockOperation
|
| Uses of Notifier in com.hazelcast.concurrent.semaphore.operations |
|---|
| Classes in com.hazelcast.concurrent.semaphore.operations that implement Notifier | |
|---|---|
class |
ReleaseOperation
|
class |
SemaphoreDeadMemberOperation
|
| Uses of Notifier in com.hazelcast.map.impl.tx |
|---|
| Subinterfaces of Notifier in com.hazelcast.map.impl.tx | |
|---|---|
interface |
MapTxnOperation
Transactional operation interface for IMap |
| Classes in com.hazelcast.map.impl.tx that implement Notifier | |
|---|---|
class |
TxnDeleteOperation
Transactional delete operation |
class |
TxnSetOperation
An operation to unlock and set (key,value) on the partition . |
class |
TxnUnlockOperation
An operation to unlock key on the partition owner. |
| Uses of Notifier in com.hazelcast.multimap.impl.txn |
|---|
| Classes in com.hazelcast.multimap.impl.txn that implement Notifier | |
|---|---|
class |
TxnCommitOperation
|
| Uses of Notifier in com.hazelcast.ringbuffer.impl.operations |
|---|
| Classes in com.hazelcast.ringbuffer.impl.operations that implement Notifier | |
|---|---|
class |
AddAllOperation
|
class |
AddOperation
|
| Uses of Notifier in com.hazelcast.spi |
|---|
| Methods in com.hazelcast.spi with parameters of type Notifier | |
|---|---|
void |
WaitNotifyService.notify(Notifier notifier)
Notifies the waiting WaitSupport operation to wake-up and continue executing. |
| Uses of Notifier in com.hazelcast.spi.impl.waitnotifyservice.impl |
|---|
| Methods in com.hazelcast.spi.impl.waitnotifyservice.impl with parameters of type Notifier | |
|---|---|
void |
WaitNotifyServiceImpl.notify(Notifier notifier)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||