Uses of Class
com.tangosol.net.ExtensibleConfigurableCacheFactory
-
Packages that use ExtensibleConfigurableCacheFactory Package Description 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.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type ExtensibleConfigurableCacheFactory Modifier and Type Method Description static 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 ExtensibleConfigurableCacheFactory Modifier and Type Method Description ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Manager. getCacheFactory()
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.ExtensibleConfigurableCacheFactory
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 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.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.
-