Uses of Class
org.eclipse.jgit.notes.NoteBucket
-
Packages that use NoteBucket Package Description org.eclipse.jgit.notes Git notes processing (for commits, etc). -
-
Uses of NoteBucket in org.eclipse.jgit.notes
Subclasses of NoteBucket in org.eclipse.jgit.notes Modifier and Type Class 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.Fields in org.eclipse.jgit.notes declared as NoteBucket Modifier and Type Field Description private NoteBucket[]
FanoutBucket. table
Fan-out table similar to the PackIndex structure.Methods in org.eclipse.jgit.notes that return NoteBucket Modifier and Type Method Description (package private) NoteBucket
FanoutBucket. getBucket(int cell)
Methods in org.eclipse.jgit.notes with parameters of type NoteBucket Modifier and Type Method 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)
-