Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReftableStack
Packages that use DfsReftableStack
Package
Description
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 DfsReftableStackMethods in org.eclipse.jgit.internal.storage.dfs that return DfsReftableStackModifier and TypeMethodDescriptionstatic 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.