Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
Packages that use DfsRefDatabase.RefCache
Package
Description
Distributed file system based repository storage.
-
Uses of DfsRefDatabase.RefCache in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsRefDatabase.RefCacheModifier and TypeFieldDescriptionprivate final AtomicReference<DfsRefDatabase.RefCache>DfsRefDatabase.cacheMethods in org.eclipse.jgit.internal.storage.dfs that return DfsRefDatabase.RefCacheModifier and TypeMethodDescriptionObtain a modified copy of the cache with a ref stored.private DfsRefDatabase.RefCacheDfsRefDatabase.read()Obtain a modified copy of the cache with the ref removed.protected abstract DfsRefDatabase.RefCacheDfsRefDatabase.scanAllRefs()Read all known references in the repository.protected DfsRefDatabase.RefCacheDfsReftableDatabase.scanAllRefs()Read all known references in the repository.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRefDatabase.RefCacheModifierConstructorDescription(package private)RefCache(RefList<Ref> ids, DfsRefDatabase.RefCache old)