Uses of Class
com.tangosol.util.MultiBinaryLongMap
Packages that use MultiBinaryLongMap
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains classes related to the journaling services.
Contains classes providing various caching strategies.
-
Uses of MultiBinaryLongMap in com.tangosol.io
Methods in com.tangosol.io that return MultiBinaryLongMapModifier and TypeMethodDescriptionBinaryStore.KeySetAware.getMultiBinaryLongMap()
Return theMultiBinaryLongMap
used to store the underlying keys in this KeySetAware BinaryStore. -
Uses of MultiBinaryLongMap in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as MultiBinaryLongMapModifier and TypeFieldDescriptionprotected final MultiBinaryLongMap
JournalBinaryStore.f_mblm
The MultiBinaryLongMap.Methods in com.tangosol.io.journal that return MultiBinaryLongMapModifier and TypeMethodDescriptionJournalBinaryStore.getMultiBinaryLongMap()
Return theMultiBinaryLongMap
used to store the underlying keys in this KeySetAware BinaryStore.Constructors in com.tangosol.io.journal with parameters of type MultiBinaryLongMapModifierConstructorDescriptionJournalBinaryStore
(Journal journal, MultiBinaryLongMap mblm) Construct a JournalBinaryStore. -
Uses of MultiBinaryLongMap in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as MultiBinaryLongMapModifier and TypeFieldDescriptionprotected final MultiBinaryLongMap
CompactSerializationCache.f_mblm
The MultiBinaryLongMap used for compact key (and entry-attribute) storage.