Uses of Class
com.tangosol.net.ExtensibleConfigurableCacheFactory
Package
Description
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.coherence.jcache.common
Modifier and TypeMethodDescriptionstatic boolean
ContainerHelper.isContainerContext
(ExtensibleConfigurableCacheFactory eccf) Return true if running in a container environment. -
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.net
Modifier 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.ModifierConstructorDescriptionConstruct 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
-
Uses of ExtensibleConfigurableCacheFactory in com.tangosol.persistence
Modifier and TypeMethodDescriptionstatic com.oracle.coherence.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.