| Package | Description |
|---|---|
| org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
| org.eclipse.jgit.internal.storage.reftree | |
| org.eclipse.jgit.pgm.debug |
| Modifier and Type | Field and Description |
|---|---|
private RefTree |
ProposalRound.queuedTree |
private RefTree |
KetchLeader.refTree
State of the repository's RefTree after applying all entries in
KetchLeader.queued. |
| Constructor and Description |
|---|
ProposalRound(KetchLeader leader,
LogIndex head,
java.util.List<Proposal> todo,
RefTree tree) |
| Modifier and Type | Field and Description |
|---|---|
private RefTree |
RefTreeBatch.tree |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
private RefTree |
RebuildRefTree.rebuild(RefDatabase refdb) |