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.RefDfsBlockCache.clockHandCurrent position of the clock.(package private) DfsBlockCache.RefDfsBlockCache.Ref.next(package private) final DfsBlockCache.RefDfsBlockCache.HashEntry.refThe 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) 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.RefModifier and TypeMethodDescriptionprivate voidDfsBlockCache.addToClock(DfsBlockCache.Ref ref, long credit) private voidDfsBlockCache.reportIndexEvicted(DfsBlockCache.Ref<?> dead) private voidDfsBlockCache.reportIndexRequested(DfsBlockCache.Ref<?> ref, boolean cacheHit, long start) Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.RefModifierConstructorDescription(package private)EvictKey(DfsBlockCache.Ref<?> ref) (package private)