Uses of Interface
org.eclipse.jgit.lib.ObjectIdSet
Packages that use ObjectIdSet
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type ObjectIdSetModifier and TypeFieldDescriptionprivate final List<ObjectIdSet>DfsPackCompactor.excludeprivate final List<ObjectIdSet>DfsGarbageCollector.newPackObjMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type ObjectIdSetModifier and TypeMethodDescriptionDfsPackCompactor.exclude(ObjectIdSet set) Exclude objects from the compacted pack. -
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement ObjectIdSetModifier and TypeClassDescriptionclassLazily loads a set of ObjectIds, one per line.class(package private) class(package private) classSupport for the pack index v2 format.Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ObjectIdSet -
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectIdSetModifier and TypeFieldDescriptionprivate ObjectIdSetPackWriter.excludeInPackLastprivate ObjectIdSet[]PackWriter.excludeInPacksMethods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectIdSetModifier and TypeMethodDescriptionvoidPackWriter.excludeObjects(ObjectIdSet idx) Add a pack index whose contents should be excluded from the result. -
Uses of ObjectIdSet in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement ObjectIdSetModifier and TypeClassDescriptionclassObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>Fast, efficient map forObjectIdsubclasses in only one map.classObjectIdSubclassMap<V extends ObjectId>Fast, efficient map specifically forObjectIdsubclasses.Fields in org.eclipse.jgit.lib declared as ObjectIdSetMethods in org.eclipse.jgit.lib with parameters of type ObjectIdSetModifier and TypeMethodDescriptionObjectChecker.setSkipList(ObjectIdSet objects) Enable accepting specific malformed (but not horribly broken) objects. -
Uses of ObjectIdSet in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ObjectIdSet