Uses of Interface
org.eclipse.jgit.lib.ObjectIdSet
-
Packages that use ObjectIdSet Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport 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 ObjectIdSet Modifier and Type Field Description private java.util.List<ObjectIdSet>
DfsPackCompactor. exclude
private java.util.List<ObjectIdSet>
DfsGarbageCollector. newPackObj
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ObjectIdSet Modifier and Type Method Description DfsPackCompactor
DfsPackCompactor. 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 ObjectIdSet Modifier and Type Class Description class
LazyObjectIdSetFile
Lazily loads a set of ObjectIds, one per line.class
PackIndex
(package private) class
PackIndexV1
(package private) class
PackIndexV2
Support for the pack index v2 format.Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ObjectIdSet Modifier and Type Method Description private PackFile
GC. writePack(java.util.Set<? extends ObjectId> want, java.util.Set<? extends ObjectId> have, java.util.Set<ObjectId> tags, java.util.Set<ObjectId> tagTargets, java.util.List<ObjectIdSet> excludeObjects)
-
Uses of ObjectIdSet in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectIdSet Modifier and Type Field Description private ObjectIdSet
PackWriter. excludeInPackLast
private ObjectIdSet[]
PackWriter. excludeInPacks
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectIdSet Modifier and Type Method Description void
PackWriter. 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 ObjectIdSet Modifier and Type Class Description class
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
Fast, efficient map forObjectId
subclasses in only one map.class
ObjectIdSubclassMap<V extends ObjectId>
Fast, efficient map specifically forObjectId
subclasses.Fields in org.eclipse.jgit.lib declared as ObjectIdSet Modifier and Type Field Description private ObjectIdSet
ObjectChecker. skipList
Methods in org.eclipse.jgit.lib with parameters of type ObjectIdSet Modifier and Type Method Description ObjectChecker
ObjectChecker. 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 Modifier and Type Method Description private ObjectIdSet
TransferConfig. skipList()
-