Uses of Interface
org.eclipse.jgit.lib.AsyncOperation
Packages that use AsyncOperation
Package
Description
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of AsyncOperation in org.eclipse.jgit.lib
Subinterfaces of AsyncOperation in org.eclipse.jgit.libModifier and TypeInterfaceDescriptioninterface
AsyncObjectLoaderQueue<T extends ObjectId>
Queue to open objects asynchronously.interface
AsyncObjectSizeQueue<T extends ObjectId>
Queue to examine object sizes asynchronously. -
Uses of AsyncOperation in org.eclipse.jgit.revwalk
Subinterfaces of AsyncOperation in org.eclipse.jgit.revwalkModifier and TypeInterfaceDescriptioninterface
Queue to lookup and parse objects asynchronously.