Uses of Interface
com.tangosol.net.ConfigurableCacheFactory
Package
Description
Support for adapting Coherence interceptors to standard CDI events.
The Coherence gRPC server implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains classes related to Coherence JCache.
Contains basic cluster interfaces and factories.
Contains classes related to application events within the Coherence
Live Event Model, including ConfigurableCacheFactory events.
Contains various generic utilities.
-
Uses of ConfigurableCacheFactory in com.oracle.coherence.cdi.events
Modifier and TypeMethodDescriptionprotected ConfigurableCacheFactory
EventObserverSupport.ServiceEventHandler.getConfigurableCacheFactory
(PartitionedService service) -
Uses of ConfigurableCacheFactory in com.oracle.coherence.grpc.proxy
Modifier and TypeFieldDescriptionstatic final Function
<String, ConfigurableCacheFactory> ConfigurableCacheFactorySuppliers.DEFAULT
The default instance of the DefaultCacheFactorySupplier.protected final Function
<String, ConfigurableCacheFactory> BaseGrpcServiceImpl.f_cacheFactorySupplier
The function used to obtain ConfigurableCacheFactory instances for a given scope name.Modifier and TypeMethodDescriptionstatic Function
<String, ConfigurableCacheFactory> ConfigurableCacheFactorySuppliers.fixed
(ConfigurableCacheFactory... ccfs) Returns an instance of a fixed supplier that only returns one of the specified set ofConfigurableCacheFactory
instances.BaseGrpcServiceImpl.DefaultDependencies.getCacheFactorySupplier()
BaseGrpcServiceImpl.Dependencies.getCacheFactorySupplier()
Return the function to use to obtain namedConfigurableCacheFactory
instances.Modifier and TypeMethodDescriptionstatic Function
<String, ConfigurableCacheFactory> ConfigurableCacheFactorySuppliers.fixed
(ConfigurableCacheFactory... ccfs) Returns an instance of a fixed supplier that only returns one of the specified set ofConfigurableCacheFactory
instances.Modifier and TypeMethodDescriptionvoid
BaseGrpcServiceImpl.DefaultDependencies.setConfigurableCacheFactorySupplier
(Function<String, ConfigurableCacheFactory> ccfSupplier) Set the function to use to obtain namedConfigurableCacheFactory
instances. -
Uses of ConfigurableCacheFactory in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionMapBuilder.Dependencies.getConfigurableCacheFactory()
Return theConfigurableCacheFactory
needed to create nested caches.Modifier and TypeMethodDescriptionBackingMapManagerBuilder.realizeBackingMapManager
(ConfigurableCacheFactory ccf) Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.ModifierConstructorDescriptionDependencies
(ConfigurableCacheFactory ccf, BackingMapManagerContext ctxBackingMapManager, ClassLoader loader, String sCacheName, String sServiceType) Constructs aMapBuilder.Dependencies
.Dependencies
(ConfigurableCacheFactory ccf, BackingMapManagerContext ctxBackingMapManager, ClassLoader loader, String sCacheName, String sServiceType, Map<Map, MapListener> mapMapListeners) Constructs aMapBuilder.Dependencies
. -
Uses of ConfigurableCacheFactory in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionAbstractCachingScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.NearScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.PagedTopicScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) ViewScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) WrapperCachingScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) -
Uses of ConfigurableCacheFactory in com.tangosol.coherence.dslquery
Modifier and TypeFieldDescriptionprotected ConfigurableCacheFactory
ExecutionContext.m_cacheFactory
TheConfigurableCacheFactory
to use to access caches.Modifier and TypeMethodDescriptionvoid
ExecutionContext.setCacheFactory
(ConfigurableCacheFactory ccf) Deprecated. -
Uses of ConfigurableCacheFactory in com.tangosol.coherence.jcache
Modifier and TypeMethodDescriptionCoherenceBasedCacheManager.getConfigurableCacheFactory()
Get ConfigurableCacheFactory context.ModifierConstructorDescriptionCoherenceBasedCacheManager
(CoherenceBasedCachingProvider provider, ConfigurableCacheFactory ccf, URI uri, ClassLoader classLoader, Properties properties) Constructs a newCoherenceBasedCacheManager
. -
Uses of ConfigurableCacheFactory in com.tangosol.net
Modifier and TypeClassDescriptionclass
Deprecated.class
ExtensibleConfigurableCacheFactory provides a facility to access caches declared in a "coherence-cache-config.xsd" compliant configuration file.Modifier and TypeFieldDescriptionprotected ConfigurableCacheFactory
SimpleServiceMonitor.m_ccf
AConfigurableCacheFactory
instance used to start the service.protected ConfigurableCacheFactory
SingletonCacheFactoryBuilder.m_ccfSingleton
SingletonConfigurableCacheFactory
instance for the default URI.Modifier and TypeFieldDescriptionprotected Map
<ClassLoader, Map<String, ConfigurableCacheFactory>> ScopedCacheFactoryBuilder.m_mapByLoader
Mapping used to associate class loaders with the cache factories that are configured on them.Modifier and TypeMethodDescriptionprotected ConfigurableCacheFactory
ScopedCacheFactoryBuilder.buildFactory
(String sConfigURI, ClassLoader loader) Construct and configure aConfigurableCacheFactory
for the specified cache config URI andClassLoader
.protected ConfigurableCacheFactory
ScopedCacheFactoryBuilder.buildFactory
(String sConfigURI, ClassLoader loader, ParameterResolver paramResolver) Construct and configure aConfigurableCacheFactory
for the specified cache config URI andClassLoader
.BackingMapManager.getCacheFactory()
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.static ConfigurableCacheFactory
CacheFactory.getConfigurableCacheFactory()
Obtain the ConfigurableCacheFactory singleton using the configuration info from the "configurable-cache-factory-config" element located in the tangosol-coherence.xml configuration file.static ConfigurableCacheFactory
CacheFactory.getConfigurableCacheFactory
(ClassLoader loader) Obtain the ConfigurableCacheFactory associated with the specified class loader.CacheFactoryBuilder.getConfigurableCacheFactory
(ClassLoader loader) Return the default ConfigurableCacheFactory for a given class loader.CacheFactoryBuilder.getConfigurableCacheFactory
(String sConfigURI, ClassLoader loader) Return the ConfigurableCacheFactory for a given URI and class loader.CacheFactoryBuilder.getConfigurableCacheFactory
(String sConfigURI, ClassLoader loader, ParameterResolver resolver) Return the ConfigurableCacheFactory for a given URI and class loader.protected static ConfigurableCacheFactory
DefaultCacheServer.getConfigurableCacheFactory()
Gets a ConfigurableCacheFactory based on the default configuration.DefaultCacheServer.LifecycleContext.getConfigurableCacheFactory()
ScopedCacheFactoryBuilder.getConfigurableCacheFactory
(ClassLoader loader) Return the default ConfigurableCacheFactory for a given class loader.ScopedCacheFactoryBuilder.getConfigurableCacheFactory
(String sConfigURI, ClassLoader loader) Return the ConfigurableCacheFactory for a given URI and class loader.ScopedCacheFactoryBuilder.getConfigurableCacheFactory
(String sConfigURI, ClassLoader loader, ParameterResolver resolver) Return the ConfigurableCacheFactory for a given URI and class loader.protected ConfigurableCacheFactory
ScopedCacheFactoryBuilder.getFactory
(String sConfigURI, ClassLoader loader, ParameterResolver resolver) Helper method to return aConfigurableCacheFactory
instance for the specified URI and class loader.protected ConfigurableCacheFactory
SingletonCacheFactoryBuilder.getFactory
(String sConfigURI, ClassLoader loader, ParameterResolver resolver) Helper method to return aConfigurableCacheFactory
instance for the specified URI and class loader.protected ConfigurableCacheFactory
SingletonCacheFactoryBuilder.getSingletonFactory()
Return the singleton cache factory.protected ConfigurableCacheFactory
ScopedCacheFactoryBuilder.instantiateFactory
(ClassLoader loader, XmlElement xmlConfig, XmlElement xmlFactory, String sPofConfigURI, String sScopeName, ParameterResolver resolver) Create a new instance ofConfigurableCacheFactory
based on a givenClassLoader
and cache configuration XML.CacheFactoryBuilder.setConfigurableCacheFactory
(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace) Dynamically set theConfigurableCacheFactory
for a given URI and class loader.ScopedCacheFactoryBuilder.setConfigurableCacheFactory
(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace) Dynamically set theConfigurableCacheFactory
for a given URI and class loader.Modifier and TypeMethodDescriptionprotected Map
<String, ConfigurableCacheFactory> ScopedCacheFactoryBuilder.ensureConfigCCFMap
(ClassLoader loader) Ensure that a map from URI to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).Modifier and TypeMethodDescriptionprotected static DefaultCacheServer
DefaultCacheServer.ensureInstance
(ConfigurableCacheFactory factory) Returns the DefaultCacheServer singleton, creating it if necessary.void
CacheFactoryBuilder.release
(ConfigurableCacheFactory factory) Release the specified ConfigurableCacheFactory.void
ScopedCacheFactoryBuilder.release
(ConfigurableCacheFactory factory) Release the specified ConfigurableCacheFactory.void
SingletonCacheFactoryBuilder.release
(ConfigurableCacheFactory factory) Release the specified ConfigurableCacheFactory.static void
CacheFactory.setConfigurableCacheFactory
(ConfigurableCacheFactory factory) Deprecated.As of 12.2.1 deprecated with no replacementCacheFactoryBuilder.setConfigurableCacheFactory
(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace) Dynamically set theConfigurableCacheFactory
for a given URI and class loader.ScopedCacheFactoryBuilder.setConfigurableCacheFactory
(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace) Dynamically set theConfigurableCacheFactory
for a given URI and class loader.void
ServiceMonitor.setConfigurableCacheFactory
(ConfigurableCacheFactory ccf) Set theConfigurableCacheFactory
aServiceMonitor
can operate with.void
SimpleServiceMonitor.setConfigurableCacheFactory
(ConfigurableCacheFactory ccf) Set theConfigurableCacheFactory
aServiceMonitor
can operate with.protected void
SingletonCacheFactoryBuilder.setSingletonFactory
(ConfigurableCacheFactory ccf) Set the singleton cache factory (seeSingletonCacheFactoryBuilder.getSingletonFactory()
).static List
DefaultCacheServer.start
(ConfigurableCacheFactory factory) Start all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.static DefaultCacheServer
DefaultCacheServer.startServerDaemon
(ConfigurableCacheFactory ccf) Start the cache server on a dedicated daemon thread, using specifiedConfigurableCacheFactory
.ModifierConstructorDescriptionConstruct a DefaultCacheServer using the provided factory. -
Uses of ConfigurableCacheFactory in com.tangosol.net.events.application
Modifier and TypeMethodDescriptionLifecycleEvent.getConfigurableCacheFactory()
Returns theConfigurableCacheFactory
instance that was activated or about to be disposed. -
Uses of ConfigurableCacheFactory in com.tangosol.util
Modifier and TypeMethodDescriptionstatic ExecutionContext
QueryHelper.createExecutionContext
(ConfigurableCacheFactory factory) Create a newExecutionContext
.
ExecutionContext.getSession()