Package | Description |
---|---|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.operations |
Contains client operations
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.query | |
com.hazelcast.spi.impl.operationservice.impl.operations |
Contains the Operations being used by the
OperationServiceImpl . |
Modifier and Type | Class and Description |
---|---|
class |
CacheContainsKeyOperation
Cache contains key operation, determines if the cache contains an entry for the specified key.
|
class |
CacheGetAllOperation
Gets all keys from the cache.
|
class |
CacheGetConfigOperation
Cache GetConfig Operation.
|
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 |
ContainsKeyOperation |
class |
ContainsValueOperation |
class |
GetAllOperation |
class |
GetEntryViewOperation |
class |
GetOperation |
class |
MapIsEmptyOperation |
class |
MapSizeOperation |
class |
PartitionCheckIfLoadedOperation |
Modifier and Type | Class and Description |
---|---|
class |
QueryOperation |
class |
QueryPartitionOperation |
Modifier and Type | Class and Description |
---|---|
class |
IsStillExecutingOperation
An operation that checks if another operation is still running.
|
class |
TraceableIsStillExecutingOperation |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.