Uses of Class
org.apache.bookkeeper.util.collections.ConcurrentLongHashMap
-
Packages that use ConcurrentLongHashMap Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.util.collections Bookkeeper collection utilities. -
-
Uses of ConcurrentLongHashMap in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as ConcurrentLongHashMap Modifier and Type Field Description (package private) ConcurrentLongHashMap<FileInfoBackingCache.CachedFileInfo>
FileInfoBackingCache. fileInfos
-
Uses of ConcurrentLongHashMap in org.apache.bookkeeper.util.collections
Methods in org.apache.bookkeeper.util.collections that return ConcurrentLongHashMap Modifier and Type Method Description ConcurrentLongHashMap<T>
ConcurrentLongHashMap.Builder. build()
-