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 classContainerCacheFactoryBuilder creates aConfigurableCacheFactoryinstance using the knowledge from this ContainerAdapter instance.Fields in com.tangosol.application declared as CacheFactoryBuilderModifier and TypeFieldDescriptionprotected CacheFactoryBuilderContainerAdapter.ContainerCacheFactoryBuilder.m_cfbDelegateTheCacheFactoryBuilderto be informed of anyConfigurableCacheFactoryinstances created.Methods in com.tangosol.application that return CacheFactoryBuilderModifier and TypeMethodDescriptionContainerAdapter.DefaultContext.getCacheFactoryBuilder()Return theCacheFactoryBuilderin use.Context.getCacheFactoryBuilder()Return theCacheFactoryBuilderin 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 providedCacheFactoryBuilderwhich is informed of anyConfigurableCacheFactoryinstances 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 TypeClassDescriptionclassDefaultCacheFactoryBuilderis the default implementation ofCacheFactoryBuilder.classImplementation ofCacheFactoryBuilderthat manages multiple instances ofConfigurableCacheFactory.classImplementation ofCacheFactoryBuilderthat maintains a singleConfigurableCacheFactoryinstance regardless of the requesting ClassLoader if a URI is not provided.Methods in com.tangosol.net that return CacheFactoryBuilderModifier and TypeMethodDescriptionstatic CacheFactoryBuilderCacheFactory.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 voidCacheFactory.setCacheFactoryBuilder(CacheFactoryBuilder cfb) Specify a singleton CacheFactoryBuilder.