Uses of Class
org.eclipse.jgit.internal.storage.reftable.BlockWriter.Entry
Packages that use BlockWriter.Entry
-
Uses of BlockWriter.Entry in org.eclipse.jgit.internal.storage.reftable
Subclasses of BlockWriter.Entry in org.eclipse.jgit.internal.storage.reftableModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
Fields in org.eclipse.jgit.internal.storage.reftable declared as BlockWriter.EntryModifier and TypeFieldDescriptionprivate BlockWriter.Entry
ReftableWriter.lastLog
private BlockWriter.Entry
ReftableWriter.lastRef
Fields in org.eclipse.jgit.internal.storage.reftable with type parameters of type BlockWriter.EntryMethods in org.eclipse.jgit.internal.storage.reftable with parameters of type BlockWriter.EntryModifier and TypeMethodDescriptionprivate 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)