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 class
BlockWriter.DeleteLogEntry
(package private) static class
BlockWriter.IndexEntry
(package private) static class
BlockWriter.LogEntry
(package private) static class
BlockWriter.ObjEntry
(package private) static class
BlockWriter.RefEntry
Fields in org.eclipse.jgit.internal.storage.reftable declared as BlockWriter.Entry Modifier and Type Field Description private BlockWriter.Entry
ReftableWriter. lastLog
private BlockWriter.Entry
ReftableWriter. lastRef
Fields 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. entries
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockWriter.Entry Modifier and Type Method Description private void
ReftableWriter.Section. beginBlock(BlockWriter.Entry entry)
private BlockSizeTooSmallException
BlockWriter. blockSizeTooSmall(BlockWriter.Entry entry)
(package private) static int
BlockWriter.Entry. compare(BlockWriter.Entry ea, BlockWriter.Entry eb)
(package private) void
BlockWriter. mustAdd(BlockWriter.Entry entry)
private void
ReftableWriter. throwIllegalEntry(BlockWriter.Entry last, BlockWriter.Entry now)
(package private) boolean
BlockWriter. tryAdd(BlockWriter.Entry entry)
private boolean
BlockWriter. tryAdd(BlockWriter.Entry entry, boolean tryRestart)
(package private) long
ReftableWriter.Section. write(BlockWriter.Entry entry)
-