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.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
(package private) ObjectIdOwnerMap<PackedObjectInfo> |
DfsInserter.objectMap |
Modifier and Type | Field and Description |
---|---|
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
BasePackBitmapIndex.bitmaps |
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
PackBitmapIndexV1.bitmaps |
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
PackBitmapIndexRemapper.convertedBitmaps |
private ObjectIdOwnerMap<PackedObjectInfo> |
PackInserter.objectMap |
(package private) ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> |
PackBitmapIndexBuilder.positionEntries |
private ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry> |
BitmapIndexImpl.MutableBitmapIndex.revMap |
private ObjectIdOwnerMap<LazyObjectIdSetFile.Entry> |
LazyObjectIdSetFile.set |
private ObjectIdOwnerMap<CachedObjectDirectory.UnpackedObjectId> |
CachedObjectDirectory.unpackedObjects
The set that contains unpacked objects identifiers, it is created when
the cached instance is created.
|
Modifier and Type | Method and Description |
---|---|
(package private) ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
BasePackBitmapIndex.getBitmaps() |
ObjectIdOwnerMap<ObjectIdOwnerMap.Entry> |
PackBitmapIndexBuilder.getObjectSet()
Get set of objects included in the pack.
|
private ObjectIdOwnerMap<LazyObjectIdSetFile.Entry> |
LazyObjectIdSetFile.load() |
private ObjectIdOwnerMap<CachedObjectDirectory.UnpackedObjectId> |
CachedObjectDirectory.scanLoose() |
Modifier and Type | Method and Description |
---|---|
private static void |
PackBitmapIndexBuilder.sortByOffsetAndIndex(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset,
ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries,
java.util.List<ObjectToPack> entries) |
Constructor and Description |
---|
BasePackBitmapIndex(ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> bitmaps) |
Modifier and Type | Field and Description |
---|---|
private ObjectIdOwnerMap<ObjectToPack> |
BaseSearch.objectsMap |
private ObjectIdOwnerMap<ObjectToPack> |
PackWriter.objectsMap |
private ObjectIdOwnerMap<BaseSearch.TreeWithData> |
BaseSearch.treeCache |
Modifier and Type | Method and Description |
---|---|
ObjectIdOwnerMap<ObjectIdOwnerMap.Entry> |
PackWriter.getObjectSet()
Returns the object ids in the pack file that was created by this writer.
|
Constructor and Description |
---|
BaseSearch(ProgressMonitor countingMonitor,
java.util.Set<RevTree> bases,
ObjectIdOwnerMap<ObjectToPack> objects,
java.util.List<ObjectToPack> edges,
ObjectReader or) |
Modifier and Type | Field and Description |
---|---|
(package private) ObjectIdOwnerMap<RevObject> |
RevWalk.objects |
Modifier and Type | Field and Description |
---|---|
private ObjectIdOwnerMap<PackParser.DeltaChain> |
PackParser.baseById |