| Package | Description | 
|---|---|
| org.eclipse.jgit.internal.storage.dfs | 
 Distributed file system based repository storage. 
 | 
| org.eclipse.jgit.lib | 
 Core API for repository, config, refs, object database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends ObjectId> | 
DfsReader.open(Iterable<T> objectIds,
    boolean reportMissing)
Asynchronous object opening. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends ObjectId> | 
ObjectReader.open(Iterable<T> objectIds,
    boolean reportMissing)
Asynchronous object opening. 
 | 
<T extends ObjectId> | 
ObjectReader.Filter.open(Iterable<T> objectIds,
    boolean reportMissing)  | 
Copyright © 2020 Eclipse JGit Project. All rights reserved.