Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory.AlternateHandle.Id
Packages that use ObjectDirectory.AlternateHandle.Id
-
Uses of ObjectDirectory.AlternateHandle.Id in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectory.AlternateHandle.IdModifier and TypeMethodDescriptionCachedObjectDirectory.getAlternateId()
(package private) ObjectDirectory.AlternateHandle.Id
ObjectDirectory.getAlternateId()
ObjectDirectory.AlternateHandle.getId()
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type ObjectDirectory.AlternateHandle.IdModifier and TypeMethodDescription(package private) Set<ObjectDirectory.AlternateHandle.Id>
ObjectDirectory.addMe
(Set<ObjectDirectory.AlternateHandle.Id> skips) private Set<ObjectDirectory.AlternateHandle.Id>
CachedObjectDirectory.skipMe
(Set<ObjectDirectory.AlternateHandle.Id> skips) Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ObjectDirectory.AlternateHandle.IdModifier and TypeMethodDescription(package private) Set<ObjectDirectory.AlternateHandle.Id>
ObjectDirectory.addMe
(Set<ObjectDirectory.AlternateHandle.Id> skips) FileRepository.getAdditionalHaves
(Set<ObjectDirectory.AlternateHandle.Id> skips) Objects known to exist but not expressed by#getAllRefs()
.private long
ObjectDirectory.getLooseSizeFromSelfOrAlternate
(WindowCursor curs, AnyObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) private long
ObjectDirectory.getPackedSizeFromSelfOrAlternate
(WindowCursor curs, AnyObjectId id, Set<ObjectDirectory.AlternateHandle.Id> skips) private boolean
CachedObjectDirectory.has
(AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private boolean
ObjectDirectory.hasLooseInSelfOrAlternate
(AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private boolean
ObjectDirectory.hasPackedInSelfOrAlternate
(AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private ObjectLoader
ObjectDirectory.openLooseFromSelfOrAlternate
(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private ObjectLoader
CachedObjectDirectory.openObject
(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private ObjectLoader
ObjectDirectory.openPackedFromSelfOrAlternate
(WindowCursor curs, AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private boolean
ObjectDirectory.restoreFromSelfOrAlternate
(AnyObjectId objectId, Set<ObjectDirectory.AlternateHandle.Id> skips) private void
ObjectDirectory.selectObjectRepresentation
(PackWriter packer, ObjectToPack otp, WindowCursor curs, Set<ObjectDirectory.AlternateHandle.Id> skips) private Set<ObjectDirectory.AlternateHandle.Id>
CachedObjectDirectory.skipMe
(Set<ObjectDirectory.AlternateHandle.Id> skips)