Uses of Class
org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
-
Uses of AnyLongObjectId in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return AnyLongObjectId Modifier and Type Method Description AnyLongObjectId
LfsPointer. getOid()
Getter for the fieldoid
.Methods in org.eclipse.jgit.lfs with parameters of type AnyLongObjectId Modifier and Type Method Description Path
Lfs. getMediaFile(AnyLongObjectId id)
Get the media file which stores the original contentConstructors in org.eclipse.jgit.lfs with parameters of type AnyLongObjectId Constructor Description LfsPointer(AnyLongObjectId oid, long size)
Constructor for LfsPointer. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.errors
Methods in org.eclipse.jgit.lfs.errors that return AnyLongObjectId Modifier and Type Method Description AnyLongObjectId
CorruptLongObjectException. getContentHash()
Get thecontentHash
.AnyLongObjectId
CorruptLongObjectException. getId()
Get theid
of the object.Constructors in org.eclipse.jgit.lfs.errors with parameters of type AnyLongObjectId Constructor Description CorruptLongObjectException(AnyLongObjectId id, AnyLongObjectId contentHash, String message)
Corrupt long object detected. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal that return AnyLongObjectId Modifier and Type Method Description AnyLongObjectId
AtomicObjectOutputStream. getId()
Get theid
.Constructors in org.eclipse.jgit.lfs.internal with parameters of type AnyLongObjectId Constructor Description AtomicObjectOutputStream(Path path, AnyLongObjectId id)
Constructor for AtomicObjectOutputStream. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.lib
Subclasses of AnyLongObjectId in org.eclipse.jgit.lfs.lib Modifier and Type Class Description class
LongObjectId
A SHA-256 abstraction.class
MutableLongObjectId
A mutable SHA-256 abstraction.Methods in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectId Modifier and Type Method Description int
AnyLongObjectId. compareTo(AnyLongObjectId other)
Compare this LongObjectId to another and obtain a sort ordering.boolean
AnyLongObjectId. equals(AnyLongObjectId other)
Determine if this LongObjectId has exactly the same value as another.static boolean
AnyLongObjectId. equals(AnyLongObjectId firstObjectId, AnyLongObjectId secondObjectId)
Deprecated.useisEqual(AnyLongObjectId, AnyLongObjectId)
instead.static AbbreviatedLongObjectId
AbbreviatedLongObjectId. fromLongObjectId(AnyLongObjectId id)
Convert an AbbreviatedObjectId from anAnyObjectId
.void
MutableLongObjectId. fromObjectId(AnyLongObjectId src)
Copy a LongObjectId into this mutable buffer.static boolean
AnyLongObjectId. isEqual(AnyLongObjectId firstObjectId, AnyLongObjectId secondObjectId)
Compare two object identifier byte sequences for equality.int
AbbreviatedLongObjectId. prefixCompare(AnyLongObjectId other)
Compares this abbreviation to a full object id.Constructors in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectId Constructor Description LongObjectId(AnyLongObjectId src)
Initialize this instance by copying another existing LongObjectId. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.server
Methods in org.eclipse.jgit.lfs.server with parameters of type AnyLongObjectId Modifier and Type Method Description Response.Action
LargeFileRepository. getDownloadAction(AnyLongObjectId id)
Get download actionlong
LargeFileRepository. getSize(AnyLongObjectId id)
Get size of an objectResponse.Action
LargeFileRepository. getUploadAction(AnyLongObjectId id, long size)
Get upload actionResponse.Action
LargeFileRepository. getVerifyAction(AnyLongObjectId id)
Get verify action -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.server.fs
Methods in org.eclipse.jgit.lfs.server.fs that return AnyLongObjectId Modifier and Type Method Description protected AnyLongObjectId
FileLfsServlet. getObjectToTransfer(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp)
Retrieve object id from requestMethods in org.eclipse.jgit.lfs.server.fs with parameters of type AnyLongObjectId Modifier and Type Method Description Response.Action
FileLfsRepository. getDownloadAction(AnyLongObjectId id)
Get download actionprotected Path
FileLfsRepository. getPath(AnyLongObjectId id)
Get the path where the given object is storedlong
FileLfsRepository. getSize(AnyLongObjectId id)
Get size of an objectResponse.Action
FileLfsRepository. getUploadAction(AnyLongObjectId id, long size)
Get upload actionResponse.Action
FileLfsRepository. getVerifyAction(AnyLongObjectId id)
Get verify actionConstructors in org.eclipse.jgit.lfs.server.fs with parameters of type AnyLongObjectId Constructor Description ObjectDownloadListener(FileLfsRepository repository, javax.servlet.AsyncContext context, javax.servlet.http.HttpServletResponse response, AnyLongObjectId id)
Constructor for ObjectDownloadListener.ObjectUploadListener(FileLfsRepository repository, javax.servlet.AsyncContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AnyLongObjectId id)
Constructor for ObjectUploadListener. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.server.s3
Methods in org.eclipse.jgit.lfs.server.s3 with parameters of type AnyLongObjectId Modifier and Type Method Description protected void
S3Repository. cacheObjectMetaData(AnyLongObjectId oid, long size)
Cache metadata (size) for an object to avoid extra roundtrip to S3 in order to retrieve this metadata for a given object.Response.Action
S3Repository. getDownloadAction(AnyLongObjectId oid)
Get download actionlong
S3Repository. getSize(AnyLongObjectId oid)
Get size of an objectResponse.Action
S3Repository. getUploadAction(AnyLongObjectId oid, long size)
Get upload actionResponse.Action
S3Repository. getVerifyAction(AnyLongObjectId id)
Get verify action
-