Uses of Class
com.tangosol.net.ExtensibleConfigurableCacheFactory
-
Packages that use ExtensibleConfigurableCacheFactory Package Description com.tangosol.application Contains classes supporting the Coherence Container.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.application
Fields in com.tangosol.application declared as ExtensibleConfigurableCacheFactory Modifier and Type Field Description protected ExtensibleConfigurableCacheFactoryContainerAdapter. m_factoryTheConfigurableCacheFactoryfor the application.Methods in com.tangosol.application that return ExtensibleConfigurableCacheFactory Modifier and Type Method Description protected ExtensibleConfigurableCacheFactoryContainerAdapter.DefaultContext. buildFactory()Build the ExtensibleConfigurableCacheFactory to be used by this context. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.config.scheme
Constructors in com.tangosol.coherence.config.scheme with parameters of type ExtensibleConfigurableCacheFactory Constructor Description Manager(ExtensibleConfigurableCacheFactory factory)Construct aBackingMapManagerneeded for the transactional scheme. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.coherence.jcache
Methods in com.tangosol.coherence.jcache with parameters of type ExtensibleConfigurableCacheFactory Modifier and Type Method Description static javax.cache.CacheManagerCoherenceBasedCacheManager. 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 ExtensibleConfigurableCacheFactory Modifier and Type Method Description static 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 ExtensibleConfigurableCacheFactory Modifier and Type Method Description ExtensibleConfigurableCacheFactoryExtensibleConfigurableCacheFactory.Manager. getCacheFactory()Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.ExtensibleConfigurableCacheFactoryExtensibleConfigurableCacheFactory.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 ExtensibleConfigurableCacheFactory Constructor Description Manager(ExtensibleConfigurableCacheFactory factory)Construct the backing map manager.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 Constructor Description TopicBackingMapManager(ExtensibleConfigurableCacheFactory eccf)Create aTopicBackingMapManager. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.persistence
Methods in com.tangosol.persistence with parameters of type ExtensibleConfigurableCacheFactory Modifier and Type Method Description static com.oracle.datagrid.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.
-