Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReftableStack
-
Packages that use DfsReftableStack Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsReftableStack in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsReftableStack Modifier and Type Field Description private DfsReftableStack
DfsReftableDatabase. stack
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReftableStack Modifier and Type Method Description static DfsReftableStack
DfsReftableStack. open(DfsReader ctx, java.util.List<DfsReftable> files)
Opens a stack of tables for reading.protected DfsReftableStack
DfsReftableDatabase. stack()
Obtain a handle to the stack of reftables.
-