Uses of Class
org.eclipse.jgit.lfs.lib.AnyLongObjectId
-
-
Uses of AnyLongObjectId in org.eclipse.jgit.lfs
Fields in org.eclipse.jgit.lfs declared as AnyLongObjectId Modifier and Type Field Description private AnyLongObjectIdLfsPointer. oidMethods in org.eclipse.jgit.lfs that return AnyLongObjectId Modifier and Type Method Description AnyLongObjectIdLfsPointer. getOid()Getter for the fieldoid.Methods in org.eclipse.jgit.lfs with parameters of type AnyLongObjectId Modifier and Type Method Description java.nio.file.PathLfs. 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
Fields in org.eclipse.jgit.lfs.errors declared as AnyLongObjectId Modifier and Type Field Description private AnyLongObjectIdCorruptLongObjectException. contentHashprivate AnyLongObjectIdCorruptLongObjectException. idMethods in org.eclipse.jgit.lfs.errors that return AnyLongObjectId Modifier and Type Method Description AnyLongObjectIdCorruptLongObjectException. getContentHash()Get thecontentHash.AnyLongObjectIdCorruptLongObjectException. getId()Get theidof the object.Constructors in org.eclipse.jgit.lfs.errors with parameters of type AnyLongObjectId Constructor Description CorruptLongObjectException(AnyLongObjectId id, AnyLongObjectId contentHash, java.lang.String message)Corrupt long object detected. -
Uses of AnyLongObjectId in org.eclipse.jgit.lfs.internal
Fields in org.eclipse.jgit.lfs.internal declared as AnyLongObjectId Modifier and Type Field Description private AnyLongObjectIdAtomicObjectOutputStream. idMethods in org.eclipse.jgit.lfs.internal that return AnyLongObjectId Modifier and Type Method Description AnyLongObjectIdAtomicObjectOutputStream. getId()Get theid.Constructors in org.eclipse.jgit.lfs.internal with parameters of type AnyLongObjectId Constructor Description AtomicObjectOutputStream(java.nio.file.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 classLongObjectIdA SHA-256 abstraction.classMutableLongObjectIdA mutable SHA-256 abstraction.Methods in org.eclipse.jgit.lfs.lib with parameters of type AnyLongObjectId Modifier and Type Method Description intAnyLongObjectId. compareTo(AnyLongObjectId other)Compare this LongObjectId to another and obtain a sort ordering.booleanAnyLongObjectId. equals(AnyLongObjectId other)Determine if this LongObjectId has exactly the same value as another.static booleanAnyLongObjectId. equals(AnyLongObjectId firstObjectId, AnyLongObjectId secondObjectId)Deprecated.useisEqual(AnyLongObjectId, AnyLongObjectId)instead.static 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.intAbbreviatedLongObjectId. 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.ActionLargeFileRepository. getDownloadAction(AnyLongObjectId id)Get download actionlongLargeFileRepository. getSize(AnyLongObjectId id)Get size of an objectResponse.ActionLargeFileRepository. getUploadAction(AnyLongObjectId id, long size)Get upload actionResponse.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 AnyLongObjectId Modifier and Type Method Description protected 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 AnyLongObjectId Modifier and Type Method Description private Response.ActionFileLfsRepository. getAction(AnyLongObjectId id)Response.ActionFileLfsRepository. getDownloadAction(AnyLongObjectId id)Get download action(package private) AtomicObjectOutputStreamFileLfsRepository. getOutputStream(AnyLongObjectId id)protected java.nio.file.PathFileLfsRepository. getPath(AnyLongObjectId id)Get the path where the given object is stored(package private) java.nio.channels.ReadableByteChannelFileLfsRepository. getReadChannel(AnyLongObjectId id)longFileLfsRepository. getSize(AnyLongObjectId id)Get size of an objectResponse.ActionFileLfsRepository. getUploadAction(AnyLongObjectId id, long size)Get upload actionResponse.ActionFileLfsRepository. 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 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.Response.ActionS3Repository. getDownloadAction(AnyLongObjectId oid)Get download actionprivate java.net.URLS3Repository. getObjectUrl(AnyLongObjectId oid)private java.lang.StringS3Repository. getPath(AnyLongObjectId oid)longS3Repository. getSize(AnyLongObjectId oid)Get size of an objectResponse.ActionS3Repository. getUploadAction(AnyLongObjectId oid, long size)Get upload actionResponse.ActionS3Repository. getVerifyAction(AnyLongObjectId id)Get verify action
-