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