Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Section
-
Packages that use ReftableWriter.Section Package Description org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableWriter.Section in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ReftableWriter.Section Modifier and Type Field Description private ReftableWriter.Section
ReftableWriter. logs
private ReftableWriter.Section
ReftableWriter. objs
private ReftableWriter.Section
ReftableWriter. refs
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableWriter.Section Modifier and Type Method Description private static long
ReftableWriter. firstBlockPosition(ReftableWriter.Section s)
private static long
ReftableWriter. indexPosition(ReftableWriter.Section s)
-