Modifier and Type | Class and Description |
---|---|
class |
AbstractMutatingCacheOperation
Base class for all mutable cache operations.
|
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 |
CacheLoadAllOperation
Loads all entries of the keys to partition record store
ICacheRecordStore . |
class |
CacheMergeOperation |
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.
|
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 |
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 |
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
Offer operation for the Transactional Queue.
|
class |
TxnPollOperation
Poll operation for the transactional queue.
|
class |
TxnPrepareOperation
Prepare operation for the transactional queue.
|
class |
TxnReserveOfferOperation
Reserve offer operation for the transactional queue.
|
class |
TxnReservePollOperation
Reserve poll operation for the transactional queue.
|
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 |
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 |
EntryOperation
GOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation.
|
class |
EvictAllOperation
Operation which evicts all keys except locked ones.
|
class |
EvictOperation |
class |
MapFlushOperation
Flushes dirty entries upon call of
IMap.flush() |
class |
MergeOperation |
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 |
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 |
MultiMapBackupAwareOperation |
class |
PutOperation |
class |
RemoveAllOperation |
Modifier and Type | Class and Description |
---|---|
class |
TxnPutOperation |
class |
TxnRemoveAllOperation |
class |
TxnRemoveOperation |
Modifier and Type | Class and Description |
---|---|
class |
AddAllOperation |
class |
AddOperation |
Modifier and Type | Class and Description |
---|---|
class |
ClearRemoteTransactionOperation |
class |
FinalizeRemoteTransactionOperation |
class |
PutRemoteTransactionOperation |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.