Uses of Class
org.eclipse.jgit.errors.LargeObjectException

Packages that use LargeObjectException
org.eclipse.jgit.errors   
org.eclipse.jgit.lib   
org.eclipse.jgit.notes   
 

Uses of LargeObjectException in org.eclipse.jgit.errors
 

Subclasses of LargeObjectException in org.eclipse.jgit.errors
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.
 

Uses of LargeObjectException in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that throw LargeObjectException
 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
 byte[] NoteMap.getCachedBytes(AnyObjectId id, int sizeLimit)
          Open and return the content of an object's note.
 



Copyright © 2012. All Rights Reserved.