Uses of Interface
com.tangosol.net.BackingMapContext
-
Packages that use BackingMapContext Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.events.partition.cache Contains classes related to PartitionedCache events within the Coherence Live Event Model.com.tangosol.net.security Contains classes related to the Coherence Security Framework.com.tangosol.util Contains various generic utilities.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes. -
-
Uses of BackingMapContext in com.tangosol.net
Methods in com.tangosol.net that return BackingMapContext Modifier and Type Method Description BackingMapContext
BackingMapManagerContext. getBackingMapContext(String sCacheName)
Obtain a reference to theBackingMapContext
that corresponds to the specified cache name. -
Uses of BackingMapContext in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return BackingMapContext Modifier and Type Method Description BackingMapContext
BackingMapBinaryEntry. 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
Methods in com.tangosol.net.events.partition.cache that return BackingMapContext Modifier and Type Method Description default BackingMapContext
Event. getBackingMapContext()
Return theBackingMapContext
this event was raised from.BackingMapContext
PartitionedCacheDispatcher. getBackingMapContext()
Return theBackingMapContext
for this dispatcher. -
Uses of BackingMapContext in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type BackingMapContext Modifier and Type Method Description void
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
Fields in com.tangosol.util declared as BackingMapContext Modifier and Type Field Description protected BackingMapContext
ForwardOnlyMapIndex. f_ctx
Thecontext
associated with this index.protected BackingMapContext
SimpleMapIndex. m_ctx
Thecontext
associated with this index.Methods in com.tangosol.util that return BackingMapContext Modifier and Type Method Description BackingMapContext
BinaryEntry. getBackingMapContext()
Obtain a reference to thebacking map context
for the cache that this Entry corresponds to.BackingMapContext
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. getBackingMapContext()
Obtain a reference to thebacking map context
for the cache that this Entry corresponds to.BackingMapContext
InvocableMapHelper.RoutingBinaryEntry. getBackingMapContext()
BackingMapContext
NullImplementation.NullBackingMapManagerContext. getBackingMapContext(String sCacheName)
Obtain a reference to theBackingMapContext
that corresponds to the specified cache name.BackingMapContext
QueryContext. getBackingMapContext()
Return the correspondingBackingMapContext
.Constructors in com.tangosol.util with parameters of type BackingMapContext Constructor Description ConditionalIndex(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.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
Methods in com.tangosol.util.extractor with parameters of type BackingMapContext Modifier and Type Method Description MapIndex
ConditionalExtractor. createIndex(boolean fOrdered, Comparator comparator, Map<ValueExtractor<T,E>,MapIndex> mapIndex, BackingMapContext ctx)
Create an index and associate it with the corresponding extractor.MapIndex
DeserializationAccelerator. createIndex(boolean fOrdered, Comparator comparator, Map mapIndex, BackingMapContext ctx)
Create an index and associate it with the corresponding extractor.MapIndex
IndexAwareExtractor. createIndex(boolean fOrdered, Comparator comparator, Map<ValueExtractor<T,E>,MapIndex> mapIndex, BackingMapContext ctx)
Create an index and associate it with the corresponding extractor.
-