Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
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 | Method and Description |
---|---|
BitmapIndex |
DfsReader.getBitmapIndex() |
Modifier and Type | Class and Description |
---|---|
class |
BitmapIndexImpl
A compressed bitmap representation of the entire object graph.
|
Modifier and Type | Method and Description |
---|---|
static PackBitmapIndexRemapper |
PackBitmapIndexRemapper.newPackBitmapIndex(BitmapIndex prevBitmapIndex,
PackBitmapIndex newIndex)
A PackBitmapIndex that maps the positions in the prevBitmapIndex to the
ones in the newIndex.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndex |
ObjectReader.getBitmapIndex()
An index that can be used to speed up ObjectWalks.
|
BitmapIndex |
ObjectReader.Filter.getBitmapIndex() |
BitmapIndex |
BitmapIndex.BitmapBuilder.getBitmapIndex()
Get the BitmapIndex for this BitmapBuilder.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.