Uses of Class
org.apache.bookkeeper.util.collections.ConcurrentLongLongHashMap
-
Packages that use ConcurrentLongLongHashMap 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 ConcurrentLongLongHashMap in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as ConcurrentLongLongHashMap Modifier and Type Field Description protected ConcurrentLongLongHashMap
EntryLogMetadata. ledgersMap
Methods in org.apache.bookkeeper.bookie that return ConcurrentLongLongHashMap Modifier and Type Method Description ConcurrentLongLongHashMap
DefaultEntryLogger.BufferedLogChannel. getLedgersMap()
ConcurrentLongLongHashMap
EntryLogMetadata. getLedgersMap()
-
Uses of ConcurrentLongLongHashMap in org.apache.bookkeeper.util.collections
Methods in org.apache.bookkeeper.util.collections that return ConcurrentLongLongHashMap Modifier and Type Method Description ConcurrentLongLongHashMap
ConcurrentLongLongHashMap.Builder. build()
-