Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaWindowEntry
Packages that use DeltaWindowEntry
-
Uses of DeltaWindowEntry in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaWindowEntryModifier and TypeFieldDescriptionprivate DeltaWindowEntry
DeltaWindow.bestBase
If we have chosen a base, the window entry it was created from.(package private) DeltaWindowEntry
DeltaWindowEntry.next
(package private) DeltaWindowEntry
DeltaWindowEntry.prev
private DeltaWindowEntry
DeltaWindow.res
Window entry of the object we are currently considering.Methods in org.eclipse.jgit.internal.storage.pack that return DeltaWindowEntryModifier and TypeMethodDescription(package private) static DeltaWindowEntry
DeltaWindowEntry.createWindow
(int cnt) Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaWindowEntryModifier and TypeMethodDescriptionprivate byte[]
DeltaWindow.buffer
(DeltaWindowEntry ent) private void
DeltaWindow.checkLoadable
(DeltaWindowEntry ent, long need) private void
DeltaWindow.clear
(DeltaWindowEntry ent) private boolean
DeltaWindow.delta
(DeltaWindowEntry src) private int
DeltaWindow.deltaSizeLimit
(DeltaWindowEntry src) private static long
DeltaWindow.estimateIndexSize
(DeltaWindowEntry ent) private DeltaIndex
DeltaWindow.index
(DeltaWindowEntry ent) (package private) final void
DeltaWindowEntry.makeNext
(DeltaWindowEntry e) private void
DeltaWindow.selectDeltaBase
(DeltaWindowEntry src, OutputStream delta)