| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheClearOperation
Cache Clear will clear all internal cache data without sending any event 
 | 
class  | 
CacheEntryProcessorOperation
Operation of the Cache Entry Processor. 
 | 
class  | 
CacheGetAndRemoveOperation
Cache GetAndRemove Operation. 
 | 
class  | 
CacheGetAndReplaceOperation
Cache GetAndReplace Operation. 
 | 
class  | 
CacheLegacyMergeOperation
Contains a merging entry for split-brain healing with a  
CacheMergePolicy. | 
class  | 
CacheLoadAllOperation
Loads all entries of the keys to partition record store  
ICacheRecordStore. | 
class  | 
CacheMergeOperation
Contains multiple merging entries for split-brain healing with a  
SplitBrainMergePolicy. | 
class  | 
CachePutAllOperation  | 
class  | 
CachePutIfAbsentOperation
Operation implementation for calling
  
ICacheRecordStore.putIfAbsent(Data, Object, ExpiryPolicy, String, int). | 
class  | 
CachePutOperation
Operation implementation for
  
ICacheRecordStore.put(Data, Object, ExpiryPolicy, String, int) and
 ICacheRecordStore.getAndPut(Data, Object, ExpiryPolicy, String, int). | 
class  | 
CacheRemoveAllOperation
TODO add a proper JavaDoc 
 | 
class  | 
CacheRemoveOperation
Operation implementation for cache remove functionality. 
 | 
class  | 
CacheReplaceOperation
Operator implementation for cache replace functionality. 
 | 
class  | 
CacheSetExpiryPolicyOperation  | 
class  | 
MutatingCacheOperation
Base class for all mutable cache operations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggregateOperation  | 
class  | 
CardinalityEstimatorBackupAwareOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CollectionAddAllOperation  | 
class  | 
CollectionAddOperation  | 
class  | 
CollectionBackupAwareOperation  | 
class  | 
CollectionClearOperation  | 
class  | 
CollectionCompareAndRemoveOperation  | 
class  | 
CollectionMergeOperation
Merges a  
SplitBrainMergeTypes.CollectionMergeTypes for split-brain healing with a SplitBrainMergePolicy. | 
class  | 
CollectionRemoveOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListAddAllOperation  | 
class  | 
ListAddOperation  | 
class  | 
ListRemoveOperation  | 
class  | 
ListSetOperation  | 
| 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  | 
QueueBackupAwareOperation
This abstract class contains important methods for all Queue operations. 
 | 
class  | 
QueueMergeOperation
Merges a  
SplitBrainMergeTypes.QueueMergeTypes for split-brain healing with a SplitBrainMergePolicy. | 
class  | 
RemoveOperation
Remove operation for the Queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CollectionCommitOperation
a wrapper for running all commit operations at once 
 | 
class  | 
CollectionPrepareOperation  | 
class  | 
CollectionRollbackOperation  | 
class  | 
CollectionTxnAddOperation  | 
class  | 
CollectionTxnRemoveOperation  | 
| 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  | 
TxnPrepareOperation
Prepare 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. 
 | 
class  | 
TxnRollbackOperation
Rollback operation for the transactional queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddAndGetOperation  | 
class  | 
AtomicLongBackupAwareOperation  | 
class  | 
GetAndAddOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAlterOperation  | 
class  | 
AlterAndGetOperation  | 
class  | 
AlterOperation  | 
class  | 
AtomicReferenceBackupAwareOperation  | 
class  | 
CompareAndSetOperation  | 
class  | 
GetAndAlterOperation  | 
class  | 
GetAndSetOperation  | 
class  | 
SetAndGetOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CountDownOperation  | 
class  | 
SetCountOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AwaitOperation  | 
class  | 
BeforeAwaitOperation  | 
class  | 
LocalLockCleanupOperation  | 
class  | 
LockOperation  | 
class  | 
SignalOperation  | 
class  | 
UnlockIfLeaseExpiredOperation  | 
class  | 
UnlockOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AcquireOperation  | 
class  | 
IncreaseOperation  | 
class  | 
InitOperation  | 
class  | 
ReduceOperation  | 
class  | 
ReleaseOperation  | 
class  | 
SemaphoreBackupAwareOperation  | 
class  | 
SemaphoreDetachMemberOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DisposeResultOperation  | 
class  | 
PutResultOperation  | 
class  | 
RetrieveAndDisposeResultOperation  | 
class  | 
TaskOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasePutOperation  | 
class  | 
BaseRemoveOperation  | 
class  | 
EntryOffloadableSetUnlockOperation
Set & Unlock processing for the EntryOperation
 See the javadoc on  
EntryOperation | 
class  | 
EntryOperation
Contains implementation of the off-loadable contract for EntryProcessor execution on a single key. 
 | 
class  | 
EvictAllOperation
Operation which evicts all keys except locked ones. 
 | 
class  | 
EvictOperation  | 
class  | 
LegacyMergeOperation
Contains a merging entry for split-brain healing with a  
MapMergePolicy. | 
class  | 
MapFlushOperation
Flushes dirty entries upon call of  
IMap.flush() | 
class  | 
MultipleEntryOperation  | 
class  | 
MultipleEntryWithPredicateOperation  | 
class  | 
PartitionWideEntryOperation
GOTCHA: This operation does NOT load missing keys from map-store for now. 
 | 
class  | 
PartitionWideEntryWithPredicateOperation  | 
class  | 
PutAllOperation
Inserts the  
MapEntries for a single partition to the local RecordStore. | 
class  | 
PutFromLoadAllOperation
Puts records to map which are loaded from map store by  
IMap.loadAll(boolean) | 
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  | 
DeleteOperation  | 
class  | 
PutOperation  | 
class  | 
RemoveAllOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TxnPutOperation  | 
class  | 
TxnRemoveAllOperation  | 
class  | 
TxnRemoveOperation  | 
| 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. 
 | 
class  | 
MergeOperation
Contains an entire ringbuffer for split-brain healing with a
  
SplitBrainMergePolicy. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractBackupAwareSchedulerOperation  | 
class  | 
CancelTaskOperation  | 
class  | 
DisposeTaskOperation  | 
class  | 
ScheduleTaskOperation  | 
class  | 
SyncBackupStateOperation  | 
class  | 
SyncStateOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClearRemoteTransactionOperation  | 
class  | 
FinalizeRemoteTransactionOperation  | 
class  | 
PutRemoteTransactionOperation  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.