Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method and Description |
---|---|
DfsObjDatabase.PackSource |
DfsPackDescription.getPackSource()
Get the source of the pack.
|
static DfsObjDatabase.PackSource |
DfsObjDatabase.PackSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DfsObjDatabase.PackSource[] |
DfsObjDatabase.PackSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.setPackSource(DfsObjDatabase.PackSource source)
Set the source of the pack.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.