Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Method and Description |
---|---|
void |
DfsReader.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
Iterable<ObjectToPack> objects) |
Modifier and Type | Method and Description |
---|---|
PackWriter |
PackWriter.setObjectCountCallback(ObjectCountCallback callback)
Set the
ObjectCountCallback . |
Modifier and Type | Method and Description |
---|---|
static Iterable<PackWriter> |
PackWriter.getInstances()
Get all allocated, non-released PackWriters instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
Iterable<ObjectToPack> objects)
Select the best object representation for a packer.
|
Constructor and Description |
---|
PackOutputStream(ProgressMonitor writeMonitor,
OutputStream out,
PackWriter pw)
Initialize a pack output stream.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.