Uses of Class
org.eclipse.jgit.revwalk.ObjectWalk
Packages that use ObjectWalk
Package
Description
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
Filters for use in revision walking.
-
Uses of ObjectWalk in org.eclipse.jgit.internal.revwalk
Fields in org.eclipse.jgit.internal.revwalk declared as ObjectWalkModifier and TypeFieldDescriptionprivate final ObjectWalk
BitmappedObjectReachabilityChecker.walk
private final ObjectWalk
PedestrianObjectReachabilityChecker.walk
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type ObjectWalkModifierConstructorDescriptionNew instance of the reachability checker using a existing walk.New instance of the reachability checker using a existing walk. -
Uses of ObjectWalk in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectWalkModifier and TypeMethodDescriptionprivate void
GC.removeReferenced
(Map<ObjectId, File> id2File, ObjectWalk w) Remove all entries from a map which key is the id of an object referenced by the given ObjectWalk -
Uses of ObjectWalk in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectWalkModifier and TypeFieldDescriptionprivate final ObjectWalk
PackWriter.DepthAwareVisitationPolicy.walk
Methods in org.eclipse.jgit.internal.storage.pack that return ObjectWalkMethods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectWalkModifier and TypeMethodDescriptionprivate boolean
PackWriter.depthSkip
(RevObject obj, ObjectWalk walker) Determines if the object should be omitted from the pack as a result of its depth (probably because of the tree:filter). private void
PackWriter.findObjectsToPack
(ProgressMonitor countingMonitor, ObjectWalk walker, Set<? extends ObjectId> want, Set<? extends ObjectId> have, Set<? extends ObjectId> noBitmaps) void
PackWriter.preparePack
(ProgressMonitor countingMonitor, ObjectWalk walk, Set<? extends ObjectId> interestingObjects, Set<? extends ObjectId> uninterestingObjects, Set<? extends ObjectId> noBitmaps) Prepare the list of objects to be written to the pack stream.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectWalk -
Uses of ObjectWalk in org.eclipse.jgit.internal.transport.connectivity
Methods in org.eclipse.jgit.internal.transport.connectivity with parameters of type ObjectWalkModifier and TypeMethodDescriptionprivate void
FullConnectivityChecker.checkCommitTree
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, ObjectWalk ow, ProgressMonitor pm) private void
FullConnectivityChecker.checkObjects
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, ObjectWalk ow, ProgressMonitor pm) private boolean
FullConnectivityChecker.markStartAndKnownNodes
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, ObjectWalk ow, Set<ObjectId> haves, ProgressMonitor pm) -
Uses of ObjectWalk in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs with parameters of type ObjectWalkModifier and TypeMethodDescriptionprivate void
LfsPrePushHook.excludeRemoteRefs
(ObjectWalk walk) private static void
LfsPrePushHook.findLfsPointers
(Set<LfsPointer> toPush, ObjectWalk walk) -
Uses of ObjectWalk in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type ObjectWalkModifier and TypeMethodDescriptionObjectReader.createObjectReachabilityChecker
(ObjectWalk ow) Create an object reachability checker that will use bitmaps if possible. -
Uses of ObjectWalk in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type ObjectWalkModifier and TypeMethodDescriptionprotected void
RevList.show
(ObjectWalk ow, RevObject obj) "Show" the current RevCommit when called from the main processing loop.protected void
RevWalkTextBuiltin.show
(ObjectWalk objectWalk, RevObject currentObject) "Show" the current RevCommit when called from the main processing loop. -
Uses of ObjectWalk in org.eclipse.jgit.revwalk
Subclasses of ObjectWalk in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic class
Subclass of ObjectWalk that performs depth filtering.Fields in org.eclipse.jgit.revwalk declared as ObjectWalkMethods in org.eclipse.jgit.revwalk that return ObjectWalkModifier and TypeMethodDescriptionRevWalk.toObjectWalkWithSameObjects()
Create and return anObjectWalk
using the same objects.Methods in org.eclipse.jgit.revwalk with parameters of type ObjectWalkModifier and TypeMethodDescriptionfinal boolean
BitmapWalker.BitmapObjectFilter.include
(ObjectWalk walker, AnyObjectId objid) Constructors in org.eclipse.jgit.revwalk with parameters of type ObjectWalkModifierConstructorDescriptionBitmapWalker
(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm) Create a BitmapWalker. -
Uses of ObjectWalk in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type ObjectWalkModifier and TypeMethodDescriptionboolean
ObjectFilter.AllFilter.include
(ObjectWalk walker, AnyObjectId o) abstract boolean
ObjectFilter.include
(ObjectWalk walker, AnyObjectId objid) Determine if the named object should be included in the walk.