Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaWindowEntry
-
Packages that use DeltaWindowEntry Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaWindowEntry in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaWindowEntry Modifier and Type Field Description private 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 DeltaWindowEntry Modifier and Type Method Description (package private) static DeltaWindowEntry
DeltaWindowEntry. createWindow(int cnt)
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaWindowEntry Modifier and Type Method Description private 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) void
DeltaWindowEntry. makeNext(DeltaWindowEntry e)
private void
DeltaWindow. selectDeltaBase(DeltaWindowEntry src, java.io.OutputStream delta)
-