Uses of Interface
com.tangosol.net.CacheFactoryBuilder
-
Packages that use CacheFactoryBuilder Package Description com.tangosol.application Contains classes supporting the Coherence Container.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of CacheFactoryBuilder in com.tangosol.application
Classes in com.tangosol.application that implement CacheFactoryBuilder Modifier and Type Class Description protected classContainerAdapter.ContainerCacheFactoryBuilderContainerCacheFactoryBuilder creates aConfigurableCacheFactoryinstance using the knowledge from this ContainerAdapter instance.Fields in com.tangosol.application declared as CacheFactoryBuilder Modifier and Type Field Description protected CacheFactoryBuilderContainerAdapter.ContainerCacheFactoryBuilder. m_cfbDelegateTheCacheFactoryBuilderto be informed of anyConfigurableCacheFactoryinstances created.Methods in com.tangosol.application that return CacheFactoryBuilder Modifier and Type Method Description CacheFactoryBuilderContainerAdapter.DefaultContext. getCacheFactoryBuilder()Return theCacheFactoryBuilderin use.CacheFactoryBuilderContext. getCacheFactoryBuilder()Return theCacheFactoryBuilderin use.Constructors in com.tangosol.application with parameters of type CacheFactoryBuilder Constructor Description ContainerAdapter(ClassLoader loader, String sAppDescriptorURI, String sAppName, CacheFactoryBuilder builder, XmlElement xmlAppDescriptor, ServiceMonitor serviceMonitor)Construct the ContainerAdapter.ContainerCacheFactoryBuilder(CacheFactoryBuilder cfb)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 CacheFactoryBuilder Modifier and Type Class Description classDefaultCacheFactoryBuilderDefaultCacheFactoryBuilderis the default implementation ofCacheFactoryBuilder.classScopedCacheFactoryBuilderImplementation ofCacheFactoryBuilderthat manages multiple instances ofConfigurableCacheFactory.classSingletonCacheFactoryBuilderImplementation ofCacheFactoryBuilderthat maintains a singleConfigurableCacheFactoryinstance regardless of the requesting ClassLoader if a URI is not provided.Methods in com.tangosol.net that return CacheFactoryBuilder Modifier and Type Method Description static CacheFactoryBuilderCacheFactory. getCacheFactoryBuilder()Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.CacheFactoryBuilderDefaultCacheServer.LifecycleContext. getCacheFactoryBuilder()Methods in com.tangosol.net with parameters of type CacheFactoryBuilder Modifier and Type Method Description static voidCacheFactory. setCacheFactoryBuilder(CacheFactoryBuilder cfb)Specify a singleton CacheFactoryBuilder.
-