| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.client.impl.operations | Contains client operations | 
| com.hazelcast.collection.impl.queue.operations | This package contains the IQueue operations | 
| com.hazelcast.collection.impl.txnqueue.operations | |
| com.hazelcast.concurrent.lock.operations | This package contains the operations on the ILock. | 
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.query | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheContainsKeyOperationCache contains key operation, determines if the cache contains an entry for the specified key. | 
| class  | CacheEntryIteratorOperationProvides iterator functionality for ICache. | 
| class  | CacheGetAllOperationGets all keys from the cache. | 
| class  | CacheGetConfigOperationCache GetConfig Operation. | 
| class  | CacheGetInvalidationMetaDataOperation | 
| class  | CacheGetOperationCache Get Operation. | 
| class  | CacheKeyIteratorOperationProvides iterator functionality for ICache. | 
| class  | CacheSizeOperationThis operation implementation is for calculating the cluster size of a named cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GetConnectedClientsOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContainsOperationChecks whether contain or not item in the Queue. | 
| class  | IsEmptyOperationcheck if queue is empty | 
| class  | IteratorOperationProvides iterator functionality for Queue. | 
| class  | PeekOperationPeek operation for Queue. | 
| class  | RemainingCapacityOperationReturns the remaining capacity of the queue based on config max-size | 
| class  | SizeOperationNotify size of the queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TxnPeekOperationPeek operation for the transactional queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GetLockCountOperation | 
| class  | GetRemainingLeaseTimeOperation | 
| class  | IsLockedOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AwaitMapFlushOperationIMap.flush()call waits the end of flush by using this operation. | 
| class  | ContainsKeyOperation | 
| class  | ContainsValueOperation | 
| class  | GetAllOperation | 
| class  | GetEntryViewOperation | 
| class  | GetOperation | 
| class  | MapFetchEntriesOperation | 
| class  | MapFetchKeysOperation | 
| class  | MapGetInvalidationMetaDataOperation | 
| class  | MapIsEmptyOperation | 
| class  | MapSizeOperation | 
| class  | NotifyMapFlushOperation | 
| class  | PartitionCheckIfLoadedOperation | 
| class  | ReadonlyKeyBasedMapOperationAbstract  MapOperationthat serves as based for readonly operations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueryOperation | 
| class  | QueryPartitionOperation | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.