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 TypeInterfaceDescriptioninterfaceAsyncObjectLoaderQueue<T extends ObjectId>Queue to open objects asynchronously.interfaceAsyncObjectSizeQueue<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 TypeInterfaceDescriptioninterfaceQueue to lookup and parse objects asynchronously.