Uses of Class
org.apache.bookkeeper.bookie.FileInfoBackingCache.CachedFileInfo
-
Packages that use FileInfoBackingCache.CachedFileInfo Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of FileInfoBackingCache.CachedFileInfo in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type FileInfoBackingCache.CachedFileInfo Modifier and Type Field Description (package private) ConcurrentLongHashMap<FileInfoBackingCache.CachedFileInfo>
FileInfoBackingCache. fileInfos
(package private) com.google.common.cache.Cache<java.lang.Long,FileInfoBackingCache.CachedFileInfo>
IndexPersistenceMgr. readFileInfoCache
(package private) com.google.common.cache.Cache<java.lang.Long,FileInfoBackingCache.CachedFileInfo>
IndexPersistenceMgr. writeFileInfoCache
Methods in org.apache.bookkeeper.bookie that return FileInfoBackingCache.CachedFileInfo Modifier and Type Method Description (package private) FileInfoBackingCache.CachedFileInfo
IndexPersistenceMgr. getFileInfo(java.lang.Long ledger, byte[] masterKey)
Get the FileInfo and increase reference count.(package private) FileInfoBackingCache.CachedFileInfo
FileInfoBackingCache. loadFileInfo(long ledgerId, byte[] masterKey)
-