Uses of Interface
com.tangosol.net.ConfigurableCacheFactory
-
Packages that use ConfigurableCacheFactory Package Description com.oracle.coherence.cdi.events Support for adapting Coherence interceptors to standard CDI events.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.events.application Contains classes related to application events within the Coherence Live Event Model, including ConfigurableCacheFactory events.com.tangosol.util Contains various generic utilities. -
-
Uses of ConfigurableCacheFactory in com.oracle.coherence.cdi.events
Methods in com.oracle.coherence.cdi.events that return ConfigurableCacheFactory Modifier and Type Method Description protected ConfigurableCacheFactory
EventObserverSupport.ServiceEventHandler. getConfigurableCacheFactory(PartitionedService service)
-
Uses of ConfigurableCacheFactory in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy with type parameters of type ConfigurableCacheFactory Modifier and Type Field Description static Function<String,ConfigurableCacheFactory>
ConfigurableCacheFactorySuppliers. DEFAULT
The default instance of the DefaultCacheFactorySupplier.protected Function<String,ConfigurableCacheFactory>
BaseGrpcServiceImpl. f_cacheFactorySupplier
The function used to obtain ConfigurableCacheFactory instances for a given scope name.Methods in com.oracle.coherence.grpc.proxy that return ConfigurableCacheFactory Modifier and Type Method Description ConfigurableCacheFactory
ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier. apply(String scope)
ConfigurableCacheFactory
ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier. apply(String scope)
protected ConfigurableCacheFactory
NamedCacheServiceImpl. getCCF(String sScope)
Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type ConfigurableCacheFactory Modifier and Type Method Description static Function<String,ConfigurableCacheFactory>
ConfigurableCacheFactorySuppliers. fixed(ConfigurableCacheFactory... ccfs)
Returns an instance of a fixed supplier that only returns one of the specified set ofConfigurableCacheFactory
instances.Optional<Function<String,ConfigurableCacheFactory>>
BaseGrpcServiceImpl.DefaultDependencies. getCacheFactorySupplier()
Optional<Function<String,ConfigurableCacheFactory>>
BaseGrpcServiceImpl.Dependencies. getCacheFactorySupplier()
Return the function to use to obtain namedConfigurableCacheFactory
instances.Methods in com.oracle.coherence.grpc.proxy with parameters of type ConfigurableCacheFactory Modifier and Type Method Description static Function<String,ConfigurableCacheFactory>
ConfigurableCacheFactorySuppliers. fixed(ConfigurableCacheFactory... ccfs)
Returns an instance of a fixed supplier that only returns one of the specified set ofConfigurableCacheFactory
instances.Method parameters in com.oracle.coherence.grpc.proxy with type arguments of type ConfigurableCacheFactory Modifier and Type Method Description void
BaseGrpcServiceImpl.DefaultDependencies. setConfigurableCacheFactorySupplier(Function<String,ConfigurableCacheFactory> ccfSupplier)
Set the function to use to obtain namedConfigurableCacheFactory
instances.Constructors in com.oracle.coherence.grpc.proxy with parameters of type ConfigurableCacheFactory Constructor Description FixedCacheFactorySupplier(ConfigurableCacheFactory... ccfs)
-
Uses of ConfigurableCacheFactory in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return ConfigurableCacheFactory Modifier and Type Method Description ConfigurableCacheFactory
MapBuilder.Dependencies. getConfigurableCacheFactory()
Return theConfigurableCacheFactory
needed to create nested caches.Methods in com.tangosol.coherence.config.builder with parameters of type ConfigurableCacheFactory Modifier and Type Method Description BackingMapManager
BackingMapManagerBuilder. realizeBackingMapManager(ConfigurableCacheFactory ccf)
Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.Constructors in com.tangosol.coherence.config.builder with parameters of type ConfigurableCacheFactory Constructor Description Dependencies(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
Methods in com.tangosol.coherence.config.scheme with parameters of type ConfigurableCacheFactory Modifier and Type Method Description BackingMapManager
AbstractCachingScheme. realizeBackingMapManager(ConfigurableCacheFactory ccf)
Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.BackingMapManager
NearScheme. realizeBackingMapManager(ConfigurableCacheFactory ccf)
Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.BackingMapManager
PagedTopicScheme. realizeBackingMapManager(ConfigurableCacheFactory ccf)
BackingMapManager
ViewScheme. realizeBackingMapManager(ConfigurableCacheFactory ccf)
BackingMapManager
WrapperCachingScheme. realizeBackingMapManager(ConfigurableCacheFactory ccf)
-
Uses of ConfigurableCacheFactory in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as ConfigurableCacheFactory Modifier and Type Field Description protected ConfigurableCacheFactory
ExecutionContext. m_cacheFactory
TheConfigurableCacheFactory
to use to access caches.Methods in com.tangosol.coherence.dslquery that return ConfigurableCacheFactory Modifier and Type Method Description ConfigurableCacheFactory
ExecutionContext. getCacheFactory()
Deprecated.Methods in com.tangosol.coherence.dslquery with parameters of type ConfigurableCacheFactory Modifier and Type Method Description void
ExecutionContext. setCacheFactory(ConfigurableCacheFactory ccf)
Deprecated. -
Uses of ConfigurableCacheFactory in com.tangosol.coherence.jcache
Methods in com.tangosol.coherence.jcache that return ConfigurableCacheFactory Modifier and Type Method Description ConfigurableCacheFactory
CoherenceBasedCacheManager. getConfigurableCacheFactory()
Get ConfigurableCacheFactory context.Constructors in com.tangosol.coherence.jcache with parameters of type ConfigurableCacheFactory Constructor Description CoherenceBasedCacheManager(CoherenceBasedCachingProvider provider, ConfigurableCacheFactory ccf, URI uri, ClassLoader classLoader, Properties properties)
Constructs a newCoherenceBasedCacheManager
. -
Uses of ConfigurableCacheFactory in com.tangosol.net
Classes in com.tangosol.net that implement ConfigurableCacheFactory Modifier and Type Class Description class
DefaultConfigurableCacheFactory
Deprecated.class
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory provides a facility to access caches declared in a "coherence-cache-config.xsd" compliant configuration file.Fields in com.tangosol.net declared as ConfigurableCacheFactory Modifier and Type Field Description protected ConfigurableCacheFactory
SimpleServiceMonitor. m_ccf
AConfigurableCacheFactory
instance used to start the service.protected ConfigurableCacheFactory
SingletonCacheFactoryBuilder. m_ccfSingleton
SingletonConfigurableCacheFactory
instance for the default URI.Fields in com.tangosol.net with type parameters of type ConfigurableCacheFactory Modifier and Type Field Description protected Map<ClassLoader,Map<String,ConfigurableCacheFactory>>
ScopedCacheFactoryBuilder. m_mapByLoader
Mapping used to associate class loaders with the cache factories that are configured on them.Methods in com.tangosol.net that return ConfigurableCacheFactory Modifier and Type Method Description protected 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
.ConfigurableCacheFactory
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.ConfigurableCacheFactory
CacheFactoryBuilder. getConfigurableCacheFactory(ClassLoader loader)
Return the default ConfigurableCacheFactory for a given class loader.ConfigurableCacheFactory
CacheFactoryBuilder. getConfigurableCacheFactory(String sConfigURI, ClassLoader loader)
Return the ConfigurableCacheFactory for a given URI and class loader.ConfigurableCacheFactory
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.ConfigurableCacheFactory
DefaultCacheServer.LifecycleContext. getConfigurableCacheFactory()
ConfigurableCacheFactory
ScopedCacheFactoryBuilder. getConfigurableCacheFactory(ClassLoader loader)
Return the default ConfigurableCacheFactory for a given class loader.ConfigurableCacheFactory
ScopedCacheFactoryBuilder. getConfigurableCacheFactory(String sConfigURI, ClassLoader loader)
Return the ConfigurableCacheFactory for a given URI and class loader.ConfigurableCacheFactory
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.ConfigurableCacheFactory
CacheFactoryBuilder. setConfigurableCacheFactory(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace)
Dynamically set theConfigurableCacheFactory
for a given URI and class loader.ConfigurableCacheFactory
ScopedCacheFactoryBuilder. setConfigurableCacheFactory(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace)
Dynamically set theConfigurableCacheFactory
for a given URI and class loader.Methods in com.tangosol.net that return types with arguments of type ConfigurableCacheFactory Modifier and Type Method Description protected Map<String,ConfigurableCacheFactory>
ScopedCacheFactoryBuilder. ensureConfigCCFMap(ClassLoader loader)
Ensure that a map from URI to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).Methods in com.tangosol.net with parameters of type ConfigurableCacheFactory Modifier and Type Method Description protected 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 replacementConfigurableCacheFactory
CacheFactoryBuilder. setConfigurableCacheFactory(ConfigurableCacheFactory ccf, String sConfigURI, ClassLoader loader, boolean fReplace)
Dynamically set theConfigurableCacheFactory
for a given URI and class loader.ConfigurableCacheFactory
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
.Constructors in com.tangosol.net with parameters of type ConfigurableCacheFactory Constructor Description DefaultCacheServer(ConfigurableCacheFactory factory)
Construct a DefaultCacheServer using the provided factory. -
Uses of ConfigurableCacheFactory in com.tangosol.net.events.application
Methods in com.tangosol.net.events.application that return ConfigurableCacheFactory Modifier and Type Method Description ConfigurableCacheFactory
LifecycleEvent. getConfigurableCacheFactory()
Returns theConfigurableCacheFactory
instance that was activated or about to be disposed. -
Uses of ConfigurableCacheFactory in com.tangosol.util
Methods in com.tangosol.util with parameters of type ConfigurableCacheFactory Modifier and Type Method Description static ExecutionContext
QueryHelper. createExecutionContext(ConfigurableCacheFactory factory)
Create a newExecutionContext
.
-