public interface StreamAttachmentStoreStats
extends com.atlassian.jira.util.stats.ManagedStats
StreamAttachmentStore
.
See also: JiraStats
Modifier and Type | Interface and Description |
---|---|
static class |
StreamAttachmentStoreStats.MutableStreamAttachmentStoreStats |
Modifier and Type | Method and Description |
---|---|
void |
getAttachmentData(java.time.Duration ttfb,
java.time.Duration executionTime,
long contentLength,
FileStoreAnalyticInfo fileStoreAnalyticInfo)
Records a measurement about a call to streamAttachmentContent in
AttachmentManager . |
void getAttachmentData(java.time.Duration ttfb, java.time.Duration executionTime, long contentLength, FileStoreAnalyticInfo fileStoreAnalyticInfo)
AttachmentManager
.ttfb
- a Duration
representing the time to first byteexecutionTime
- a Duration
representing the time elapsed while executing the method (this includes ttfb)contentLength
- size of the attachment in bytesfileStoreAnalyticInfo
- a FileStoreAnalyticInfo
representing the current file store configuration for attachmentsCopyright © 2002-2023 Atlassian. All Rights Reserved.