| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMutatingCacheOperationBase class for all mutable cache operations. | 
| class  | CacheClearOperationCache Clear will clear all internal cache data without sending any event | 
| class  | CacheEntryProcessorOperationOperation of the Cache Entry Processor. | 
| class  | CacheGetAndRemoveOperationCache GetAndRemove Operation. | 
| class  | CacheGetAndReplaceOperationCache GetAndReplace Operation. | 
| class  | CacheLoadAllOperationLoads all entries of the keys to partition record store  ICacheRecordStore. | 
| class  | CacheMergeOperation | 
| class  | CachePutAllOperation | 
| class  | CachePutIfAbsentOperationOperation implementation for calling
  ICacheRecordStore.putIfAbsent(Data, Object, ExpiryPolicy, String, int). | 
| class  | CachePutOperationOperation implementation for
  ICacheRecordStore.put(Data, Object, ExpiryPolicy, String, int)andICacheRecordStore.getAndPut(Data, Object, ExpiryPolicy, String, int). | 
| class  | CacheRemoveAllOperationTODO add a proper JavaDoc | 
| class  | CacheRemoveOperationOperation implementation for cache remove functionality. | 
| class  | CacheReplaceOperationOperator implementation for cache replace functionality. | 
| 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  | CollectionRemoveOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListAddAllOperation | 
| class  | ListAddOperation | 
| class  | ListRemoveOperation | 
| class  | ListSetOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClearOperationClears items stored by Queue. | 
| class  | CompareAndRemoveOperationThis class triggers iterator and if find same item in the Queue, remove this item. | 
| class  | DrainOperationThis class drain items according to drain condition. | 
| class  | OfferOperationContains offer operation for the Queue. | 
| class  | PollOperationPool operation for Queue. | 
| class  | QueueBackupAwareOperationThis abstract class contains important methods for all Queue operations. | 
| class  | RemoveOperationRemove operation for the Queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionCommitOperationa 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  | TxnCommitOperationa wrapper for running all commit operations at once | 
| class  | TxnOfferOperationOffer operation for the Transactional Queue. | 
| class  | TxnPollOperationPoll operation for the transactional queue. | 
| class  | TxnPrepareOperationPrepare operation for the transactional queue. | 
| class  | TxnReserveOfferOperationReserve offer operation for the transactional queue. | 
| class  | TxnReservePollOperationReserve poll operation for the transactional queue. | 
| class  | TxnRollbackOperationRollback 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  | InitOperation | 
| class  | ReduceOperation | 
| class  | ReleaseOperation | 
| class  | SemaphoreBackupAwareOperation | 
| class  | SemaphoreDeadMemberOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DisposeResultOperation | 
| class  | RetrieveAndDisposeResultOperation | 
| class  | TaskOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasePutOperation | 
| class  | BaseRemoveOperation | 
| class  | DeleteOperation | 
| class  | EntryOperationGOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation. | 
| class  | EvictAllOperationOperation which evicts all keys except locked ones. | 
| class  | EvictOperation | 
| class  | MapFlushOperationFlushes dirty entries upon call of  IMap.flush() | 
| class  | MergeOperation | 
| class  | MultipleEntryOperation | 
| class  | MultipleEntryWithPredicateOperation | 
| class  | PartitionWideEntryOperationGOTCHA : This operation does NOT load missing keys from map-store for now. | 
| class  | PartitionWideEntryWithPredicateOperation | 
| class  | PutAllOperationInserts the  MapEntriesfor a single partition to the localRecordStore. | 
| class  | PutFromLoadAllOperationPuts 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  | TryPutOperation | 
| class  | TryRemoveOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TxnDeleteOperationTransactional delete operation | 
| class  | TxnSetOperationAn operation to unlock and set (key,value) on the partition . | 
| class  | TxnUnlockOperationAn operation to unlock key on the partition owner. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapBackupAwareOperation | 
| class  | PutOperation | 
| class  | RemoveAllOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TxnPutOperation | 
| class  | TxnRemoveAllOperation | 
| class  | TxnRemoveOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddAllOperationAdds a batch of items to the ring buffer. | 
| class  | AddOperationAdds a new ring buffer item. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBackupAwareSchedulerOperation | 
| class  | CancelTaskOperation | 
| class  | DisposeTaskOperation | 
| class  | ScheduleTaskOperation | 
| class  | SyncStateOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClearRemoteTransactionOperation | 
| class  | FinalizeRemoteTransactionOperation | 
| class  | PutRemoteTransactionOperation | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.