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 PackExt
BlockBasedFile.ext
private final PackExt
BlockBasedFile.LazyChannel.ext
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackExtModifier and TypeMethodDescriptionvoid
DfsPackDescription.addFileExt
(PackExt ext) Adds the pack file extension to the known list.(package private) byte[]
int
DfsPackDescription.getBlockSize
(PackExt ext) Get blockSize of the file, in bytes.DfsPackDescription.getFileName
(PackExt ext) Get file namelong
DfsPackDescription.getFileSize
(PackExt ext) Get size of the file, in bytes.DfsPackDescription.getStreamKey
(PackExt ext) Get cache key for use by the block cache.boolean
DfsPackDescription.hasFileExt
(PackExt ext) Whether the pack file extension is known to exist.static DfsStreamKey
DfsStreamKey.of
(DfsRepositoryDescription repo, String name, PackExt ext) Create aDfsStreamKey
protected abstract ReadableChannel
DfsObjDatabase.openFile
(DfsPackDescription desc, PackExt ext) Open a pack, pack index, or other related file for reading.protected ReadableChannel
InMemoryRepository.MemObjDatabase.openFile
(DfsPackDescription desc, PackExt ext) (package private) void
DfsPackDescription.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 DfsOutputStream
DfsObjDatabase.writeFile
(DfsPackDescription desc, PackExt ext) Open a pack, pack index, or other related file for writing.protected DfsOutputStream
InMemoryRepository.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) protected
DfsStreamKey
(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 PackExt
PackFile.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 String
PackFile.createName
(String id, PackExt extension) private String
Constructors 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