Uses of Class
com.tangosol.net.ExtensibleConfigurableCacheFactory
Packages that use ExtensibleConfigurableCacheFactory
Package
Description
Contains classes supporting the Coherence Container.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains classes related to Coherence JCache.
Common utilities used by Coherence JCache.
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains classes and helpers for implementing various types of persistence.
-
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.application
Fields in com.tangosol.application declared as ExtensibleConfigurableCacheFactoryModifier and TypeFieldDescriptionprotected ExtensibleConfigurableCacheFactory
ContainerAdapter.m_factory
TheConfigurableCacheFactory
for the application.Methods in com.tangosol.application that return ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptionprotected ExtensibleConfigurableCacheFactory
ContainerAdapter.DefaultContext.buildFactory()
Build the ExtensibleConfigurableCacheFactory to be used by this context. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptiondefault Q
NamedQueueScheme.realize
(String sName, ExtensibleConfigurableCacheFactory eccf) default Q
NamedQueueScheme.realize
(String sName, ExtensibleConfigurableCacheFactory eccf, ClassLoader classLoader) Constructors in com.tangosol.coherence.config.scheme with parameters of type ExtensibleConfigurableCacheFactory -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.jcache
Methods in com.tangosol.coherence.jcache with parameters of type ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptionstatic javax.cache.CacheManager
CoherenceBasedCacheManager.getContainerManagedCacheManager
(ExtensibleConfigurableCacheFactory eccf) Convenience and short cut method to get container-managed CacheManager of an ECCF. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptionstatic boolean
ContainerHelper.isContainerContext
(ExtensibleConfigurableCacheFactory eccf) Return true if running in a container environment. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.net
Methods in com.tangosol.net that return ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptionExtensibleConfigurableCacheFactory.Manager.getCacheFactory()
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager.getCacheFactory()
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.Constructors in com.tangosol.net with parameters of type ExtensibleConfigurableCacheFactoryModifierConstructorDescriptionConstruct the backing map manager.protected
PartitionedBackingMapManager
(ExtensibleConfigurableCacheFactory factory, MapBuilder.Dependencies dependencies, ParameterResolver resolver, MapBuilder bldrMap) Create a PartitionedBackingMapManager object. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.net.topic
Constructors in com.tangosol.net.topic with parameters of type ExtensibleConfigurableCacheFactory -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.persistence
Methods in com.tangosol.persistence with parameters of type ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptionstatic com.oracle.datagrid.persistence.PersistenceTools
CachePersistenceHelper.getArchiverPersistenceTools
(ExtensibleConfigurableCacheFactory eccf, String sSnapshotName, String sServiceName) Return an implementation specific instance of PersistenceTools for the given archived snapshot.static PersistenceEnvironmentInfo
CachePersistenceHelper.getEnvironmentInfo
(ExtensibleConfigurableCacheFactory eccf, String sServiceName) Return thePersistenceEnvironmentInfo
for a given cluster and service name using the currentConfigurableCacheFactory
without starting the services.