Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PackBitmapIndexBuilder |
Helper for constructing
PackBitmapIndex es. |
class |
PackBitmapIndexRemapper |
A PackBitmapIndex that remaps the bitmaps in the previous index to the
positions in the new pack index.
|
Modifier and Type | Method | Description |
---|---|---|
static PackBitmapIndex |
PackBitmapIndex.open(File idxFile,
PackIndex packIndex,
PackReverseIndex reverseIndex) |
Read an existing pack bitmap index file from a buffered stream.
|
static PackBitmapIndex |
PackBitmapIndex.read(InputStream fd,
PackIndex packIndex,
PackReverseIndex reverseIndex) |
Read an existing pack bitmap index file from a buffered stream.
|
Modifier and Type | Method | Description |
---|---|---|
static PackBitmapIndexRemapper |
PackBitmapIndexRemapper.newPackBitmapIndex(BitmapIndex prevBitmapIndex,
PackBitmapIndex newIndex) |
A PackBitmapIndex that maps the positions in the prevBitmapIndex to the
ones in the newIndex.
|
Constructor | Description |
---|---|
BitmapIndexImpl(PackBitmapIndex packIndex) |
Creates a BitmapIndex that is back by Compressed bitmaps.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
BitmapIndex.BitmapBuilder.removeAllOrNone(PackBitmapIndex bitmapIndex) |
Determines if the entire bitmap index is contained in the bitmap.
|
Copyright © 2018. All rights reserved.