Uses of Enum
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.extMethods 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) 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
Subclasses with type arguments of type PackExt in org.eclipse.jgit.internal.storage.packMethods in org.eclipse.jgit.internal.storage.pack that return PackExt