Uses of Class
com.tangosol.util.MultiBinaryLongMap
-
Packages that use MultiBinaryLongMap Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.journal Contains classes related to the journaling services.com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of MultiBinaryLongMap in com.tangosol.io
Methods in com.tangosol.io that return MultiBinaryLongMap Modifier and Type Method Description MultiBinaryLongMapBinaryStore.KeySetAware. getMultiBinaryLongMap()Return theMultiBinaryLongMapused 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 MultiBinaryLongMap Modifier and Type Field Description protected MultiBinaryLongMapJournalBinaryStore. f_mblmThe MultiBinaryLongMap.Methods in com.tangosol.io.journal that return MultiBinaryLongMap Modifier and Type Method Description MultiBinaryLongMapJournalBinaryStore. getMultiBinaryLongMap()Return theMultiBinaryLongMapused to store the underlying keys in this KeySetAware BinaryStore.Constructors in com.tangosol.io.journal with parameters of type MultiBinaryLongMap Constructor Description JournalBinaryStore(Journal journal, MultiBinaryLongMap mblm)Construct a JournalBinaryStore. -
Uses of MultiBinaryLongMap in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as MultiBinaryLongMap Modifier and Type Field Description protected MultiBinaryLongMapCompactSerializationCache. f_mblmThe MultiBinaryLongMap used for compact key (and entry-attribute) storage.
-