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 classFields in org.eclipse.jgit.internal.storage.reftable declared as BlockWriter.EntryModifier and TypeFieldDescriptionprivate BlockWriter.EntryReftableWriter.lastLogprivate BlockWriter.EntryReftableWriter.lastRefFields 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 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)