Class InMemoryRepository.MemPack
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
org.eclipse.jgit.internal.storage.dfs.InMemoryRepository.MemPack
- Enclosing class:
- InMemoryRepository
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMemPack
(String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source) -
Method Summary
Methods inherited from class org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
addFileExt, clearPackStats, equals, getBlockSize, getDeltaCount, getEstimatedPackSize, getFileName, getFileSize, getIndexVersion, getLastModified, getMaxUpdateIndex, getMinUpdateIndex, getObjectCount, getPackSource, getPackStats, getReftableStats, getRepositoryDescription, getStreamKey, hasFileExt, hashCode, isGC, objectLookupComparator, objectLookupComparator, reftableComparator, reuseComparator, setBlockSize, setDeltaCount, setEstimatedPackSize, setFileSize, setIndexVersion, setLastModified, setMaxUpdateIndex, setMinUpdateIndex, setObjectCount, setPackSource, setPackStats, setReftableStats, toString
-
Field Details
-
fileMap
final byte[][] fileMap
-
-
Constructor Details
-
MemPack
MemPack(String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source)
-
-
Method Details
-
put
-
get
-