Uses of Interface
org.eclipse.jgit.internal.storage.commitgraph.CommitGraph
-
Packages that use CommitGraph Package Description org.eclipse.jgit.internal.storage.commitgraph org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CommitGraph in org.eclipse.jgit.internal.storage.commitgraph
Fields in org.eclipse.jgit.internal.storage.commitgraph declared as CommitGraph Modifier and Type Field Description static CommitGraphCommitGraph. EMPTYEmptyCommitGraphwith no results.Methods in org.eclipse.jgit.internal.storage.commitgraph that return CommitGraph Modifier and Type Method Description static CommitGraphCommitGraphLoader. open(File graphFile)Open an existing commit-graph file for reading.static CommitGraphCommitGraphLoader. read(InputStream fd)Read an existing commit-graph file from a buffered stream. -
Uses of CommitGraph in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return CommitGraph Modifier and Type Method Description CommitGraphDfsPackFile. getCommitGraph(DfsReader ctx)Get the Commit Graph for this PackFile.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type CommitGraph Modifier and Type Method Description Optional<CommitGraph>DfsReader. getCommitGraph()Get the commit-graph for this repository if available. -
Uses of CommitGraph in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type CommitGraph Modifier and Type Method Description Optional<CommitGraph>ObjectDirectory. getCommitGraph() -
Uses of CommitGraph in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return types with arguments of type CommitGraph Modifier and Type Method Description Optional<CommitGraph>ObjectReader.Filter. getCommitGraph()Optional<CommitGraph>ObjectReader. getCommitGraph()Get the commit-graph for this repository if available.
-