Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
-
Packages that use DfsRefDatabase.RefCache Package Description org.eclipse.jgit.internal.storage.dfs 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.RefCache Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<DfsRefDatabase.RefCache>
DfsRefDatabase. cache
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsRefDatabase.RefCache Modifier and Type Method Description DfsRefDatabase.RefCache
DfsRefDatabase.RefCache. put(Ref ref)
Obtain a modified copy of the cache with a ref stored.private DfsRefDatabase.RefCache
DfsRefDatabase. read()
DfsRefDatabase.RefCache
DfsRefDatabase.RefCache. remove(java.lang.String refName)
Obtain a modified copy of the cache with the ref removed.protected abstract DfsRefDatabase.RefCache
DfsRefDatabase. scanAllRefs()
Read all known references in the repository.protected DfsRefDatabase.RefCache
DfsReftableDatabase. scanAllRefs()
Read all known references in the repository.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRefDatabase.RefCache Constructor Description RefCache(RefList<Ref> ids, DfsRefDatabase.RefCache old)
-