Uses of Enum Class
org.eclipse.jgit.internal.storage.pack.PackExt
Packages that use PackExt
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of PackExt in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackExtModifier and TypeFieldDescription(package private) final PackExtBlockBasedFile.extprivate final PackExtBlockBasedFile.LazyChannel.extFields in org.eclipse.jgit.internal.storage.dfs with type parameters of type PackExtMethods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type PackExtModifier and TypeMethodDescriptionDfsBlockCacheConfig.getCacheHotMap()Get the map of hot count per pack extension forDfsBlockCache.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackExtModifier and TypeMethodDescriptionvoidDfsPackDescription.addFileExt(PackExt ext) Adds the pack file extension to the known list.(package private) byte[]intDfsPackDescription.getBlockSize(PackExt ext) Get blockSize of the file, in bytes.DfsPackDescription.getFileName(PackExt ext) Get file namelongDfsPackDescription.getFileSize(PackExt ext) Get size of the file, in bytes.DfsPackDescription.getStreamKey(PackExt ext) Get cache key for use by the block cache.booleanDfsPackDescription.hasFileExt(PackExt ext) Whether the pack file extension is known to exist.static DfsStreamKeyDfsStreamKey.of(DfsRepositoryDescription repo, String name, PackExt ext) Create aDfsStreamKeyprotected abstract ReadableChannelDfsObjDatabase.openFile(DfsPackDescription desc, PackExt ext) Open a pack, pack index, or other related file for reading.protected ReadableChannelInMemoryRepository.MemObjDatabase.openFile(DfsPackDescription desc, PackExt ext) (package private) voidDfsPackDescription.setBlockSize(PackExt ext, int blockSize) Set blockSize of the file, in bytes.DfsPackDescription.setFileSize(PackExt ext, long bytes) Set size of the file in bytes.protected abstract DfsOutputStreamDfsObjDatabase.writeFile(DfsPackDescription desc, PackExt ext) Open a pack, pack index, or other related file for writing.protected DfsOutputStreamInMemoryRepository.MemObjDatabase.writeFile(DfsPackDescription desc, PackExt ext) Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type PackExtModifier and TypeMethodDescriptionDfsBlockCacheConfig.setCacheHotMap(Map<PackExt, Integer> cacheHotMap) Set the map of hot count per pack extension forDfsBlockCache.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type PackExtModifierConstructorDescription(package private)BlockBasedFile(DfsBlockCache cache, DfsPackDescription desc, PackExt ext) (package private)ByteArrayDfsStreamKey(DfsRepositoryDescription repo, byte[] name, PackExt ext) protectedDfsStreamKey(int hash, PackExt ext) Constructor for DfsStreamKey.(package private)LazyChannel(DfsReader ctx, DfsPackDescription desc, PackExt ext) -
Uses of PackExt in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as PackExtMethods in org.eclipse.jgit.internal.storage.file that return PackExtModifier and TypeMethodDescriptionPackFile.getPackExt()Getter for the fieldpackExt.private static PackExtPackFile.getPackExt(String endsWithExtension) Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type PackExtMethods in org.eclipse.jgit.internal.storage.file with parameters of type PackExtModifier and TypeMethodDescriptionCreate a new similar PackFile with the given extension instead.private static StringPackFile.createName(String id, PackExt extension) private StringConstructors in org.eclipse.jgit.internal.storage.file with parameters of type PackExt -
Uses of PackExt in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackExt