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
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReftableStack Modifier and Type Method Description static DfsReftableStackDfsReftableStack. open(DfsReader ctx, List<DfsReftable> files)Opens a stack of tables for reading.protected DfsReftableStackDfsReftableDatabase. stack()Obtain a handle to the stack of reftables.
-