Package | Description |
---|---|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FanoutBucket
A note tree holding only note subtrees, each named using a 2 digit hex name.
|
private class |
FanoutBucket.LazyNoteBucket |
(package private) class |
InMemoryNoteBucket
A note bucket that has been loaded into the process.
|
(package private) class |
LeafBucket
A note tree holding only notes, with no subtrees.
|
Modifier and Type | Field and Description |
---|---|
private NoteBucket[] |
FanoutBucket.table
Fan-out table similar to the PackIndex structure.
|
Modifier and Type | Method and Description |
---|---|
(package private) NoteBucket |
FanoutBucket.getBucket(int cell) |
Modifier and Type | Method and Description |
---|---|
private void |
NoteMapMerger.addIfNotNull(FanoutBucket b,
int cell,
NoteBucket child) |
private static boolean |
NoteMapMerger.equals(NoteBucket a,
NoteBucket b) |
(package private) static InMemoryNoteBucket |
FanoutBucket.loadIfLazy(NoteBucket b,
AnyObjectId prefix,
ObjectReader or) |