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.
|
org.eclipse.jgit.lfs | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Class and Description |
---|---|
static class |
LargeObjectException.ExceedsByteArrayLimit
Object size exceeds JVM limit of 2 GiB per byte array.
|
static class |
LargeObjectException.ExceedsLimit
Object size exceeds the caller's upper limit.
|
static class |
LargeObjectException.OutOfMemory
An error caused by the JVM being out of heap space.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DfsInserter.StreamLoader.getCachedBytes() |
byte[] |
LargePackedWholeObject.getCachedBytes()
Obtain a reference to the (possibly cached) bytes of this object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
LargePackedWholeObject.getCachedBytes()
Obtain a reference to the (possibly cached) bytes of this object.
|
byte[] |
PackInserter.Reader.StreamLoader.getCachedBytes() |
byte[] |
UnpackedObject.LargeObject.getCachedBytes() |
(package private) ObjectLoader |
PackFile.load(WindowCursor curs,
long pos) |
Modifier and Type | Method and Description |
---|---|
private byte[] |
DeltaWindow.buffer(DeltaWindowEntry ent) |
private DeltaIndex |
DeltaWindow.index(DeltaWindowEntry ent) |
private void |
PackWriter.searchForDeltas(ProgressMonitor monitor,
ObjectToPack[] list,
int cnt) |
Modifier and Type | Method and Description |
---|---|
byte[] |
LfsBlobLoader.getCachedBytes() |
Modifier and Type | Method and Description |
---|---|
byte[] |
ObjectLoader.getBytes()
Obtain a copy of the bytes of this object.
|
byte[] |
ObjectLoader.getBytes(int sizeLimit)
Obtain a copy of the bytes of this object.
|
abstract byte[] |
ObjectLoader.getCachedBytes()
Obtain a reference to the (possibly cached) bytes of this object.
|
byte[] |
ObjectLoader.getCachedBytes(int sizeLimit)
Obtain a reference to the (possibly cached) bytes of this object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
NoteMap.getCachedBytes(AnyObjectId id,
int sizeLimit)
Open and return the content of an object's note.
|
Modifier and Type | Method and Description |
---|---|
(package private) byte[] |
RevWalk.getCachedBytes(RevObject obj) |
(package private) byte[] |
RevWalk.getCachedBytes(RevObject obj,
ObjectLoader ldr) |
private RevObject |
RevWalk.parseNew(AnyObjectId id,
ObjectLoader ldr) |
private RevObject |
ObjectWalk.pushTree(RevObject obj) |