| 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 |
|---|---|
ReftableReader |
DfsReftable.open(DfsReader ctx)
Open reader on the reftable.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReftableReader> |
DfsReftableStack.readers()
Get unmodifiable list of tables
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReftableCompactor.addAll(List<ReftableReader> readers)
Add all of the tables, in the specified order.
|
| Constructor and Description |
|---|
MergedReftable(List<ReftableReader> tableStack)
Initialize a merged table reader.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.