Package | Description |
---|---|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
Cache Operations
|
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 |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.map.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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutatingCacheOperation
Base modifying cache operation, this operation publishes COMPLETE events
|
class |
CacheClearBackupOperation
Store keys as set when ClearOperation run.
|
class |
CacheClearOperation
Cache Clear, remove all operation with or without a set of keys provided
|
class |
CacheContainsKeyOperation
Cache ContainsKey Operation
|
class |
CacheCreateConfigOperation
Cache CreateConfig Operation
|
class |
CacheDestroyOperation
Cache CreateConfig Operation
|
class |
CacheEntryProcessorOperation
Operation of the Cache Entry Processor.
|
class |
CacheGetAllOperation
Get all keys from 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
Provides Listener Registration Service.
|
class |
CacheLoadAllOperation
Triggers cache store load of all given keys.
|
class |
CacheManagementConfigOperation
Cache ManagementConfig Operation
|
class |
CachePutAllBackupOperation
Cache PutAllBackup Operation
|
class |
CachePutBackupOperation
Cache PutBackup Operation
|
class |
CachePutIfAbsentOperation
Cache PutIfAbsent Operation
|
class |
CachePutOperation
Cache Put operation
|
class |
CacheRemoveBackupOperation
Cache RemoveBackup Operation
|
class |
CacheRemoveOperation
Cache Remove Operation
|
class |
CacheReplaceOperation
Cache Replace Operation
|
class |
CacheSizeOperation
Cache Size Operation
|
Modifier and Type | Class and Description |
---|---|
class |
AwaitOperation |
class |
CountDownLatchBackupOperation |
class |
CountDownOperation |
class |
GetCountOperation |
class |
SetCountOperation |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ShutdownOperation |
Modifier and Type | Class and Description |
---|---|
class |
PublishOperation |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.