public static class IndexSnapshotOperatorStats.Data extends Object implements IndexSnapshotOperatorStats
IndexSnapshotOperatorStats.Data| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatsName() |
void |
totalNumberOfBlockedAttempts()
number of times snapshot creation was completed by retry condition being no longer met.
|
void |
totalNumberOfCreationAttempts(int creationAttempts) |
void |
totalNumberOfErrorAttempts()
number of times snapshot creation was completed with error.
|
void |
totalNumberOfPollingAttempts(int pollingAttempts) |
void |
totalNumberOfSuccessfulAttempts()
number of times snapshot creation was completed with success.
|
void |
totalWaitingTimeInSeconds(long waitingTimeInSeconds) |
public void totalNumberOfCreationAttempts(int creationAttempts)
totalNumberOfCreationAttempts in interface IndexSnapshotOperatorStatscreationAttempts - number of times snapshot creation was attempted.public void totalNumberOfSuccessfulAttempts()
IndexSnapshotOperatorStatstotalNumberOfSuccessfulAttempts in interface IndexSnapshotOperatorStatspublic void totalNumberOfErrorAttempts()
IndexSnapshotOperatorStatstotalNumberOfErrorAttempts in interface IndexSnapshotOperatorStatspublic void totalNumberOfBlockedAttempts()
IndexSnapshotOperatorStatstotalNumberOfBlockedAttempts in interface IndexSnapshotOperatorStatspublic void totalNumberOfPollingAttempts(int pollingAttempts)
totalNumberOfPollingAttempts in interface IndexSnapshotOperatorStatspollingAttempts - number of times status of snapshot creation was polled to check if we can proceed with another creation attempt.public void totalWaitingTimeInSeconds(long waitingTimeInSeconds)
totalWaitingTimeInSeconds in interface IndexSnapshotOperatorStatswaitingTimeInSeconds - total time in seconds we were waiting for another process(es) to complete snapshot creation.public String getStatsName()
getStatsName in interface com.atlassian.jira.util.stats.ManagedStatsCopyright © 2002-2024 Atlassian. All Rights Reserved.