Modifier and Type | Method and Description |
---|---|
AnyLongObjectId |
LfsPointer.getOid() |
Modifier and Type | Method and Description |
---|---|
Path |
Lfs.getMediaFile(AnyLongObjectId id) |
Constructor and Description |
---|
LfsPointer(AnyLongObjectId oid,
long size) |
Modifier and Type | Method and Description |
---|---|
AnyLongObjectId |
CorruptLongObjectException.getContentHash() |
AnyLongObjectId |
CorruptLongObjectException.getId() |
Constructor and Description |
---|
CorruptLongObjectException(AnyLongObjectId id,
AnyLongObjectId contentHash,
String message)
Corrupt long object detected.
|
Modifier and Type | Method and Description |
---|---|
AnyLongObjectId |
AtomicObjectOutputStream.getId() |
Constructor and Description |
---|
AtomicObjectOutputStream(Path path,
AnyLongObjectId id) |
Modifier and Type | Class and Description |
---|---|
class |
LongObjectId
A SHA-256 abstraction.
|
class |
MutableLongObjectId
A mutable SHA-256 abstraction.
|
Modifier and Type | Method and 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)
Compare two object identifier byte sequences for equality.
|
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromLongObjectId(AnyLongObjectId id)
Convert an AbbreviatedObjectId from an
AnyObjectId . |
void |
MutableLongObjectId.fromObjectId(AnyLongObjectId src)
Copy an LongObjectId into this mutable buffer.
|
int |
AbbreviatedLongObjectId.prefixCompare(AnyLongObjectId other)
Compares this abbreviation to a full object id.
|
Constructor and Description |
---|
LongObjectId(AnyLongObjectId src)
Initialize this instance by copying another existing LongObjectId.
|
Modifier and Type | Method and Description |
---|---|
Response.Action |
LargeFileRepository.getDownloadAction(AnyLongObjectId id) |
long |
LargeFileRepository.getSize(AnyLongObjectId id) |
Response.Action |
LargeFileRepository.getUploadAction(AnyLongObjectId id,
long size) |
Response.Action |
LargeFileRepository.getVerifyAction(AnyLongObjectId id) |
Modifier and Type | Method and Description |
---|---|
protected AnyLongObjectId |
FileLfsServlet.getObjectToTransfer(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
Retrieve object id from request
|
Modifier and Type | Method and Description |
---|---|
Response.Action |
FileLfsRepository.getDownloadAction(AnyLongObjectId id) |
protected Path |
FileLfsRepository.getPath(AnyLongObjectId id)
Get the path where the given object is stored
|
long |
FileLfsRepository.getSize(AnyLongObjectId id) |
Response.Action |
FileLfsRepository.getUploadAction(AnyLongObjectId id,
long size) |
Response.Action |
FileLfsRepository.getVerifyAction(AnyLongObjectId id) |
Constructor and Description |
---|
ObjectDownloadListener(FileLfsRepository repository,
javax.servlet.AsyncContext context,
javax.servlet.http.HttpServletResponse response,
AnyLongObjectId id) |
ObjectUploadListener(FileLfsRepository repository,
javax.servlet.AsyncContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AnyLongObjectId id) |
Modifier and Type | Method and 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) |
long |
S3Repository.getSize(AnyLongObjectId oid) |
Response.Action |
S3Repository.getUploadAction(AnyLongObjectId oid,
long size) |
Response.Action |
S3Repository.getVerifyAction(AnyLongObjectId id) |
Copyright © 2017 Eclipse JGit Project. All rights reserved.