Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
private ReftableStack |
DfsReftableDatabase.tableStack |
Modifier and Type | Method and Description |
---|---|
static ReftableStack |
ReftableStack.open(DfsReader ctx,
java.util.List<DfsReftable> files)
Opens a stack of tables for reading.
|
protected ReftableStack |
DfsReftableDatabase.stack()
Obtain a handle to the stack of reftables.
|