Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack
Packages that use DfsObjectToPack
Package
Description
Distributed file system based repository storage.
-
Uses of DfsObjectToPack in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsObjectToPackModifier and TypeFieldDescriptionprivate static final Comparator<DfsObjectToPack>
DfsReader.OFFSET_SORT
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjectToPackModifier and TypeMethodDescriptionDfsReader.newObjectToPack
(AnyObjectId objectId, int type) Allocate a newPackWriter
state structure for an object.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsObjectToPackModifier and TypeMethodDescriptionprivate List<DfsObjectToPack>
DfsReader.findAllFromPack
(DfsPackFile pack, Iterable<ObjectToPack> objects, boolean skipFound) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjectToPackModifier and TypeMethodDescription(package private) void
DfsPackFile.copyAsIs
(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx)