Map |
DefaultConfigurableCacheFactory.configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlScheme,
BackingMapManagerContext context,
ClassLoader loader,
Map mapListeners) |
Deprecated.
Configures a backing map according to the scheme.
|
NamedCache |
DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlScheme,
ClassLoader loader) |
Deprecated.
Ensures a cache for given scheme.
|
protected void |
DefaultConfigurableCacheFactory.configureUnitCalculator(XmlElement xmlCache,
ConfigurableCacheMap cache,
DefaultConfigurableCacheFactory.CacheInfo info,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Configure a UnitCalculator for the specified ConfigurableCacheMap.
|
protected NamedCache |
DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlScheme,
ClassLoader loader) |
Deprecated.
Obtain the NamedCache reference for the cache service defined by the
specified scheme.
|
Object |
DefaultConfigurableCacheFactory.instantiateAny(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlClass,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create an Object using "class-scheme" element.
|
protected Object |
DefaultConfigurableCacheFactory.instantiateCacheStore(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlStore,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a CacheLoader, CacheStore or BinaryEntryStore using the
"cachestore-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateDiskBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlDisk,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlExternal,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a backing Map using the "external-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateFlashJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlJournal,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a backing Map using the "flashjournal-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateLocalCache(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlLocal,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a backing Map using the "local-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlClass,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a backing Map using the "class-scheme" element.
|
protected MapListener |
DefaultConfigurableCacheFactory.instantiateMapListener(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlClass,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a MapListener using the using the "class-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateOverflowBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlOverflow,
BackingMapManagerContext context,
ClassLoader loader,
Map mapListeners) |
Deprecated.
Create a backing Map using the "overflow-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiatePagedExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlPaged,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a backing Map using the "paged-external-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateRamJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlJournal,
BackingMapManagerContext context,
ClassLoader loader) |
Deprecated.
Create a backing Map using the "ramjournal-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlRWBM,
BackingMapManagerContext context,
Map mapListeners) |
Deprecated.
Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.
|
protected Map |
DefaultConfigurableCacheFactory.instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo info,
XmlElement xmlVBM,
BackingMapManagerContext context,
Map mapListeners) |
Deprecated.
Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.
|
XmlElement |
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.
|
XmlElement |
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 XmlElement |
DefaultConfigurableCacheFactory.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 XmlElement |
DefaultConfigurableCacheFactory.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 void |
DefaultConfigurableCacheFactory.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.
|