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 AnyLongObjectIdCorruptLongObjectException.contentHashprivate final AnyLongObjectIdCorruptLongObjectException.idMethods 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
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 TypeClassDescriptionclassA SHA-256 abstraction.classA mutable SHA-256 abstraction.Methods 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 TypeMethodDescriptionprivate Response.ActionFileLfsRepository.getAction(AnyLongObjectId id) FileLfsRepository.getDownloadAction(AnyLongObjectId id) Get download action(package private) AtomicObjectOutputStreamFileLfsRepository.getOutputStream(AnyLongObjectId id) protected PathFileLfsRepository.getPath(AnyLongObjectId id) Get the path where the given object is stored(package private) ReadableByteChannelFileLfsRepository.getReadChannel(AnyLongObjectId id) longFileLfsRepository.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 actionprivate URLS3Repository.getObjectUrl(AnyLongObjectId oid) private StringS3Repository.getPath(AnyLongObjectId oid) longS3Repository.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.