| 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 the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl.waitnotifyservice | Contains the internal API code for the  WaitNotifyService. | 
| com.hazelcast.spi.impl.waitnotifyservice.impl | Contains the implementation code for the  WaitNotifyService. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OfferOperationContains offer operation for the Queue. | 
| class  | PollOperationPool operation for Queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TxnPeekOperationPeek operation for the transactional queue. | 
| class  | TxnReserveOfferOperationReserve offer operation for the transactional queue. | 
| class  | TxnReservePollOperationReserve 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  | AwaitMapFlushOperationIMap.flush()call waits the end of flush by using this operation. | 
| class  | BasePutOperation | 
| class  | BaseRemoveOperation | 
| class  | ContainsKeyOperation | 
| class  | DeleteOperation | 
| class  | EntryOperationGOTCHA : 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  | 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  | 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 | Interface and Description | 
|---|---|
| interface  | WaitSupportDeprecated. 
 this class is deprecated since 3.7. Use  BlockingOperationinstead. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WaitNotifyService. await(BlockingOperation blockingOperation)Causes the current operation to wait in WaitNotifyService until it is notified
 by a  Notifieroperation or timeout specified bygetWaitTimeout()passes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WaitNotifyServiceImpl. await(BlockingOperation blockingOperation) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.