Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.Ref
-
Packages that use DfsBlockCache.Ref Package Description org.eclipse.jgit.internal.storage.dfs 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.Ref Modifier and Type Field Description private DfsBlockCache.Ref
DfsBlockCache. clockHand
Current position of the clock.(package private) DfsBlockCache.Ref
DfsBlockCache.Ref. next
(package private) DfsBlockCache.Ref
DfsBlockCache.HashEntry. ref
The referenced object.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache.Ref Modifier and Type Method Description (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.Ref<T>
DfsBlockCache.RefLoader. load()
private DfsBlockCache.Ref<PackBitmapIndex>
DfsPackFile. loadBitmapIndex(DfsReader ctx, DfsStreamKey bitmapKey)
private DfsBlockCache.Ref<PackIndex>
DfsPackFile. loadPackIndex(DfsReader ctx, DfsStreamKey idxKey)
private DfsBlockCache.Ref<PackReverseIndex>
DfsPackFile. loadReverseIdx(DfsReader ctx, 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.Ref Modifier and Type Method Description private void
DfsBlockCache. addToClock(DfsBlockCache.Ref ref, long credit)
private void
DfsBlockCache. reportIndexEvicted(DfsBlockCache.Ref<?> dead)
private void
DfsBlockCache. reportIndexRequested(DfsBlockCache.Ref<?> ref, boolean cacheHit, long start)
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.Ref Constructor Description EvictKey(DfsBlockCache.Ref<?> ref)
HashEntry(DfsBlockCache.HashEntry n, DfsBlockCache.Ref r)
-