Package | Description |
---|---|
com.hazelcast.collection | |
com.hazelcast.collection.list | |
com.hazelcast.collection.txn | |
com.hazelcast.concurrent.atomiclong.operations |
This package contains the operations on the IAtomicLong.
|
com.hazelcast.concurrent.atomicreference.operations |
This package contains the operations on the IAtomicReference.
|
com.hazelcast.concurrent.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
com.hazelcast.concurrent.semaphore.operations |
This package contains the operations on the ISemaphore.
|
com.hazelcast.map.operation | |
com.hazelcast.map.tx | |
com.hazelcast.multimap.operations | |
com.hazelcast.multimap.txn | |
com.hazelcast.queue | |
com.hazelcast.queue.tx |
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 |
CollectionPrepareOperation |
class |
CollectionRollbackOperation |
class |
CollectionTxnAddOperation |
class |
CollectionTxnRemoveOperation |
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 |
LockOperation |
class |
SignalOperation |
class |
UnlockOperation |
Modifier and Type | Class and Description |
---|---|
class |
AcquireOperation |
class |
DrainOperation |
class |
InitOperation |
class |
ReduceOperation |
class |
ReleaseOperation |
class |
SemaphoreBackupAwareOperation |
class |
SemaphoreDeadMemberOperation |
Modifier and Type | Class and Description |
---|---|
class |
BasePutOperation |
class |
BaseRemoveOperation |
class |
ClearOperation |
class |
DeleteOperation |
class |
EntryOperation
GOTCHA : This operation loads missing keys from mapstore, in contrast with PartitionWideEntryOperation.
|
class |
EvictKeysOperation
User: ahmetmircik
Date: 11/1/13
|
class |
EvictOperation |
class |
MergeOperation |
class |
MergeRemoveOperation |
class |
MultipleEntryOperation
date: 19/12/13
author: eminn
|
class |
PartitionWideEntryOperation
GOTCHA : This operation does not load missing keys from mapstore for now.
|
class |
PartitionWideEntryWithPredicateOperation
date: 9/16/13
author: eminn
|
class |
PutAllOperation |
class |
PutIfAbsentOperation |
class |
PutOperation |
class |
PutTransientOperation |
class |
RemoveIfSameOperation |
class |
RemoveOperation |
class |
ReplaceIfSameOperation |
class |
ReplaceOperation |
class |
SetOperation |
class |
TryPutOperation |
class |
TryRemoveOperation |
class |
WanOriginatedDeleteOperation |
Modifier and Type | Class and Description |
---|---|
class |
TxnDeleteOperation |
class |
TxnPrepareOperation |
class |
TxnRollbackOperation |
class |
TxnSetOperation |
class |
TxnUnlockOperation |
Modifier and Type | Class and Description |
---|---|
class |
MultiMapBackupAwareOperation |
class |
RemoveAllOperation |
Modifier and Type | Class and Description |
---|---|
class |
TxnCommitOperation |
class |
TxnPutOperation |
class |
TxnRemoveAllOperation |
class |
TxnRemoveOperation |
Modifier and Type | Class and Description |
---|---|
class |
AddAllOperation |
class |
CompareAndRemoveOperation |
class |
OfferOperation
User: ali
Date: 11/14/12
Time: 12:14 AM
|
class |
PollOperation |
class |
QueueBackupAwareOperation |
Modifier and Type | Class and Description |
---|---|
class |
TxnOfferOperation |
class |
TxnPollOperation |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.