Package | Description |
---|---|
com.hazelcast.collection.impl.queue.operations |
This package contains the IQueue operations
|
com.hazelcast.collection.impl.txnqueue.operations | |
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.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.multimap.impl.operations |
Contains operations for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
com.hazelcast.ringbuffer.impl.operations | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl.waitnotifyservice.impl |
Contains the implementation code for the
InternalWaitNotifyService . |
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 |
TxnReserveOfferOperation
Reserve offer operation for the transactional queue.
|
class |
TxnReservePollOperation
Reserve poll operation for the transactional queue.
|
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 |
BasePutOperation |
class |
BaseRemoveOperation |
class |
ContainsKeyOperation |
class |
DeleteOperation |
class |
EntryOperation
GOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation.
|
class |
EvictOperation |
class |
GetEntryViewOperation |
class |
GetOperation |
class |
LockAwareOperation |
class |
MergeOperation |
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 |
ContainsEntryOperation |
class |
CountOperation |
class |
GetAllOperation |
class |
MultiMapBackupAwareOperation |
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 |
class |
ReadOneOperation |
Modifier and Type | Method and Description |
---|---|
void |
WaitNotifyService.await(WaitSupport waitSupport)
Causes the current operation to wait in WaitNotifyService until it is notified
by a
Notifier operation or timeout specified by
getWaitTimeout() passes. |
Modifier and Type | Method and Description |
---|---|
void |
WaitNotifyServiceImpl.await(WaitSupport waitSupport) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.