Uses of Class
org.eclipse.jgit.lfs.lib.AnyLongObjectId
Packages that use AnyLongObjectId
Package
Description
-
Uses of AnyLongObjectId in org.eclipse.jgit.lfs
Fields in org.eclipse.jgit.lfs declared as AnyLongObjectIdMethods in org.eclipse.jgit.lfs that return AnyLongObjectIdMethods in org.eclipse.jgit.lfs with parameters of type AnyLongObjectIdModifier and TypeMethodDescriptionLfs.getMediaFile
(AnyLongObjectId id) Get the media file which stores the original contentConstructors in org.eclipse.jgit.lfs with parameters of type AnyLongObjectIdModifierConstructorDescriptionLfsPointer
(AnyLongObjectId oid, long size) Constructor for LfsPointer. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.errors
Fields in org.eclipse.jgit.lfs.errors declared as AnyLongObjectIdModifier and TypeFieldDescriptionprivate final AnyLongObjectId
CorruptLongObjectException.contentHash
private final AnyLongObjectId
CorruptLongObjectException.id
Methods in org.eclipse.jgit.lfs.errors that return AnyLongObjectIdModifier and TypeMethodDescriptionCorruptLongObjectException.getContentHash()
Get thecontentHash
.CorruptLongObjectException.getId()
Get theid
of the object.Constructors in org.eclipse.jgit.lfs.errors with parameters of type AnyLongObjectIdModifierConstructorDescriptionCorruptLongObjectException
(AnyLongObjectId id, AnyLongObjectId contentHash, String message) Corrupt long object detected. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.internal
Fields in org.eclipse.jgit.lfs.internal declared as AnyLongObjectIdMethods in org.eclipse.jgit.lfs.internal that return AnyLongObjectIdConstructors in org.eclipse.jgit.lfs.internal with parameters of type AnyLongObjectIdModifierConstructorDescriptionAtomicObjectOutputStream
(Path path, AnyLongObjectId id) Constructor for AtomicObjectOutputStream. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.lib
Subclasses of AnyLongObjectId in org.eclipse.jgit.lfs.libModifier and TypeClassDescriptionclass
A SHA-256 abstraction.class
A mutable SHA-256 abstraction.Methods in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectIdModifier and TypeMethodDescriptionfinal int
AnyLongObjectId.compareTo
(AnyLongObjectId other) Compare this LongObjectId to another and obtain a sort ordering.final 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.static final 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.final int
AbbreviatedLongObjectId.prefixCompare
(AnyLongObjectId other) Compares this abbreviation to a full object id.Constructors in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectIdModifierConstructorDescriptionprotected
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 AnyLongObjectIdModifier and TypeMethodDescriptionLargeFileRepository.getDownloadAction
(AnyLongObjectId id) Get download actionlong
LargeFileRepository.getSize
(AnyLongObjectId id) Get size of an objectLargeFileRepository.getUploadAction
(AnyLongObjectId id, long size) Get upload actionLargeFileRepository.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 AnyLongObjectIdModifier and TypeMethodDescriptionprotected 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 AnyLongObjectIdModifier and TypeMethodDescriptionprivate Response.Action
FileLfsRepository.getAction
(AnyLongObjectId id) FileLfsRepository.getDownloadAction
(AnyLongObjectId id) Get download action(package private) AtomicObjectOutputStream
FileLfsRepository.getOutputStream
(AnyLongObjectId id) protected Path
FileLfsRepository.getPath
(AnyLongObjectId id) Get the path where the given object is stored(package private) ReadableByteChannel
FileLfsRepository.getReadChannel
(AnyLongObjectId id) long
FileLfsRepository.getSize
(AnyLongObjectId id) Get size of an objectFileLfsRepository.getUploadAction
(AnyLongObjectId id, long size) Get upload actionFileLfsRepository.getVerifyAction
(AnyLongObjectId id) Get verify actionConstructors in org.eclipse.jgit.lfs.server.fs with parameters of type AnyLongObjectIdModifierConstructorDescriptionObjectDownloadListener
(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 AnyLongObjectIdModifier and TypeMethodDescriptionprotected 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.S3Repository.getDownloadAction
(AnyLongObjectId oid) Get download actionprivate URL
S3Repository.getObjectUrl
(AnyLongObjectId oid) private String
S3Repository.getPath
(AnyLongObjectId oid) long
S3Repository.getSize
(AnyLongObjectId oid) Get size of an objectS3Repository.getUploadAction
(AnyLongObjectId oid, long size) Get upload actionS3Repository.getVerifyAction
(AnyLongObjectId id) Get verify action
isEqual(AnyLongObjectId, AnyLongObjectId)
instead.