Uses of Interface
com.tangosol.net.BackingMapContext
Packages that use BackingMapContext
Package
Description
Contains classes for Coherence AI vector database indexes.
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 classes related to the Coherence Security Framework.
Contains various generic utilities.
Contains
ValueExtractor and
ValueUpdater related classes.-
Uses of BackingMapContext in com.oracle.coherence.ai.index
Methods in com.oracle.coherence.ai.index with parameters of type BackingMapContextModifier and TypeMethodDescriptionBinaryQuantIndex.createIndex(boolean b, Comparator comparator, Map<ValueExtractor<V, Vector<T>>, MapIndex> map, BackingMapContext backingMapContext) -
Uses of BackingMapContext in com.tangosol.net
Methods in com.tangosol.net that return BackingMapContextModifier and TypeMethodDescriptionBackingMapManagerContext.getBackingMapContext(String sCacheName) Obtain a reference to theBackingMapContextthat corresponds to the specified cache name. -
Uses of BackingMapContext in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return BackingMapContextModifier and TypeMethodDescriptionBackingMapBinaryEntry.getBackingMapContext()Obtain a reference to thebacking map contextfor the cache that this Entry corresponds to. -
Uses of BackingMapContext in com.tangosol.net.events.partition.cache
Methods in com.tangosol.net.events.partition.cache that return BackingMapContextModifier and TypeMethodDescriptiondefault BackingMapContextEvent.getBackingMapContext()Return theBackingMapContextthis event was raised from.PartitionedCacheDispatcher.getBackingMapContext()Return theBackingMapContextfor this dispatcher. -
Uses of BackingMapContext in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type BackingMapContextModifier and TypeMethodDescriptionvoidAuditingAuthorizer.checkReadAny(BackingMapContext context, Subject subject, int nReason) voidStorageAccessAuthorizer.checkReadAny(BackingMapContext context, Subject subject, int nReason) Check if the caller represented by the specified Subject is authorized to read any data.voidAuditingAuthorizer.checkWriteAny(BackingMapContext context, Subject subject, int nReason) voidStorageAccessAuthorizer.checkWriteAny(BackingMapContext context, Subject subject, int nReason) Check if the caller represented by the specified Subject is authorized to update any data.protected voidAuditingAuthorizer.logMapRequest(BackingMapContext context, Subject subject, boolean fWrite, int nReason) Log the backing map level authorization request. -
Uses of BackingMapContext in com.tangosol.util
Fields in com.tangosol.util declared as BackingMapContextModifier and TypeFieldDescriptionprotected final BackingMapContextForwardOnlyMapIndex.f_ctxThecontextassociated with this index.protected BackingMapContextSimpleMapIndex.m_ctxThecontextassociated with this index.Methods in com.tangosol.util that return BackingMapContextModifier and TypeMethodDescriptionBinaryEntry.getBackingMapContext()Obtain a reference to thebacking map contextfor the cache that this Entry corresponds to.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry.getBackingMapContext()Obtain a reference to thebacking map contextfor the cache that this Entry corresponds to.InvocableMapHelper.RoutingBinaryEntry.getBackingMapContext()NullImplementation.NullBackingMapManagerContext.getBackingMapContext(String sCacheName) Obtain a reference to theBackingMapContextthat corresponds to the specified cache name.QueryContext.getBackingMapContext()Return the correspondingBackingMapContext.Constructors in com.tangosol.util with parameters of type BackingMapContextModifierConstructorDescriptionConditionalIndex(Filter filter, ValueExtractor extractor, boolean fOrdered, Comparator comparator, boolean fForwardIndex, BackingMapContext ctx) Construct a ConditionalIndex.ForwardOnlyMapIndex(ValueExtractor extractor, BackingMapContext ctx, boolean fOnDemand) Construct an index for the given map.IndexCalculator(BackingMapContext ctx, SimpleMapIndex index) Construct an IndexCalculator which allows for conversion of items into a serialized format.protectedSimpleMapIndex(ValueExtractor extractor, boolean fOrdered, Comparator comparator, boolean fInit, BackingMapContext ctx) Construct an index for the given map.SimpleMapIndex(ValueExtractor extractor, boolean fOrdered, Comparator comparator, BackingMapContext ctx) Construct an index for the given map. -
Uses of BackingMapContext in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor with parameters of type BackingMapContextModifier and TypeMethodDescriptionConditionalExtractor.createIndex(boolean fOrdered, Comparator comparator, Map<ValueExtractor<T, E>, MapIndex> mapIndex, BackingMapContext ctx) Create an index and associate it with the corresponding extractor.DeserializationAccelerator.createIndex(boolean fOrdered, Comparator comparator, Map mapIndex, BackingMapContext ctx) Create an index and associate it with the corresponding extractor.IndexAwareExtractor.createIndex(boolean fOrdered, Comparator comparator, Map<ValueExtractor<T, E>, MapIndex> mapIndex, BackingMapContext ctx) Create an index and associate it with the corresponding extractor.