Uses of Interface
com.tangosol.net.CacheService
-
Packages that use CacheService Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.events.partition.cache Contains classes related to PartitionedCache events within the Coherence Live Event Model.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.util Contains various generic utilities. -
-
Uses of CacheService in com.tangosol.net
Subinterfaces of CacheService in com.tangosol.net Modifier and Type Interface Description interface
DistributedCacheService
A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interface
PagedTopicService
ATopicService
which provides globally ordered topics.Classes in com.tangosol.net that implement CacheService Modifier and Type Class Description class
WrapperCacheService
CacheService implementation that delegates to a wrapped CacheService instance.Methods in com.tangosol.net that return CacheService Modifier and Type Method Description CacheService
BackingMapManagerContext. getCacheService()
Return the CacheService associated with this context.CacheService
NamedCache. getCacheService()
Return the CacheService that this NamedCache is a part of.CacheService
WrapperCacheService. getCacheService()
Return the wrapped CacheService.default CacheService
NamedMap. getService()
Methods in com.tangosol.net with parameters of type CacheService Modifier and Type Method Description protected void
DefaultConfigurableCacheFactory. register(CacheService service, String sCacheName, String sContext, Map map)
Deprecated.as of Coherence 3.7.1; useMBeanHelper.registerCacheMBean(CacheService, String, String, Map)
insteadprotected void
DefaultConfigurableCacheFactory. unregister(CacheService service, String sCacheName)
Deprecated.as of Coherence 3.7.1; useMBeanHelper.unregisterCacheMBean(CacheService, String, String)
insteadprotected void
DefaultConfigurableCacheFactory. validateBackingMapManager(CacheService service)
Deprecated.Ensures that the backing map manager of the specified service was configured by this (or equivalent) factory.protected void
ExtensibleConfigurableCacheFactory. validateBackingMapManager(CacheService service)
Ensures that the backing map manager of the specified service was configured by this (or equivalent) factory.Constructors in com.tangosol.net with parameters of type CacheService Constructor Description WrapperCacheService(CacheService service)
Create a new WrapperCacheService that delegates to the given CacheService instance. -
Uses of CacheService in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as CacheService Modifier and Type Field Description protected CacheService
NearCache. f_service
The back cache service.protected CacheService
WrapperNamedCache. m_service
The CacheService this NamedCache is a part of.Methods in com.tangosol.net.cache that return CacheService Modifier and Type Method Description CacheService
ContinuousQueryCache. getCacheService()
CacheService
NearCache. getCacheService()
Return the CacheService that this NamedCache is a part of.CacheService
ReadWriteBackingMap. getCacheService()
Return the CacheService.CacheService
WrapperNamedCache. getCacheService()
Return the CacheService that this NamedCache is a part of.Constructors in com.tangosol.net.cache with parameters of type CacheService Constructor Description WrapperNamedCache(Map<K,V> map, String sName, CacheService service)
Construct a NamedCache wrapper based on the specified map. -
Uses of CacheService in com.tangosol.net.events.partition.cache
Methods in com.tangosol.net.events.partition.cache that return CacheService Modifier and Type Method Description default CacheService
Event. getService()
Return theCacheService
this event was raised from. -
Uses of CacheService in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type CacheService Modifier and Type Method Description static void
MBeanHelper. registerCacheMBean(CacheService service, String sCacheName, String sContext, Map map)
Register the specified map with the cluster registry.static void
MBeanHelper. registerViewMBean(CacheService service, ContinuousQueryCache cache)
Register the specified view cache 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. -
Uses of CacheService in com.tangosol.util
Methods in com.tangosol.util that return CacheService Modifier and Type Method Description CacheService
ConverterCollections.ConverterNamedCache. getCacheService()
Return the CacheService that this NamedCache is a part of.CacheService
NullImplementation.NullBackingMapManagerContext. getCacheService()
Return the CacheService associated with this context.
-