Uses of Class
org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
-
Packages that use BlockWriter.Entry Package Description org.eclipse.jgit.internal.storage.reftable -
-
Uses of BlockWriter.Entry in org.eclipse.jgit.internal.storage.reftable
Subclasses of BlockWriter.Entry in org.eclipse.jgit.internal.storage.reftable Modifier and Type Class Description (package private) static classBlockWriter.DeleteLogEntry(package private) static classBlockWriter.IndexEntry(package private) static classBlockWriter.LogEntry(package private) static classBlockWriter.ObjEntry(package private) static classBlockWriter.RefEntryFields in org.eclipse.jgit.internal.storage.reftable declared as BlockWriter.Entry Modifier and Type Field Description private BlockWriter.EntryReftableWriter. lastLogprivate BlockWriter.EntryReftableWriter. lastRefFields in org.eclipse.jgit.internal.storage.reftable with type parameters of type BlockWriter.Entry Modifier and Type Field Description private java.util.List<BlockWriter.Entry>BlockWriter. entriesMethods in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockWriter.Entry Modifier and Type Method Description private voidReftableWriter.Section. beginBlock(BlockWriter.Entry entry)private BlockSizeTooSmallExceptionBlockWriter. blockSizeTooSmall(BlockWriter.Entry entry)(package private) static intBlockWriter.Entry. compare(BlockWriter.Entry ea, BlockWriter.Entry eb)(package private) voidBlockWriter. mustAdd(BlockWriter.Entry entry)private voidReftableWriter. throwIllegalEntry(BlockWriter.Entry last, BlockWriter.Entry now)(package private) booleanBlockWriter. tryAdd(BlockWriter.Entry entry)private booleanBlockWriter. tryAdd(BlockWriter.Entry entry, boolean tryRestart)(package private) longReftableWriter.Section. write(BlockWriter.Entry entry)
-