|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNamedOperation | |
---|---|
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.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 AbstractNamedOperation in com.hazelcast.cache.impl.operation |
---|
Subclasses of AbstractNamedOperation in com.hazelcast.cache.impl.operation | |
---|---|
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 AbstractNamedOperation in com.hazelcast.concurrent.countdownlatch.operations |
---|
Subclasses of AbstractNamedOperation in com.hazelcast.concurrent.countdownlatch.operations | |
---|---|
class |
AwaitOperation
|
class |
CountDownLatchBackupOperation
|
class |
CountDownOperation
|
class |
GetCountOperation
|
class |
SetCountOperation
|
Uses of AbstractNamedOperation in com.hazelcast.concurrent.semaphore.operations |
---|
Subclasses of AbstractNamedOperation in com.hazelcast.concurrent.semaphore.operations | |
---|---|
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 AbstractNamedOperation in com.hazelcast.executor.impl.operations |
---|
Subclasses of AbstractNamedOperation in com.hazelcast.executor.impl.operations | |
---|---|
class |
ShutdownOperation
|
Uses of AbstractNamedOperation in com.hazelcast.map.impl.operation |
---|
Uses of AbstractNamedOperation in com.hazelcast.topic.impl |
---|
Subclasses of AbstractNamedOperation in com.hazelcast.topic.impl | |
---|---|
class |
PublishOperation
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |