private static class InMemoryRepository.MemPack extends DfsPackDescription
Modifier and Type | Field and Description |
---|---|
(package private) byte[][] |
fileMap |
Constructor and Description |
---|
MemPack(java.lang.String name,
DfsRepositoryDescription repoDesc,
DfsObjDatabase.PackSource source) |
Modifier and Type | Method and Description |
---|---|
(package private) byte[] |
get(PackExt ext) |
(package private) void |
put(PackExt ext,
byte[] data) |
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
MemPack(java.lang.String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source)