Uses of Interface
com.hazelcast.spi.NamedOperation

Packages that use NamedOperation
com.hazelcast.cache.impl.operation Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.concurrent.countdownlatch.operations This package contains the operations on the ICountDownLatch.
 
com.hazelcast.concurrent.semaphore.operations This package contains the operations on the ISemaphore.
 
com.hazelcast.executor.impl.operations This package contains operations for the IExecutorService.
 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.topic.impl This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. 
 

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

Classes in com.hazelcast.cache.impl.operation that implement NamedOperation
 class AbstractMutatingCacheOperation
          Base class for all mutable cache operations.
 class CacheBackupEntryProcessorOperation
          Operation of the Cache Backup Entry Processor.
 class CacheClearBackupOperation
          Backup operation of CacheClearOperation.
 class CacheClearOperation
          Cache Clear will clear all internal cache data without sending any event
 class CacheContainsKeyOperation
          Cache contains key operation, determines if the cache contains an entry for the specified key.
 class CacheCreateConfigOperation
          Used to create cluster wide cache configuration.
 class CacheDestroyOperation
          Destroys the cache on the cluster or on a single node by calling AbstractCacheService.destroyCache(String, boolean, String).
 class CacheEntryProcessorOperation
          Operation of the Cache Entry Processor.
 class CacheGetAllOperation
          Gets all keys from the cache.
 class CacheGetAndRemoveOperation
          Cache GetAndRemove Operation.
 class CacheGetAndReplaceOperation
          Cache GetAndReplace Operation.
 class CacheGetConfigOperation
          Cache GetConfig Operation.
 class CacheGetOperation
          Cache Get Operation.
 class CacheKeyIteratorOperation
          Provides iterator functionality for ICache.
 class CacheListenerRegistrationOperation
          Listener can be registered and unregistered by CacheService.
 class CacheLoadAllOperation
          Loads all entries of the keys to partition record store ICacheRecordStore.
 class CacheManagementConfigOperation
          Cache ManagementConfig Operation provides enabling/disabling the functionality of management and statistics mxbeans of the cache.
 class CachePutAllBackupOperation
          Cache PutAllBackup Operation is the backup operation used by load all operation.
 class CachePutBackupOperation
          Backup operation for the operation of adding cache entries into record stores.
 class CachePutIfAbsentOperation
          Operation implementation for calling ICacheRecordStore.putIfAbsent(Data, Object, ExpiryPolicy, String, int).
 class CachePutOperation
          Operation implementation for com.hazelcast.cache.impl.ICacheRecordStore#put(Data, Object, ExpiryPolicy, String) and com.hazelcast.cache.impl.ICacheRecordStore#getAndPut(Data, Object, ExpiryPolicy, String).
 class CacheRemoveAllBackupOperation
          Backup operation of CacheRemoveAllOperation.
 class CacheRemoveAllOperation
          TODO add a proper JavaDoc
 class CacheRemoveBackupOperation
          Backup operation used by remove operations.
 class CacheRemoveOperation
          Operation implementation for cache remove functionality.
 class CacheReplaceOperation
          Operator implementation for cache replace functionality.
 class CacheSizeOperation
          This operation implementation is for calculating the cluster size of a named cache.
 

Uses of NamedOperation in com.hazelcast.concurrent.countdownlatch.operations
 

Classes in com.hazelcast.concurrent.countdownlatch.operations that implement NamedOperation
 class AwaitOperation
           
 class CountDownLatchBackupOperation
           
 class CountDownOperation
           
 class GetCountOperation
           
 class SetCountOperation
           
 

Uses of NamedOperation in com.hazelcast.concurrent.semaphore.operations
 

Classes in com.hazelcast.concurrent.semaphore.operations that implement NamedOperation
 class AcquireBackupOperation
           
 class AcquireOperation
           
 class AvailableOperation
           
 class DeadMemberBackupOperation
           
 class DrainBackupOperation
           
 class DrainOperation
           
 class InitBackupOperation
           
 class InitOperation
           
 class ReduceBackupOperation
           
 class ReduceOperation
           
 class ReleaseBackupOperation
           
 class ReleaseOperation
           
 class SemaphoreBackupAwareOperation
           
 class SemaphoreBackupOperation
           
 class SemaphoreDeadMemberOperation
           
 class SemaphoreOperation
           
 

Uses of NamedOperation in com.hazelcast.executor.impl.operations
 

Classes in com.hazelcast.executor.impl.operations that implement NamedOperation
 class ShutdownOperation
           
 

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

Classes in com.hazelcast.map.impl.operation that implement NamedOperation
 class AbstractMapOperation
           
 class AddIndexOperation
           
 class AddInterceptorOperation
           
 class BasePutOperation
           
 class BaseRemoveOperation
           
 class ClearBackupOperation
           
 class ClearOperation
           
 class ContainsKeyOperation
           
 class ContainsValueOperation
           
 class DeleteOperation
           
 class EntryBackupOperation
           
 class EntryOperation
          GOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation.
 class EvictAllBackupOperation
          Operation which evicts all keys except locked ones.
 class EvictAllOperation
          Operation which evicts all keys except locked ones.
 class EvictOperation
           
 class GetAllOperation
           
 class GetEntryViewOperation
           
 class GetOperation
           
 class KeyBasedMapOperation
           
 class LoadAllOperation
          Triggers map store load of all given keys.
 class LoadMapOperation
          Triggers map loading from a map store
 class LockAwareOperation
           
 class MapEntrySetOperation
           
 class MapFlushOperation
           
 class MapIsEmptyOperation
           
 class MapKeySetOperation
           
 class MapSizeOperation
           
 class MapValuesOperation
           
 class MergeOperation
           
 class MultipleEntryBackupOperation
           
 class MultipleEntryOperation
           
 class PartitionCheckIfLoadedOperation
           
 class PartitionWideEntryBackupOperation
           
 class PartitionWideEntryOperation
          GOTCHA : This operation does NOT load missing keys from map-store for now.
 class PartitionWideEntryWithPredicateBackupOperation
           
 class PartitionWideEntryWithPredicateOperation
           
 class PutAllBackupOperation
           
 class PutAllOperation
           
 class PutBackupOperation
           
 class PutFromLoadAllBackupOperation
          Runs on backups.
 class PutFromLoadAllOperation
          Puts records to map which are loaded from map store by IMap.loadAll(boolean)
 class PutIfAbsentOperation
           
 class PutOperation
           
 class PutTransientOperation
           
 class QueryOperation
           
 class QueryPartitionOperation
           
 class RemoveBackupOperation
           
 class RemoveIfSameOperation
           
 class RemoveInterceptorOperation
           
 class RemoveOperation
           
 class ReplaceIfSameOperation
           
 class ReplaceOperation
           
 class SetOperation
           
 class TryPutOperation
           
 class TryRemoveOperation
           
 class WanOriginatedDeleteOperation
           
 

Uses of NamedOperation in com.hazelcast.map.impl.tx
 

Classes in com.hazelcast.map.impl.tx that implement NamedOperation
 class TxnDeleteOperation
          Transactional delete operation
 class TxnLockAndGetOperation
          Transactional lock and get operation.
 class TxnPrepareBackupOperation
          An operation to prepare transaction by locking the key on key backup owner.
 class TxnPrepareOperation
          An operation to prepare transaction by locking the key on the key owner.
 class TxnRollbackBackupOperation
          An operation to rollback transaction by unlocking the key on key backup owner.
 class TxnRollbackOperation
          An operation to rollback transaction by unlocking the key on key owner.
 class TxnSetOperation
          An operation to unlock and set (key,value) on the partition .
 class TxnUnlockBackupOperation
          An operation to unlock key on the backup owner.
 class TxnUnlockOperation
          An operation to unlock key on the partition owner.
 

Uses of NamedOperation in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement NamedOperation
 class AbstractNamedOperation
           
 

Uses of NamedOperation in com.hazelcast.topic.impl
 

Classes in com.hazelcast.topic.impl that implement NamedOperation
 class PublishOperation
           
 



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