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 | Description |
---|---|---|
BitmapIndex |
DfsReader.getBitmapIndex() |
Modifier and Type | Class | Description |
---|---|---|
class |
BitmapIndexImpl |
A compressed bitmap representation of the entire object graph.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
BitmapIndex |
ObjectReader.getBitmapIndex() |
An index that can be used to speed up ObjectWalks.
|
Copyright © 2018. All rights reserved.