Java org.eclipse.jgit.internal.storage.dfs DfsPackDescription fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.internal.storage.dfs DfsPackDescription fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.internal.storage.dfs DfsPackDescription.

The text is from its open source code.

Method

voidaddFileExt(PackExt ext)
Adds the pack file extension to the known list.
longgetDeltaCount()
Get number of delta compressed objects in the pack.
StringgetFileName(PackExt ext)
Get file name
longgetFileSize(PackExt ext)
Get size of the file, in bytes.
intgetIndexVersion()
Get the version of the index file written.
longgetLastModified()
Get time the pack was created, in milliseconds.
longgetObjectCount()
Get number of objects in the pack.
PackSourcegetPackSource()
Get the source of the pack.
DfsRepositoryDescriptiongetRepositoryDescription()
Get description of the repository.
booleanhasFileExt(PackExt ext)
Whether the pack file extension is known to exist.
DfsPackDescriptionsetDeltaCount(long cnt)
Set number of delta compressed objects in the pack.
DfsPackDescriptionsetFileSize(PackExt ext, long bytes)
Set size of the file in bytes.
DfsPackDescriptionsetIndexVersion(int version)
Set the version of the index file written.
DfsPackDescriptionsetLastModified(long timeMillis)
Set time the pack was created, in milliseconds.
DfsPackDescriptionsetObjectCount(long cnt)
Set number of objects in the pack.
DfsPackDescriptionsetPackSource(@NonNull PackSource source)
Set the source of the pack.
StringtoString()