| 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 |
|---|---|
List<Reftable> |
ReftableStack.readers() |
| 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) |
| 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 © 2017 Eclipse JGit Project. All rights reserved.