Uses of Interface
com.tangosol.net.CacheService
Packages that use CacheService
Package
Description
Contains classes related to the HTTP Session Replication Module.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
Contains classes related to the Coherence Management Framework.
Contains various generic utilities.
-
Uses of CacheService in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet with parameters of type CacheServiceModifier and TypeMethodDescriptionprotected booleanGetElasticMaxValueSizeProcessor.isSplittingSupported(CacheService service) Check if all the members in the service support large value splitting. -
Uses of CacheService in com.tangosol.net
Subinterfaces of CacheService in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceA DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interfaceA FederatedCacheService is a distributed cache service that also replicates data to other clusters/participants in the Federation.interfaceATopicServicewhich provides globally ordered topics.interfaceClasses in com.tangosol.net that implement CacheServiceModifier and TypeClassDescriptionclassCacheService implementation that delegates to a wrapped CacheService instance.Methods in com.tangosol.net that return CacheServiceModifier and TypeMethodDescriptionBackingMapManagerContext.getCacheService()Return the CacheService associated with this context.NamedCache.getCacheService()Return the CacheService that this NamedCache is a part of.WrapperCacheService.getCacheService()Return the wrapped CacheService.default CacheServiceNamedMap.getService()Methods in com.tangosol.net with parameters of type CacheServiceModifier and TypeMethodDescriptionprotected voidDefaultConfigurableCacheFactory.register(CacheService service, String sCacheName, String sContext, Map map) Deprecated.protected voidDefaultConfigurableCacheFactory.unregister(CacheService service, String sCacheName) Deprecated.as of Coherence 3.7.1; useMBeanHelper.unregisterCacheMBean(CacheService, String, String)insteadprotected voidDefaultConfigurableCacheFactory.validateBackingMapManager(CacheService service) Deprecated.Ensures that the backing map manager of the specified service was configured by this (or equivalent) factory.protected voidExtensibleConfigurableCacheFactory.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 CacheServiceModifierConstructorDescriptionWrapperCacheService(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 CacheServiceModifier and TypeFieldDescriptionprotected final CacheServiceNearCache.f_serviceThe back cache service.protected CacheServiceWrapperNamedCache.m_serviceThe CacheService this NamedCache is a part of.Methods in com.tangosol.net.cache that return CacheServiceModifier and TypeMethodDescriptionContinuousQueryCache.getCacheService()NearCache.getCacheService()Return the CacheService that this NamedCache is a part of.ReadWriteBackingMap.getCacheService()Return the CacheService.WrapperNamedCache.getCacheService()Return the CacheService that this NamedCache is a part of.Constructors in com.tangosol.net.cache with parameters of type CacheServiceModifierConstructorDescriptionWrapperNamedCache(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 CacheServiceModifier and TypeMethodDescriptiondefault CacheServiceEvent.getService()Return theCacheServicethis event was raised from. -
Uses of CacheService in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type CacheServiceModifier and TypeMethodDescriptionstatic voidMBeanHelper.registerCacheMBean(CacheService service, String sCacheName, String sContext, Map map) Register the specified map with the cluster registry.static voidMBeanHelper.registerViewMBean(CacheService service, ContinuousQueryCache cache) Register the specified view cache with the cluster registry.static voidMBeanHelper.unregisterCacheMBean(CacheService service, String sCacheName) Unregister all managed objects that are related to the specified cache from the registry.static voidMBeanHelper.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 CacheServiceModifier and TypeMethodDescriptionConverterCollections.ConverterNamedCache.getCacheService()Return the CacheService that this NamedCache is a part of.NullImplementation.NullBackingMapManagerContext.getCacheService()Return the CacheService associated with this context.
MBeanHelper.registerCacheMBean(CacheService, String, String, Map)instead