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 |
CacheContainsKeyOperation
Cache contains key operation, determines if the cache contains an entry for the specified key.
|
class |
CacheEntryIteratorOperation
Provides iterator functionality for ICache.
|
class |
CacheGetAllOperation
Gets all keys from the cache.
|
class |
CacheGetConfigOperation
Cache GetConfig Operation.
|
class |
CacheGetInvalidationMetaDataOperation |
class |
CacheGetOperation
Cache Get Operation.
|
class |
CacheKeyIteratorOperation
Provides iterator functionality for ICache.
|
class |
CacheSizeOperation
This 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 |
ContainsOperation
Checks whether contain or not item in the Queue.
|
class |
IsEmptyOperation
check if queue is empty
|
class |
IteratorOperation
Provides iterator functionality for Queue.
|
class |
PeekOperation
Peek operation for Queue.
|
class |
RemainingCapacityOperation
Returns the remaining capacity of the queue based on config max-size
|
class |
SizeOperation
Notify size of the queue.
|
Modifier and Type | Class and Description |
---|---|
class |
TxnPeekOperation
Peek operation for the transactional queue.
|
Modifier and Type | Class and Description |
---|---|
class |
GetLockCountOperation |
class |
GetRemainingLeaseTimeOperation |
class |
IsLockedOperation |
Modifier and Type | Class and Description |
---|---|
class |
AwaitMapFlushOperation
IMap.flush() call waits the end of flush by using this operation. |
class |
ContainsKeyOperation |
class |
ContainsValueOperation |
class |
GetAllOperation |
class |
GetEntryViewOperation |
class |
GetOperation |
class |
IsKeyLoadFinishedOperation |
class |
IsPartitionLoadedOperation |
class |
MapFetchEntriesOperation |
class |
MapFetchKeysOperation |
class |
MapGetInvalidationMetaDataOperation |
class |
MapIsEmptyOperation |
class |
MapSizeOperation |
class |
NotifyMapFlushOperation
|
class |
ReadonlyKeyBasedMapOperation
Abstract
MapOperation that serves as based for readonly operations. |
class |
TriggerLoadIfNeededOperation |
Modifier and Type | Class and Description |
---|---|
class |
QueryOperation |
class |
QueryPartitionOperation |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.