Uses of Class
com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Packages that use DefaultConfigurableCacheFactory.CacheInfo
- 
Uses of DefaultConfigurableCacheFactory.CacheInfo in com.tangosol.net
Fields in com.tangosol.net declared as DefaultConfigurableCacheFactory.CacheInfoModifier and TypeFieldDescriptionDefaultConfigurableCacheFactory.PartitionedBackingMapManager.m_infoThe CacheInfo for the enclosed backing maps.Methods in com.tangosol.net that return DefaultConfigurableCacheFactory.CacheInfoModifier and TypeMethodDescriptionDefaultConfigurableCacheFactory.findSchemeMapping(String sCacheName) Deprecated.In the configuration XML find a "cache-mapping" element associated with a given cache name.DefaultConfigurableCacheFactory.CacheInfo.getSyntheticInfo(String sSuffix) Generate a synthetic CacheInfo for a cache that has a name suffixed with the specified string.Methods in com.tangosol.net with parameters of type DefaultConfigurableCacheFactory.CacheInfoModifier and TypeMethodDescriptionDefaultConfigurableCacheFactory.configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Configures a backing map according to the scheme.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, ClassLoader loader) Deprecated.Ensures a cache for given scheme.protected voidDefaultConfigurableCacheFactory.configureUnitCalculator(XmlElement xmlCache, ConfigurableCacheMap cache, DefaultConfigurableCacheFactory.CacheInfo info, BackingMapManagerContext context, ClassLoader loader) Deprecated.Configure a UnitCalculator for the specified ConfigurableCacheMap.protected NamedCacheDefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, ClassLoader loader) Deprecated.Obtain the NamedCache reference for the cache service defined by the specified scheme.DefaultConfigurableCacheFactory.instantiateAny(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlClass, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create an Object using "class-scheme" element.protected ObjectDefaultConfigurableCacheFactory.instantiateCacheStore(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlStore, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a CacheLoader, CacheStore or BinaryEntryStore using the "cachestore-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateDiskBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlDisk, BackingMapManagerContext context, ClassLoader loader) Deprecated.protected MapDefaultConfigurableCacheFactory.instantiateExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlExternal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "external-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateFlashJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlJournal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "flashjournal-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateLocalCache(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlLocal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "local-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlClass, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "class-scheme" element.protected MapListenerDefaultConfigurableCacheFactory.instantiateMapListener(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlClass, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a MapListener using the using the "class-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateOverflowBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlOverflow, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Create a backing Map using the "overflow-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiatePagedExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlPaged, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "paged-external-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateRamJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlJournal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "ramjournal-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlRWBM, BackingMapManagerContext context, Map mapListeners) Deprecated.Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.protected MapDefaultConfigurableCacheFactory.instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlVBM, BackingMapManagerContext context, Map mapListeners) Deprecated.Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.DefaultConfigurableCacheFactory.resolveBackingMapScheme(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme) Deprecated.Traverse the specified scheme to find an enclosed "backing-map-scheme" or a scheme that could serve as such.DefaultConfigurableCacheFactory.resolveScheme(DefaultConfigurableCacheFactory.CacheInfo info) Deprecated.In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements.protected XmlElementDefaultConfigurableCacheFactory.resolveScheme(XmlElement xmlScheme, DefaultConfigurableCacheFactory.CacheInfo info, boolean fChild, boolean fRequired) Deprecated.Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.protected static XmlElementDefaultConfigurableCacheFactory.resolveScheme(XmlElement xmlConfig, XmlElement xmlScheme, DefaultConfigurableCacheFactory.CacheInfo info, boolean fChild, boolean fRequired, boolean fApply) Deprecated.Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.protected voidDefaultConfigurableCacheFactory.verifyMapListener(DefaultConfigurableCacheFactory.CacheInfo info, Map map, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Check whether or not a MapListener has to be instantiated and added to a Map according to a scheme definition.Constructors in com.tangosol.net with parameters of type DefaultConfigurableCacheFactory.CacheInfoModifierConstructorDescriptionprotectedPartitionedBackingMapManager(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader)  
DefaultConfigurableCacheFactory.instantiateExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader)andDefaultConfigurableCacheFactory.instantiatePagedExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader)