| 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  | 
RemoveOperation
Remove operation for the Queue. 
 | 
| 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  | 
TxnRollbackOperation
Rollback operation for the transactional queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CountDownOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BeforeAwaitOperation  | 
class  | 
LocalLockCleanupOperation  | 
class  | 
UnlockIfLeaseExpiredOperation  | 
class  | 
UnlockOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReleaseOperation  | 
class  | 
SemaphoreDetachMemberOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PutResultOperation  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NotifyMapFlushOperation
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MapTxnOperation
Transactional operation interface for  
IMap | 
| 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  | 
AddAllOperation
Adds a batch of items to the ring buffer. 
 | 
class  | 
AddOperation
Adds a new ring buffer item. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ResultReadyNotifyOperation<V>  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationParker.unpark(Notifier notifier)
Unparks the parked  
BlockingOperation operation by rescheduling it on the
 OperationExecutor
 A parked operation registered with the getNotifiedKey() will be notified and deregistered. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationParkerImpl.unpark(Notifier notifier)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.