Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Method and Description |
---|---|
protected Reftable |
DfsReftableDatabase.reader()
Obtain a handle to the merged reader.
|
Modifier and Type | Method and Description |
---|---|
List<Reftable> |
ReftableStack.readers()
Get unmodifiable list of tables
|
Modifier and Type | Class and Description |
---|---|
class |
MergedReftable
Merges multiple reference tables together.
|
class |
ReftableReader
Reads a reftable formatted file.
|
Modifier and Type | Method and Description |
---|---|
static Reftable |
Reftable.from(Collection<Ref> refs)
References to convert into a reftable
|
Modifier and Type | Method and Description |
---|---|
void |
ReftableCompactor.addAll(List<? extends Reftable> readers)
Add all of the tables, in the specified order.
|
Constructor and Description |
---|
MergedReftable(List<Reftable> tableStack)
Initialize a merged table reader.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.