Module org.eclipse.jgit
Class DfsPackFile.PackBitmapIndexLoader.LoadResult
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsPackFile.PackBitmapIndexLoader.LoadResult
- Enclosing interface:
- DfsPackFile.PackBitmapIndexLoader
The instance of the pack bitmap index and the amount of bytes loaded.
The bytes can be 0, if the implementation doesn't do any initial
loading.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PackBitmapIndexThe loadedPackBitmapIndex.final longThe bytes read upon initial load (may be 0). -
Constructor Summary
ConstructorsConstructorDescriptionLoadResult(PackBitmapIndex packBitmapIndex, long bytesRead) Constructs the LoadResult. -
Method Summary
-
Field Details
-
bitmapIndex
The loadedPackBitmapIndex. -
bytesRead
public final long bytesReadThe bytes read upon initial load (may be 0).
-
-
Constructor Details
-
LoadResult
Constructs the LoadResult.- Parameters:
packBitmapIndex- the loaded index.bytesRead- the bytes read upon loading.
-