Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTxnQueueOperation |
class |
TxnCommitOperation
a wrapper for running all commit operations at once
|
class |
TxnOfferOperation
Transaction commit operation for a queue offer, executed on the primary replica.
|
class |
TxnPollOperation
Poll operation for the transactional queue.
|
class |
TxnRollbackOperation
Rollback operation for the transactional queue.
|
Modifier and Type | Class and Description |
---|---|
class |
CountDownOperation |
Modifier and Type | Class and Description |
---|---|
class |
BeforeAwaitOperation |
class |
LocalLockCleanupOperation
Locally executed operation which unlocks a lock if it is held by a
specific owner.
|
class |
UnlockIfLeaseExpiredOperation |
class |
UnlockOperation |
Modifier and Type | Class and Description |
---|---|
class |
ReleaseOperation |
class |
SemaphoreDetachMemberOperation |
Modifier and Type | Class and Description |
---|---|
class |
PutResultOperation |
Modifier and Type | Class and Description |
---|---|
class |
EntryOffloadableSetUnlockOperation
Set & Unlock processing for the EntryOperation
See the javadoc on
EntryOperation |
class |
NotifyMapFlushOperation
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapTxnOperation
Transactional operation interface for
IMap |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RingbufferContainer<T,E>
The RingbufferContainer is responsible for the functionalities supporting
the underlying ringbuffer structure containing the data.
|
Modifier and Type | Class and Description |
---|---|
class |
AddAllOperation
Adds a batch of items to the ring buffer.
|
class |
AddOperation
Adds a new ring buffer item.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultReadyNotifyOperation<V> |
Modifier and Type | Method and Description |
---|---|
void |
OperationParker.unpark(Notifier notifier)
Unparks the parked
BlockingOperation operation by rescheduling it on the
OperationExecutor
A parked operation registered with the getNotifiedKey() will be notified and deregistered. |
Modifier and Type | Method and Description |
---|---|
void |
OperationParkerImpl.unpark(Notifier notifier) |
void |
WaitSet.unpark(Notifier notifier,
WaitNotifyKey key) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.