Package | Description |
---|---|
com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.management |
Contains classes related to the Coherence Management Framework.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method and Description |
---|---|
CacheService |
PagedTopicScheme.ensureConfiguredService(com.tangosol.config.expression.ParameterResolver resolver,
MapBuilder.Dependencies deps)
Ensure service and its topic configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistributedCacheService
A DistributedCacheService is a clustered cache service that partitions its
data across cluster members that provide backing storage.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperCacheService
CacheService implementation that delegates to a wrapped CacheService
instance.
|
Modifier and Type | Method and Description |
---|---|
CacheService |
NamedCache.getCacheService()
Return the CacheService that this NamedCache is a part of.
|
CacheService |
WrapperCacheService.getCacheService()
Return the wrapped CacheService.
|
CacheService |
BackingMapManagerContext.getCacheService()
Return the CacheService associated with this context.
|
default CacheService |
NamedCache.getService() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultConfigurableCacheFactory.register(CacheService service,
String sCacheName,
String sContext,
Map map)
Deprecated.
as of Coherence 3.7.1; use
MBeanHelper.registerCacheMBean(CacheService, String, String, Map) instead |
protected void |
DefaultConfigurableCacheFactory.unregister(CacheService service,
String sCacheName)
Deprecated.
as of Coherence 3.7.1; use
MBeanHelper.unregisterCacheMBean(CacheService, String, String) instead |
protected void |
ExtensibleConfigurableCacheFactory.validateBackingMapManager(CacheService service)
Ensures that the backing map manager of the specified service was
configured by this (or equivalent) factory.
|
protected void |
DefaultConfigurableCacheFactory.validateBackingMapManager(CacheService service)
Deprecated.
Ensures that the backing map manager of the specified service was
configured by this (or equivalent) factory.
|
Constructor and Description |
---|
WrapperCacheService(CacheService service)
Create a new WrapperCacheService that delegates to the given
CacheService instance.
|
Modifier and Type | Field and Description |
---|---|
protected CacheService |
NearCache.f_service
The back cache service.
|
protected CacheService |
WrapperNamedCache.m_service
The CacheService this NamedCache is a part of.
|
Modifier and Type | Method and Description |
---|---|
CacheService |
ReadWriteBackingMap.getCacheService()
Return the CacheService.
|
CacheService |
WrapperNamedCache.getCacheService()
Return the CacheService that this NamedCache is a part of.
|
CacheService |
NearCache.getCacheService()
Return the CacheService that this NamedCache is a part of.
|
CacheService |
ContinuousQueryCache.getCacheService() |
Constructor and Description |
---|
WrapperNamedCache(Map<K,V> map,
String sName,
CacheService service)
Construct a NamedCache wrapper based on the specified map.
|
Modifier and Type | Method and Description |
---|---|
static void |
MBeanHelper.registerCacheMBean(CacheService service,
String sCacheName,
String sContext,
Map map)
Register the specified map with the cluster registry.
|
static void |
MBeanHelper.unregisterCacheMBean(CacheService service,
String sCacheName)
Unregister all managed objects that are related to the specified cache
from the registry.
|
static void |
MBeanHelper.unregisterCacheMBean(CacheService service,
String sCacheName,
String sContext)
Unregister all managed objects that are related to the specified cache
from the registry.
|
Modifier and Type | Method and Description |
---|---|
CacheService |
NullImplementation.NullBackingMapManagerContext.getCacheService()
Return the CacheService associated with this context.
|
CacheService |
ConverterCollections.ConverterNamedCache.getCacheService()
Return the CacheService that this NamedCache is a part of.
|