Uses of Class
com.tangosol.net.ExtensibleConfigurableCacheFactory
Packages that use ExtensibleConfigurableCacheFactory
Package
Description
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
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.oracle.coherence.grpc.proxy.common
Fields in com.oracle.coherence.grpc.proxy.common declared as ExtensibleConfigurableCacheFactoryModifier and TypeFieldDescriptionprotected ExtensibleConfigurableCacheFactoryBaseProxyProtocol.m_ccfTheExtensibleConfigurableCacheFactoryowning the cache. - 
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptiondefault QNamedQueueScheme.realize(String sName, ExtensibleConfigurableCacheFactory eccf) default QNamedQueueScheme.realize(String sName, ExtensibleConfigurableCacheFactory eccf, ClassLoader classLoader)  - 
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type ExtensibleConfigurableCacheFactoryModifier and TypeMethodDescriptionstatic booleanContainerHelper.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.protectedPartitionedBackingMapManager(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.coherence.persistence.PersistenceToolsCachePersistenceHelper.getArchiverPersistenceTools(ExtensibleConfigurableCacheFactory eccf, String sSnapshotName, String sServiceName) Return an implementation specific instance of PersistenceTools for the given archived snapshot.static PersistenceEnvironmentInfoCachePersistenceHelper.getEnvironmentInfo(ExtensibleConfigurableCacheFactory eccf, String sServiceName) Return thePersistenceEnvironmentInfofor a given cluster and service name using the currentConfigurableCacheFactorywithout starting the services.