Uses of Interface
com.hazelcast.spi.ReadonlyOperation

Packages that use ReadonlyOperation
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. 
 

Uses of ReadonlyOperation in com.hazelcast.cache.impl.operation
 

Classes in com.hazelcast.cache.impl.operation that implement ReadonlyOperation
 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.
 

Uses of ReadonlyOperation in com.hazelcast.client.impl.operations
 

Classes in com.hazelcast.client.impl.operations that implement ReadonlyOperation
 class GetConnectedClientsOperation
           
 

Uses of ReadonlyOperation in com.hazelcast.map.impl.operation
 

Classes in com.hazelcast.map.impl.operation that implement ReadonlyOperation
 class ContainsKeyOperation
           
 class ContainsValueOperation
           
 class GetAllOperation
           
 class GetEntryViewOperation
           
 class GetOperation
           
 class MapEntrySetOperation
           
 class MapIsEmptyOperation
           
 class MapKeySetOperation
           
 class MapSizeOperation
           
 class MapValuesOperation
           
 class PartitionCheckIfLoadedOperation
           
 class QueryOperation
           
 class QueryPartitionOperation
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.