Uses of Interface
org.eclipse.jgit.lib.AsyncOperation
-
Packages that use AsyncOperation Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of AsyncOperation in org.eclipse.jgit.lib
Subinterfaces of AsyncOperation in org.eclipse.jgit.lib Modifier and Type Interface Description interfaceAsyncObjectLoaderQueue<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.revwalk Modifier and Type Interface Description interfaceAsyncRevObjectQueueQueue to lookup and parse objects asynchronously.
-