| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Method and Description |
|---|---|
DfsPackDescription |
DfsPackDescription.clearPackStats()
Discard the pack statistics, if it was populated.
|
DfsPackDescription |
DfsReftable.getPackDescription() |
DfsPackDescription |
DfsPackParser.getPackDescription() |
DfsPackDescription |
DfsPackFile.getPackDescription() |
DfsPackDescription |
DfsCachedPack.getPackDescription() |
protected DfsPackDescription |
InMemoryRepository.MemObjDatabase.newPack(DfsObjDatabase.PackSource source) |
protected abstract DfsPackDescription |
DfsObjDatabase.newPack(DfsObjDatabase.PackSource source)
Generate a new unique name for a pack file.
|
protected DfsPackDescription |
DfsObjDatabase.newPack(DfsObjDatabase.PackSource source,
long estimatedPackSize)
Generate a new unique name for a pack file.
|
DfsPackDescription |
DfsPackDescription.setBlockSize(PackExt ext,
int blockSize) |
DfsPackDescription |
DfsPackDescription.setDeltaCount(long cnt) |
DfsPackDescription |
DfsPackDescription.setEstimatedPackSize(long estimatedPackSize) |
DfsPackDescription |
DfsPackDescription.setFileSize(PackExt ext,
long bytes) |
DfsPackDescription |
DfsPackDescription.setIndexVersion(int version) |
DfsPackDescription |
DfsPackDescription.setLastModified(long timeMillis) |
DfsPackDescription |
DfsPackDescription.setMaxUpdateIndex(long max) |
DfsPackDescription |
DfsPackDescription.setMinUpdateIndex(long min) |
DfsPackDescription |
DfsPackDescription.setObjectCount(long cnt) |
DfsPackDescription |
DfsPackDescription.setPackSource(DfsObjDatabase.PackSource source) |
| Modifier and Type | Method and Description |
|---|---|
List<DfsPackDescription> |
DfsPackCompactor.getNewPacks() |
List<DfsPackDescription> |
DfsGarbageCollector.getNewPacks() |
Collection<DfsPackDescription> |
DfsPackCompactor.getSourcePacks() |
Set<DfsPackDescription> |
DfsGarbageCollector.getSourcePacks() |
protected List<DfsPackDescription> |
InMemoryRepository.MemObjDatabase.listPacks() |
protected abstract List<DfsPackDescription> |
DfsObjDatabase.listPacks()
List the available pack files.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DfsPackDescription.compareTo(DfsPackDescription b)
Sort packs according to the optimal lookup ordering.
|
protected ReadableChannel |
InMemoryRepository.MemObjDatabase.openFile(DfsPackDescription desc,
PackExt ext) |
protected abstract ReadableChannel |
DfsObjDatabase.openFile(DfsPackDescription desc,
PackExt ext)
Open a pack, pack index, or other related file for reading.
|
protected DfsOutputStream |
InMemoryRepository.MemObjDatabase.writeFile(DfsPackDescription desc,
PackExt ext) |
protected abstract DfsOutputStream |
DfsObjDatabase.writeFile(DfsPackDescription desc,
PackExt ext)
Open a pack, pack index, or other related file for writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DfsObjDatabase.commitPack(Collection<DfsPackDescription> desc,
Collection<DfsPackDescription> replaces)
Commit a pack and index pair that was written to the DFS.
|
protected void |
DfsObjDatabase.commitPack(Collection<DfsPackDescription> desc,
Collection<DfsPackDescription> replaces)
Commit a pack and index pair that was written to the DFS.
|
protected void |
InMemoryRepository.MemObjDatabase.commitPackImpl(Collection<DfsPackDescription> desc,
Collection<DfsPackDescription> replace) |
protected void |
InMemoryRepository.MemObjDatabase.commitPackImpl(Collection<DfsPackDescription> desc,
Collection<DfsPackDescription> replace) |
protected abstract void |
DfsObjDatabase.commitPackImpl(Collection<DfsPackDescription> desc,
Collection<DfsPackDescription> replaces)
Implementation of pack commit.
|
protected abstract void |
DfsObjDatabase.commitPackImpl(Collection<DfsPackDescription> desc,
Collection<DfsPackDescription> replaces)
Implementation of pack commit.
|
protected void |
InMemoryRepository.MemObjDatabase.rollbackPack(Collection<DfsPackDescription> desc) |
protected abstract void |
DfsObjDatabase.rollbackPack(Collection<DfsPackDescription> desc)
Try to rollback a pack creation.
|
| Constructor and Description |
|---|
DfsReftable(DfsBlockCache cache,
DfsPackDescription desc)
Construct a reader for an existing reftable.
|
DfsReftable(DfsPackDescription desc)
Construct a reader for an existing reftable.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.