Uses of Interface
com.tangosol.net.BackingMapContext
Package
Description
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.tangosol.net
Modifier and TypeMethodDescriptionBackingMapManagerContext.getBackingMapContext
(String sCacheName) Obtain a reference to theBackingMapContext
that corresponds to the specified cache name. -
Uses of BackingMapContext in com.tangosol.net.cache
Modifier and TypeMethodDescriptionBackingMapBinaryEntry.getBackingMapContext()
Obtain a reference to thebacking map context
for the cache that this Entry corresponds to. -
Uses of BackingMapContext in com.tangosol.net.events.partition.cache
Modifier and TypeMethodDescriptiondefault BackingMapContext
Event.getBackingMapContext()
Return theBackingMapContext
this event was raised from.PartitionedCacheDispatcher.getBackingMapContext()
Return theBackingMapContext
for this dispatcher. -
Uses of BackingMapContext in com.tangosol.net.security
Modifier and TypeMethodDescriptionvoid
AuditingAuthorizer.checkReadAny
(BackingMapContext context, Subject subject, int nReason) void
StorageAccessAuthorizer.checkReadAny
(BackingMapContext context, Subject subject, int nReason) Check if the caller represented by the specified Subject is authorized to read any data.void
AuditingAuthorizer.checkWriteAny
(BackingMapContext context, Subject subject, int nReason) void
StorageAccessAuthorizer.checkWriteAny
(BackingMapContext context, Subject subject, int nReason) Check if the caller represented by the specified Subject is authorized to update any data.protected void
AuditingAuthorizer.logMapRequest
(BackingMapContext context, Subject subject, boolean fWrite, int nReason) Log the backing map level authorization request. -
Uses of BackingMapContext in com.tangosol.util
Modifier and TypeFieldDescriptionprotected final BackingMapContext
ForwardOnlyMapIndex.f_ctx
Thecontext
associated with this index.protected BackingMapContext
SimpleMapIndex.m_ctx
Thecontext
associated with this index.Modifier and TypeMethodDescriptionBinaryEntry.getBackingMapContext()
Obtain a reference to thebacking map context
for the cache that this Entry corresponds to.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry.getBackingMapContext()
Obtain a reference to thebacking map context
for the cache that this Entry corresponds to.InvocableMapHelper.RoutingBinaryEntry.getBackingMapContext()
NullImplementation.NullBackingMapManagerContext.getBackingMapContext
(String sCacheName) Obtain a reference to theBackingMapContext
that corresponds to the specified cache name.QueryContext.getBackingMapContext()
Return the correspondingBackingMapContext
.ModifierConstructorDescriptionConditionalIndex
(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.protected
SimpleMapIndex
(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
Modifier 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.