| 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  | RemoveOperationRemove operation for the Queue. | 
| 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  | TxnRollbackOperationRollback 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  | SemaphoreDeadMemberOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PutResultOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NotifyMapFlushOperation | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MapTxnOperationTransactional operation interface for  IMap | 
| 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  | AddAllOperationAdds a batch of items to the ring buffer. | 
| class  | AddOperationAdds 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  BlockingOperationoperation by rescheduling it on theOperationExecutorA parked operation registered with thegetNotifiedKey()will be notified and deregistered. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationParkerImpl. unpark(Notifier notifier) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.