public interface ICacheService extends ManagedService, RemoteService, MigrationAwareService, EventPublishingService<Object,CacheEventListener>
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
init, reset, shutdown
createDistributedObject, destroyDistributedObject
beforeMigration, clearPartitionReplica, commitMigration, prepareReplicationOperation, rollbackMigration
dispatchEvent
static final String SERVICE_NAME
ICacheRecordStore getOrCreateRecordStore(String name, int partitionId)
ICacheRecordStore getRecordStore(String name, int partitionId)
CachePartitionSegment getSegment(int partitionId)
CacheConfig putCacheConfigIfAbsent(CacheConfig config)
CacheConfig getCacheConfig(String name)
CacheSimpleConfig findCacheConfig(String simpleName)
Collection<CacheConfig> getCacheConfigs()
CacheConfig deleteCacheConfig(String name)
CacheStatisticsImpl createCacheStatIfAbsent(String name)
CacheContext getOrCreateCacheContext(String name)
void deleteCache(String objectName, boolean isLocal, String callerUuid, boolean destroy)
void deleteCacheStat(String name)
void setStatisticsEnabled(CacheConfig cacheConfig, String cacheNameWithPrefix, boolean enabled)
void setManagementEnabled(CacheConfig cacheConfig, String cacheNameWithPrefix, boolean enabled)
void publishEvent(CacheEventContext cacheEventContext)
void publishEvent(String cacheName, CacheEventSet eventSet, int orderKey)
NodeEngine getNodeEngine()
String registerListener(String name, CacheEventListener listener, boolean isLocal)
String registerListener(String name, CacheEventListener listener, EventFilter eventFilter, boolean isLocal)
void deregisterAllListener(String name)
CacheStatistics getStatistics(String name)
CacheOperationProvider getCacheOperationProvider(String nameWithPrefix, InMemoryFormat storageType)
String addInvalidationListener(String name, CacheEventListener listener, boolean localOnly)
boolean isWanReplicationEnabled(String cacheName)
CacheWanEventPublisher getCacheWanEventPublisher()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.