Modifier and Type | Class and Description |
---|---|
class |
CacheEventJournalReadOperation<K,V,T>
Reads from the cache event journal in batches.
|
Modifier and Type | Class and Description |
---|---|
class |
OfferOperation
Contains offer operation for the Queue.
|
class |
PollOperation
Pool operation for Queue.
|
Modifier and Type | Class and Description |
---|---|
class |
TxnPeekOperation
Peek operation for the transactional queue.
|
class |
TxnReserveOfferOperation
Transaction prepare operation for a queue offer, executed on the primary replica.
|
class |
TxnReservePollOperation
Transaction prepare operation for a queue poll, executed on the primary replica.
|
Modifier and Type | Class and Description |
---|---|
class |
AwaitOperation |
Modifier and Type | Class and Description |
---|---|
class |
LockOperation |
Modifier and Type | Class and Description |
---|---|
class |
AcquireOperation |
Modifier and Type | Class and Description |
---|---|
class |
RetrieveAndDisposeResultOperation |
class |
RetrieveResultOperation
Used to retrieve the response of an execution with the given sequence
|
Modifier and Type | Class and Description |
---|---|
class |
EventJournalReadOperation<T,J>
Reads from the map event journal in batches.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEventJournalReadOperation<K,V,T>
Reads from the map event journal in batches.
|
Modifier and Type | Class and Description |
---|---|
class |
AwaitMapFlushOperation
IMap.flush() call waits the end of flush by using this operation. |
class |
BasePutOperation |
class |
BaseRemoveOperation |
class |
ContainsKeyOperation |
class |
EntryOperation
Contains implementation of the off-loadable contract for EntryProcessor execution on a single key.
|
class |
EvictOperation |
class |
GetEntryViewOperation |
class |
GetOperation |
class |
LegacyMergeOperation
Contains a merging entry for split-brain healing with a
MapMergePolicy . |
class |
LockAwareOperation |
class |
PutIfAbsentOperation |
class |
PutTransientOperation |
class |
RemoveIfSameOperation |
class |
ReplaceIfSameOperation |
class |
ReplaceOperation |
class |
SetOperation |
class |
SetTtlOperation |
class |
TryPutOperation |
class |
TryRemoveOperation |
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 |
AbstractBackupAwareMultiMapOperation |
class |
ContainsEntryOperation |
class |
CountOperation |
class |
DeleteOperation |
class |
GetAllOperation |
class |
PutOperation |
class |
RemoveAllOperation |
class |
RemoveOperation |
Modifier and Type | Class and Description |
---|---|
class |
TxnCommitOperation |
class |
TxnLockAndGetOperation |
class |
TxnPrepareOperation |
class |
TxnRollbackOperation |
Modifier and Type | Class and Description |
---|---|
class |
ReadManyOperation<O> |
class |
ReadOneOperation |
Modifier and Type | Class and Description |
---|---|
class |
GetResultOperation<V> |
Modifier and Type | Method and Description |
---|---|
void |
OperationParker.park(BlockingOperation op)
Parks the Operation until it is unparked by a
OperationParker.unpark(Notifier) call or by a timeout specified by the
getWaitTimeout() . |
Modifier and Type | Method and Description |
---|---|
void |
OperationParkerImpl.park(BlockingOperation op) |
void |
WaitSet.park(BlockingOperation op) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.