Uses of Class
org.eclipse.jgit.internal.storage.pack.CachedPack
Packages that use CachedPack
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of CachedPack in org.eclipse.jgit.internal.storage.dfs
Subclasses of CachedPack in org.eclipse.jgit.internal.storage.dfsMethods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type CachedPackModifier and TypeMethodDescriptionDfsReader.getCachedPacksAndUpdate
(BitmapIndex.BitmapBuilder needBitmap) Obtain the available cached packs that match the bitmap and update the bitmap by removing the items that are in the CachedPack.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type CachedPackModifier and TypeMethodDescriptionvoid
DfsReader.copyPackAsIs
(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream. -
Uses of CachedPack in org.eclipse.jgit.internal.storage.file
Subclasses of CachedPack in org.eclipse.jgit.internal.storage.fileMethods in org.eclipse.jgit.internal.storage.file that return types with arguments of type CachedPackModifier and TypeMethodDescriptionWindowCursor.getCachedPacksAndUpdate
(BitmapIndex.BitmapBuilder needBitmap) Obtain the available cached packs that match the bitmap and update the bitmap by removing the items that are in the CachedPack.Methods in org.eclipse.jgit.internal.storage.file with parameters of type CachedPackModifier and TypeMethodDescriptionvoid
WindowCursor.copyPackAsIs
(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream. -
Uses of CachedPack in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack with type parameters of type CachedPackMethods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type CachedPackModifier and TypeMethodDescriptionObjectReuseAsIs.getCachedPacksAndUpdate
(BitmapIndex.BitmapBuilder needBitmap) Obtain the available cached packs that match the bitmap and update the bitmap by removing the items that are in the CachedPack.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type CachedPackModifier and TypeMethodDescriptionvoid
ObjectReuseAsIs.copyPackAsIs
(PackOutputStream out, CachedPack pack) Append an entire pack's contents onto the output stream.CachedPackUriProvider.getInfo
(CachedPack pack, Collection<String> protocolsSupported) Method parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type CachedPackModifier and TypeMethodDescriptionvoid
PackWriter.preparePack
(Collection<? extends CachedPack> c) Prepare the list of objects to be written to the pack stream. -
Uses of CachedPack in org.eclipse.jgit.storage.pack
Fields in org.eclipse.jgit.storage.pack with type parameters of type CachedPackModifier and TypeFieldDescriptionPackStatistics.Accumulator.reusedPacks
The collection of reused packs in the upload.Methods in org.eclipse.jgit.storage.pack that return types with arguments of type CachedPackModifier and TypeMethodDescriptionPackStatistics.getReusedPacks()
Get unmodifiable list of the cached packs that were reused in the output -
Uses of CachedPack in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type CachedPackMethod parameters in org.eclipse.jgit.transport with type arguments of type CachedPackModifier and TypeMethodDescriptionvoid
BundleWriter.addObjectsAsIs
(Collection<? extends CachedPack> c) Add objects to the bundle file.