Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack
-
Packages that use DfsObjectToPack Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsObjectToPack Modifier and Type Field Description private static java.util.Comparator<DfsObjectToPack>
DfsReader. OFFSET_SORT
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjectToPack Modifier and Type Method Description DfsObjectToPack
DfsReader. 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 DfsObjectToPack Modifier and Type Method Description private java.util.List<DfsObjectToPack>
DfsReader. findAllFromPack(DfsPackFile pack, java.lang.Iterable<ObjectToPack> objects, boolean skipFound)
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjectToPack Modifier and Type Method Description (package private) void
DfsPackFile. copyAsIs(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx)
-