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 RefTree
ProposalRound. queuedTree
private RefTree
KetchLeader. refTree
State 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 RefTree
RefTreeBatch. tree
Methods in org.eclipse.jgit.internal.storage.reftree that return RefTree Modifier and Type Method Description RefTree
RefTree. copy()
Create a deep copy of this RefTree.static RefTree
RefTree. newEmptyTree()
Create an empty reference tree.static RefTree
RefTree. 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 RefTree
RebuildRefTree. rebuild(RefDatabase refdb)
-