Package | Description |
---|---|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Constructor and Description |
---|
StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
Construct an error for an object.
|
Modifier and Type | Method and Description |
---|---|
void |
DfsReader.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate) |
boolean |
DfsCachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
void |
DfsReader.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
Iterable<ObjectToPack> objects) |
void |
DfsReader.writeObjects(PackOutputStream out,
List<ObjectToPack> list) |
Constructor and Description |
---|
PackBitmapIndexBuilder(List<ObjectToPack> byName)
Creates a PackBitmapIndex used for building the contents of an index
file.
|
Modifier and Type | Method and Description |
---|---|
ObjectToPack |
PackWriter.get(AnyObjectId id)
Lookup the ObjectToPack object for a given ObjectId.
|
ObjectToPack |
ObjectToPack.getDeltaBase() |
ObjectToPack |
ObjectReuseAsIs.newObjectToPack(AnyObjectId objectId,
int type)
Allocate a new
PackWriter state structure for an object. |
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
abstract boolean |
CachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep)
Determine if this pack contains the object representation given.
|
void |
PackWriter.select(ObjectToPack otp,
StoredObjectRepresentation next)
Select an object representation for this writer.
|
void |
PackOutputStream.writeHeader(ObjectToPack otp,
long rawLength)
Commits the object header onto the stream.
|
void |
PackOutputStream.writeObject(ObjectToPack otp)
Write one object.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
Iterable<ObjectToPack> objects)
Select the best object representation for a packer.
|
void |
ObjectReuseAsIs.writeObjects(PackOutputStream out,
List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
|
Copyright © 2014. All rights reserved.