Uses of Class
org.eclipse.jgit.internal.storage.reftree.RefTree
-
Packages that use RefTree Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.org.eclipse.jgit.internal.storage.reftree org.eclipse.jgit.pgm.debug -
-
Uses of RefTree in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch declared as RefTree Modifier and Type Field Description private RefTreeProposalRound. queuedTreeprivate RefTreeKetchLeader. refTreeState of the repository's RefTree after applying all entries inKetchLeader.queued.Constructors in org.eclipse.jgit.internal.ketch with parameters of type RefTree Constructor Description ProposalRound(KetchLeader leader, LogIndex head, java.util.List<Proposal> todo, RefTree tree) -
Uses of RefTree in org.eclipse.jgit.internal.storage.reftree
Fields in org.eclipse.jgit.internal.storage.reftree declared as RefTree Modifier and Type Field Description private RefTreeRefTreeBatch. treeMethods in org.eclipse.jgit.internal.storage.reftree that return RefTree Modifier and Type Method Description RefTreeRefTree. copy()Create a deep copy of this RefTree.static RefTreeRefTree. newEmptyTree()Create an empty reference tree.static RefTreeRefTree. read(ObjectReader reader, RevTree tree)Load a reference tree. -
Uses of RefTree in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that return RefTree Modifier and Type Method Description private RefTreeRebuildRefTree. rebuild(RefDatabase refdb)
-