Uses of Interface
com.tangosol.net.CacheFactoryBuilder
Packages that use CacheFactoryBuilder
Package
Description
Contains classes supporting the Coherence Container.
Contains basic cluster interfaces and factories.
-
Uses of CacheFactoryBuilder in com.tangosol.application
Classes in com.tangosol.application that implement CacheFactoryBuilderModifier and TypeClassDescriptionprotected class
ContainerCacheFactoryBuilder creates aConfigurableCacheFactory
instance using the knowledge from this ContainerAdapter instance.Fields in com.tangosol.application declared as CacheFactoryBuilderModifier and TypeFieldDescriptionprotected CacheFactoryBuilder
ContainerAdapter.ContainerCacheFactoryBuilder.m_cfbDelegate
TheCacheFactoryBuilder
to be informed of anyConfigurableCacheFactory
instances created.Methods in com.tangosol.application that return CacheFactoryBuilderModifier and TypeMethodDescriptionContainerAdapter.DefaultContext.getCacheFactoryBuilder()
Return theCacheFactoryBuilder
in use.Context.getCacheFactoryBuilder()
Return theCacheFactoryBuilder
in use.Constructors in com.tangosol.application with parameters of type CacheFactoryBuilderModifierConstructorDescriptionContainerAdapter
(ClassLoader loader, String sAppDescriptorURI, String sAppName, CacheFactoryBuilder builder, XmlElement xmlAppDescriptor, ServiceMonitor serviceMonitor) Construct the ContainerAdapter.Construct a ContainerCacheFactoryBuilder instance with the providedCacheFactoryBuilder
which is informed of anyConfigurableCacheFactory
instances created.DefaultContext
(CacheFactoryBuilder builder, ClassLoader loader, String sAppName, String sCacheConfigURI, ServiceMonitor monitor, String sPofConfigURI, ContainerContext ctx) Constructor. -
Uses of CacheFactoryBuilder in com.tangosol.net
Classes in com.tangosol.net that implement CacheFactoryBuilderModifier and TypeClassDescriptionclass
DefaultCacheFactoryBuilder
is the default implementation ofCacheFactoryBuilder
.class
Implementation ofCacheFactoryBuilder
that manages multiple instances ofConfigurableCacheFactory
.class
Implementation ofCacheFactoryBuilder
that maintains a singleConfigurableCacheFactory
instance regardless of the requesting ClassLoader if a URI is not provided.Methods in com.tangosol.net that return CacheFactoryBuilderModifier and TypeMethodDescriptionstatic CacheFactoryBuilder
CacheFactory.getCacheFactoryBuilder()
Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.DefaultCacheServer.LifecycleContext.getCacheFactoryBuilder()
Methods in com.tangosol.net with parameters of type CacheFactoryBuilderModifier and TypeMethodDescriptionstatic void
CacheFactory.setCacheFactoryBuilder
(CacheFactoryBuilder cfb) Specify a singleton CacheFactoryBuilder.