Uses of Interface
com.tangosol.net.CacheService
-
Packages that use CacheService Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.util Utility types leveraged by the Coherence Executor Service.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.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as CacheService Modifier and Type Field Description protected CacheServiceClusteredExecutorInfo.CacheAwareContinuation. f_cacheServiceTheCacheServicefor accessing the various executor caches.protected CacheServiceClusteredExecutorInfo.TouchRunnable. f_cacheServiceTheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.protected CacheServiceClusteredExecutorInfo.UpdateInfoRunnable. f_cacheServiceTheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.protected CacheServiceClusteredTaskCoordinator. f_cacheServiceTheCacheServiceused by the executor service.protected CacheServiceClusteredTaskManager.AsyncProcessChangesContinuation. f_cacheServiceTheCacheService.protected CacheServiceClusteredTaskManager.CleanupContinuation. f_cacheServiceTheCacheService.protected CacheServiceClusteredTaskCoordinator.ClusteredMemberListener. f_serviceTheCacheService.protected CacheServiceClusteredExecutorService. m_cacheServiceTheCacheServicecontaining the orchestration metadata caches.protected CacheServiceClusteredProperties. m_serviceTheCacheServiceused by theTask, hence the property cache.Methods in com.oracle.coherence.concurrent.executor that return CacheService Modifier and Type Method Description CacheServiceClusteredExecutorService. getCacheService()Obtains theCacheServicebeing used by theTaskExecutorService.protected CacheServiceClusteredProperties. getCacheService()Return theCacheServiceused by this executor service.protected CacheServiceClusteredTaskCoordinator. getCacheService()Return the underlyingCacheServicefor the executor service.Methods in com.oracle.coherence.concurrent.executor with parameters of type CacheService Modifier and Type Method Description protected booleanClusteredTaskManager. asyncEvaluateExecutionStrategy(CacheService service, EnumSet<ExecutionStrategy.EvaluationRationale> rationales)Asynchronously evaluate theExecutionStrategyfor theTaskand if necessary, update theExecutionPlanandResultmap.voidClusteredTaskManager. asyncProcessChanges(CacheService service, String key, com.oracle.coherence.concurrent.executor.internal.Cause cause)Asynchronously processes the changes that have recently occurred on theClusteredTaskManager.static voidClusteredAssignment. cancelAssignments(String sTaskId, CacheService service)Cancels all assignments that are currently running.protected voidClusteredTaskManager. cleanProperties(CacheService service)Clean up the task properties.protected voidClusteredTaskManager. cleanup(CacheService service, String sKey)Cleanup metadata associated with the given task key.protected voidClusteredExecutorService. init(CacheService cacheService)Responsible for adding indexes for theClusteredAssignmentcache.protected voidNamedClusteredExecutorService. init(CacheService cacheService)ComposableContinuationClusteredExecutorInfo. onDeleted(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)ComposableContinuationClusteredTaskManager. onDeleted(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)Effectively, a no-op.ComposableContinuationClusteredExecutorInfo. onInserted(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)ComposableContinuationClusteredTaskManager. onInserted(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)ComposableContinuationClusteredTaskManager. onProcess(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)Returns aComposableContinuationto invoke based on the current state.ComposableContinuationClusteredExecutorInfo. onUpdated(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)ComposableContinuationClusteredTaskManager. onUpdated(CacheService service, InvocableMap.Entry entry, com.oracle.coherence.concurrent.executor.internal.Cause cause)static voidClusteredAssignment. registerAssignments(String sTaskId, ExecutionPlan executionPlan, CacheService service)Process a list of assignments for a task.protected static voidClusteredRegistration. registerExecutorMBean(CacheService service, ExecutorMBean mbean, String sName)Registers the provided MBean for the specified executor.static voidClusteredAssignment. removeAssignments(String sTaskId, CacheService service)Remove assignments for a task.protected static voidClusteredRegistration. unregisterExecutiveServiceMBean(CacheService service, String sName)Unregisters the MBean for the specified executor. -
Uses of CacheService in com.oracle.coherence.concurrent.executor.util
Methods in com.oracle.coherence.concurrent.executor.util with parameters of type CacheService Modifier and Type Method Description static NamedCacheCaches. assignments(CacheService service)Obtains the cache used to storeClusteredAssignmentinstances.static NamedCacheCaches. executors(CacheService service)Obtains the cache used to storeClusteredExecutorInfoinstances.static NamedCacheCaches. properties(CacheService service)Obtains the cache used to storeClusteredPropertiesinstances.static NamedCacheCaches. tasks(CacheService service)Obtains the cache used to storeClusteredTaskManagerinstances. -
Uses of CacheService in com.tangosol.net
Subinterfaces of CacheService in com.tangosol.net Modifier and Type Interface Description interfaceDistributedCacheServiceA DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interfacePagedTopicServiceATopicServicewhich provides globally ordered topics.Classes in com.tangosol.net that implement CacheService Modifier and Type Class Description classWrapperCacheServiceCacheService implementation that delegates to a wrapped CacheService instance.Methods in com.tangosol.net that return CacheService Modifier and Type Method Description CacheServiceBackingMapManagerContext. getCacheService()Return the CacheService associated with this context.CacheServiceNamedCache. getCacheService()Return the CacheService that this NamedCache is a part of.CacheServiceWrapperCacheService. getCacheService()Return the wrapped CacheService.default CacheServiceNamedMap. getService()Methods in com.tangosol.net with parameters of type CacheService Modifier and Type Method Description protected voidDefaultConfigurableCacheFactory. register(CacheService service, String sCacheName, String sContext, Map map)Deprecated.as of Coherence 3.7.1; useMBeanHelper.registerCacheMBean(CacheService, String, String, Map)insteadprotected 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 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 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 CacheService Modifier and Type Method Description CacheServiceContinuousQueryCache. getCacheService()CacheServiceNearCache. getCacheService()Return the CacheService that this NamedCache is a part of.CacheServiceReadWriteBackingMap. getCacheService()Return the CacheService.CacheServiceWrapperNamedCache. 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 CacheServiceCacheLifecycleEventDispatcher. getCacheService()Return theCacheServiceassociated with this dispatcher.default 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 CacheService Modifier and Type Method Description static 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 CacheService Modifier and Type Method Description CacheServiceConverterCollections.ConverterNamedCache. getCacheService()Return the CacheService that this NamedCache is a part of.CacheServiceNullImplementation.NullBackingMapManagerContext. getCacheService()Return the CacheService associated with this context.
-