Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Reftable> |
ReftableStack.tables |
Modifier and Type | Method and Description |
---|---|
protected Reftable |
DfsReftableDatabase.reader()
Obtain a handle to the merged reader.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Reftable> |
ReftableStack.readers()
Get unmodifiable list of tables
|
Modifier and Type | Method and Description |
---|---|
private boolean |
ReftableBatchRefUpdate.checkExpected(Reftable table,
java.util.List<ReceiveCommand> pending) |
Modifier and Type | Class and Description |
---|---|
class |
MergedReftable
Merges multiple reference tables together.
|
class |
ReftableReader
Reads a reftable formatted file.
|
Modifier and Type | Field and Description |
---|---|
private Reftable[] |
MergedReftable.tables |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayDeque<Reftable> |
ReftableCompactor.tables |
Modifier and Type | Method and Description |
---|---|
static Reftable |
Reftable.from(java.util.Collection<Ref> refs)
References to convert into a reftable
|
Modifier and Type | Method and Description |
---|---|
void |
ReftableCompactor.addAll(java.util.List<? extends Reftable> readers)
Add all of the tables, in the specified order.
|
Constructor and Description |
---|
MergedReftable(java.util.List<Reftable> tableStack)
Initialize a merged table reader.
|