Uses of Class
org.eclipse.jgit.errors.LargeObjectException
-
Packages that use LargeObjectException 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).org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of LargeObjectException in org.eclipse.jgit.errors
Subclasses of LargeObjectException in org.eclipse.jgit.errors Modifier and Type Class Description static classLargeObjectException.ExceedsByteArrayLimitObject size exceeds JVM limit of 2 GiB per byte array.static classLargeObjectException.ExceedsLimitObject size exceeds the caller's upper limit.static classLargeObjectException.OutOfMemoryAn error caused by the JVM being out of heap space. -
Uses of LargeObjectException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw LargeObjectException Modifier and Type Method Description byte[]DfsInserter.StreamLoader. getCachedBytes()byte[]LargePackedWholeObject. getCachedBytes()Obtain a reference to the (possibly cached) bytes of this object. -
Uses of LargeObjectException in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that throw LargeObjectException Modifier and Type Method 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) ObjectLoaderPack. load(WindowCursor curs, long pos) -
Uses of LargeObjectException in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that throw LargeObjectException Modifier and Type Method Description private byte[]DeltaWindow. buffer(DeltaWindowEntry ent)private DeltaIndexDeltaWindow. index(DeltaWindowEntry ent)private voidPackWriter. searchForDeltas(ProgressMonitor monitor, ObjectToPack[] list, int cnt) -
Uses of LargeObjectException in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that throw LargeObjectException Modifier and Type Method Description byte[]LfsBlobLoader. getCachedBytes() -
Uses of LargeObjectException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw LargeObjectException Modifier and Type Method 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. -
Uses of LargeObjectException in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes that throw LargeObjectException Modifier and Type Method Description byte[]NoteMap. getCachedBytes(AnyObjectId id, int sizeLimit)Open and return the content of an object's note. -
Uses of LargeObjectException in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that throw LargeObjectException Modifier and Type Method Description (package private) byte[]RevWalk. getCachedBytes(RevObject obj)(package private) byte[]RevWalk. getCachedBytes(RevObject obj, ObjectLoader ldr)private RevObjectRevWalk. parseNew(AnyObjectId id, ObjectLoader ldr)private RevObjectObjectWalk. pushTree(RevObject obj) -
Uses of LargeObjectException in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw LargeObjectException Modifier and Type Method Description private voidReceivePack. checkSubmodules()protected voidReceivePack. receivePackAndCheckConnectivity()Receive a pack from the stream and check connectivity if necessary.
-