Uses of Class
org.eclipse.jgit.lfs.lib.AnyLongObjectId
Packages that use AnyLongObjectId
Package
Description
-
Uses of AnyLongObjectId in org.eclipse.jgit.lfs
Methods 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
Methods in org.eclipse.jgit.lfs.errors that return AnyLongObjectIdModifier and TypeMethodDescriptionCorruptLongObjectException.getContentHash()Get thecontentHash.CorruptLongObjectException.getId()Get theidof 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
Methods 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 TypeClassDescriptionclassA SHA-256 abstraction.classA mutable SHA-256 abstraction.Classes in org.eclipse.jgit.lfs.lib that implement interfaces with type arguments of type AnyLongObjectIdMethods in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectIdModifier and TypeMethodDescriptionfinal intAnyLongObjectId.compareTo(AnyLongObjectId other) Compare this LongObjectId to another and obtain a sort ordering.final booleanAnyLongObjectId.equals(AnyLongObjectId other) Determine if this LongObjectId has exactly the same value as another.static booleanAnyLongObjectId.equals(AnyLongObjectId firstObjectId, AnyLongObjectId secondObjectId) Deprecated.static final AbbreviatedLongObjectIdAbbreviatedLongObjectId.fromLongObjectId(AnyLongObjectId id) Convert an AbbreviatedObjectId from anAnyObjectId.voidMutableLongObjectId.fromObjectId(AnyLongObjectId src) Copy a LongObjectId into this mutable buffer.static booleanAnyLongObjectId.isEqual(AnyLongObjectId firstObjectId, AnyLongObjectId secondObjectId) Compare two object identifier byte sequences for equality.final intAbbreviatedLongObjectId.prefixCompare(AnyLongObjectId other) Compares this abbreviation to a full object id.Constructors in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectIdModifierConstructorDescriptionprotectedInitialize 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 actionlongLargeFileRepository.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 AnyLongObjectIdFileLfsServlet.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 TypeMethodDescriptionFileLfsRepository.getDownloadAction(AnyLongObjectId id) Get download actionprotected PathFileLfsRepository.getPath(AnyLongObjectId id) Get the path where the given object is storedlongFileLfsRepository.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 voidS3Repository.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 actionlongS3Repository.getSize(AnyLongObjectId oid) Get size of an objectS3Repository.getUploadAction(AnyLongObjectId oid, long size) Get upload actionS3Repository.getVerifyAction(AnyLongObjectId id) Get verify action
AnyLongObjectId.isEqual(AnyLongObjectId, AnyLongObjectId)instead.