Uses of Class
com.tangosol.util.MultiBinaryLongMap.LongStorage
-
Packages that use MultiBinaryLongMap.LongStorage Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBinaryLongMap.LongStorage in com.tangosol.util
Fields in com.tangosol.util declared as MultiBinaryLongMap.LongStorage Modifier and Type Field Description protected MultiBinaryLongMap.LongStorage
MultiBinaryLongMap. f_storage
The underlying storage for the values.protected MultiBinaryLongMap.LongStorage
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor. f_store
The LongStorage.protected MultiBinaryLongMap.LongStorage
MultiBinaryLongMap.AbstractDelegateBinaryLongMap. f_store
The LongStorage to delegate storage of this BinaryLongMap's values to.Constructors in com.tangosol.util with parameters of type MultiBinaryLongMap.LongStorage Constructor Description AbstractDelegateBinaryLongMap(BinaryLongMap blm, MultiBinaryLongMap.LongStorage store, int iIndex)
Construct an AbstractDelegateBinaryLongMap based on the specified key tree, long storage, and storage index.DelegatingBinaryLongMap(BinaryLongMap blm, MultiBinaryLongMap.LongStorage store, int iIndex)
Construct a DelegatingBinaryLongMap.DelegatingPrimaryBinaryLongMap(BinaryLongMap blmKeyTree, MultiBinaryLongMap.LongStorage store, ReentrantReadWriteLock rwLockMaster)
Construct a DelegatingPrimaryBinaryLongMap.
-