Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.Ref
Packages that use DfsBlockCache.Ref
Package
Description
Distributed file system based repository storage.
-
Uses of DfsBlockCache.Ref in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsBlockCache.RefModifier and TypeFieldDescriptionprivate DfsBlockCache.Ref
DfsBlockCache.clockHand
Current position of the clock.(package private) DfsBlockCache.Ref
DfsBlockCache.Ref.next
(package private) final DfsBlockCache.Ref
DfsBlockCache.HashEntry.ref
The referenced object.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache.RefModifier and TypeMethodDescription(package private) <T> DfsBlockCache.Ref
<T> DfsBlockCache.getOrLoadRef
(DfsStreamKey key, long position, DfsBlockCache.RefLoader<T> loader) Look up a cached object, creating and loading it if it doesn't exist.DfsBlockCache.RefLoader.load()
private DfsBlockCache.Ref
<PackBitmapIndex> DfsPackFile.loadBitmapIndex
(DfsReader ctx, DfsStreamKey bitmapKey, PackIndex idx, PackReverseIndex revidx) private DfsBlockCache.Ref
<PackIndex> DfsPackFile.loadPackIndex
(DfsReader ctx, DfsStreamKey idxKey) private DfsBlockCache.Ref
<PackReverseIndex> DfsPackFile.loadReverseIdx
(DfsStreamKey revKey, PackIndex idx) (package private) <T> DfsBlockCache.Ref
<T> DfsBlockCache.put
(DfsStreamKey key, long pos, long size, T v) (package private) <T> DfsBlockCache.Ref
<T> DfsBlockCache.putRef
(DfsStreamKey key, long size, T v) private <T> DfsBlockCache.Ref
<T> DfsBlockCache.scanRef
(DfsBlockCache.HashEntry n, DfsStreamKey key, long position) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.RefModifier and TypeMethodDescriptionprivate void
DfsBlockCache.addToClock
(DfsBlockCache.Ref ref, long credit) Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.RefModifierConstructorDescription(package private)