Uses of Interface
com.tangosol.net.BackingMapManagerContext
Packages that use BackingMapManagerContext
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of BackingMapManagerContext in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return BackingMapManagerContextModifier and TypeMethodDescriptionMapBuilder.Dependencies.getBackingMapManagerContext()Return theBackingMapManagerContext.Constructors in com.tangosol.coherence.config.builder with parameters of type BackingMapManagerContextModifierConstructorDescriptionDependencies(ConfigurableCacheFactory ccf, BackingMapManagerContext ctxBackingMapManager, ClassLoader loader, String sCacheName, String sServiceType) Constructs aMapBuilder.Dependencies.Dependencies(ConfigurableCacheFactory ccf, BackingMapManagerContext ctxBackingMapManager, ClassLoader loader, String sCacheName, String sServiceType, Map<Map, MapListener> mapMapListeners) Constructs aMapBuilder.Dependencies. -
Uses of BackingMapManagerContext in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type BackingMapManagerContextModifier and TypeMethodDescriptionprotected ReadWriteBackingMapReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteBackingMapReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteBackingMapReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMapReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters.protected ReadWriteSplittingBackingMapReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters.protected ReadWriteSplittingBackingMapReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters. -
Uses of BackingMapManagerContext in com.tangosol.coherence.jcache.partitionedcache
Constructors in com.tangosol.coherence.jcache.partitionedcache with parameters of type BackingMapManagerContextModifierConstructorDescriptionPartitionedCacheBinaryEntryStore(String sName, BackingMapManagerContext mgrCtx, ClassLoader classLoader) Construct a native Coherence CacheStore which implements JCache read-through and write-through semantics. -
Uses of BackingMapManagerContext in com.tangosol.net
Fields in com.tangosol.net declared as BackingMapManagerContextModifier and TypeFieldDescriptionprotected BackingMapManagerContextDefaultConfigurableCacheFactory.PartitionedBackingMapManager.m_contextThe BackingMapManagerContext to pass to the enclosed backing maps.Methods in com.tangosol.net that return BackingMapManagerContextModifier and TypeMethodDescriptionAbstractBackingMapManager.getContext()Determine the current BackingMapManagerContext for this BackingMapManager.BackingMapManager.getContext()Determine the current BackingMapManagerContext for this BackingMapManager.BackingMapContext.getManagerContext()Return the "parent"BackingMapManagerContextfor this context.Methods in com.tangosol.net with parameters of type BackingMapManagerContextModifier and TypeMethodDescriptionDefaultConfigurableCacheFactory.configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Configures a backing map according to the scheme.protected voidDefaultConfigurableCacheFactory.configureUnitCalculator(XmlElement xmlCache, ConfigurableCacheMap cache, DefaultConfigurableCacheFactory.CacheInfo info, BackingMapManagerContext context, ClassLoader loader) Deprecated.Configure a UnitCalculator for the specified ConfigurableCacheMap.ExtensibleConfigurableCacheFactory.createParameterResolver(ClassLoader loader, BackingMapManagerContext ctxBMM) Return the ParameterResolver that has been initialized with the built-in Coherence parameters.<M extends ResourceMapping>
ParameterResolverExtensibleConfigurableCacheFactory.getParameterResolver(String sResourceName, Class<M> clzResourceMapping, ClassLoader loader, BackingMapManagerContext ctxBMM) Return the ParameterResolver that has been initialized with the built-in Coherence parameters.ExtensibleConfigurableCacheFactory.getParameterResolver(String sCacheName, ClassLoader loader, BackingMapManagerContext ctxBMM) Return the ParameterResolver that has been initialized with the built-in Coherence parameters.voidAbstractBackingMapManager.init(BackingMapManagerContext context) Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.voidBackingMapManager.init(BackingMapManagerContext context) Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.voidDefaultConfigurableCacheFactory.Manager.init(BackingMapManagerContext context) Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.voidExtensibleConfigurableCacheFactory.Manager.init(BackingMapManagerContext context) Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.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 ReadWriteBackingMapDefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteBackingMapDefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteBackingMap using the specified parameters.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 ReadWriteSplittingBackingMapDefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteSplittingBackingMap using the specified parameters.protected ReadWriteSplittingBackingMapDefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteSplittingBackingMap using the specified parameters.protected VersionedBackingMapDefaultConfigurableCacheFactory.instantiateVersionedBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using the specified parameters.protected VersionedBackingMapDefaultConfigurableCacheFactory.instantiateVersionedBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheStore store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using the specified parameters.protected MapDefaultConfigurableCacheFactory.instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlVBM, BackingMapManagerContext context, Map mapListeners) Deprecated.Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.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 BackingMapManagerContextModifierConstructorDescriptionprotectedPartitionedBackingMapManager(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader) -
Uses of BackingMapManagerContext in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as BackingMapManagerContextModifier and TypeFieldDescriptionprotected BackingMapManagerContextBackingMapBinaryEntry.m_ctxThe backing map context.Methods in com.tangosol.net.cache that return BackingMapManagerContextModifier and TypeMethodDescriptionBackingMapBinaryEntry.getContext()Return the context this entry operates within.ReadWriteBackingMap.getContext()Get the context information provided by the CacheService.Constructors in com.tangosol.net.cache with parameters of type BackingMapManagerContextModifierConstructorDescriptionBackingMapBinaryEntry(Binary binKey, Binary binValue, Binary binValueOrig, long cDelay, BackingMapManagerContext ctx) Construct a BackingMapBinaryEntry with the specified binary key, values and BackingMapManagerContext.BackingMapBinaryEntry(Binary binKey, Binary binValue, Binary binValueOrig, BackingMapManagerContext ctx) Construct a BackingMapBinaryEntry with the specified binary key, values and BackingMapManagerContext.CacheStoreMap(BackingMapManagerContext ctx, CacheStore store) Construct a read/write CacheStoreMap.CacheStoreMap(BackingMapManagerContext ctx, CacheStore store, boolean fBlind) Construct a read/write CacheStoreMap.CacheStoreMap(BackingMapManagerContext ctx, IterableCacheLoader loader) Construct a read-only CacheStoreMap.Entry(Binary binKey, Binary binValue, Binary binValueOrig, long cExpiry, BackingMapManagerContext ctx) Construct an Entry with just a key.ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap based on a BinaryEntryStore.ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader) Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap based on a NonBlockingEntryStore.VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using a CacheLoader object.VersionedBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheStore store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using a CacheStore object. -
Uses of BackingMapManagerContext in com.tangosol.net.events.partition.cache
Methods in com.tangosol.net.events.partition.cache that return BackingMapManagerContextModifier and TypeMethodDescriptiondefault BackingMapManagerContextEvent.getManagerContext()Return theBackingMapManagerContextthis event was raised from. -
Uses of BackingMapManagerContext in com.tangosol.net.partition
Methods in com.tangosol.net.partition that return BackingMapManagerContextModifier and TypeMethodDescriptionprotected BackingMapManagerContextPartitionSplittingBackingMap.getContext()Obtain the BackingMapManagerContext that provides the partition information for keys that are stored in the backing map.Constructors in com.tangosol.net.partition with parameters of type BackingMapManagerContextModifierConstructorDescriptionReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap based on a CacheStore.ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeNonBlockingBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore. -
Uses of BackingMapManagerContext in com.tangosol.util
Classes in com.tangosol.util that implement BackingMapManagerContextModifier and TypeClassDescriptionstatic classAn implementation of BackingMapManagerContext that does nothing.Fields in com.tangosol.util declared as BackingMapManagerContextModifier and TypeFieldDescriptionprotected BackingMapManagerContextConverterCollections.ConverterMapEvent.m_contextThe BackingMapManagerContext to use for extracting binary values.Methods in com.tangosol.util that return BackingMapManagerContextModifier and TypeMethodDescriptionstatic BackingMapManagerContextNullImplementation.getBackingMapManagerContext()Factory method: Obtain a null implementation of a BackingMapManagerContext.BinaryEntry.getContext()Return the context this entry operates within.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry.getContext()Return the context this entry operates within.ConverterCollections.ConverterMapEvent.getContext()Get the BackingMapManagerContext if one was provided.InvocableMapHelper.RoutingBinaryEntry.getContext()Methods in com.tangosol.util with parameters of type BackingMapManagerContextModifier and TypeMethodDescriptionstatic MapEventConverterCollections.getMapEvent(ObservableMap map, MapEvent event, Converter convKey, Converter convVal, BackingMapManagerContext context) Returns an instance of a MapEvent that uses Converters to retrieve the event's data, and additionally provides access to the BackingMapManagerContext.Constructors in com.tangosol.util with parameters of type BackingMapManagerContextModifierConstructorDescriptionConverterCacheEvent(ObservableMap<K, V> map, CacheEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal, BackingMapManagerContext context) Construct a ConverterMapEvent.ConverterMapEvent(ObservableMap<K, V> map, MapEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal, BackingMapManagerContext context) Construct a ConverterMapEvent.
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)