public interface NodeStartIndexStats extends ManagedStats
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeStartIndexStats.MutableNodeStartIndexStats |
| Modifier and Type | Field and Description |
|---|---|
static String |
STATS_NAME |
STATS_NAME_REGEX| Modifier and Type | Method and Description |
|---|---|
void |
checkIndexOnStart(boolean success,
long timeInSeconds) |
static NodeStartIndexStats |
create() |
void |
ensureFreshIndexSnapshot(boolean snapshotExisted,
boolean snapshotCreated,
long timeInSeconds) |
void |
getIndexByPerformFullForegroundReindex(boolean success,
long timeInSeconds) |
void |
getIndexByPickIndexSnapshotFromSharedHome(String snapshotName,
long timeInSeconds) |
void |
getIndexByRebuildLocalIndex(boolean success,
long timeInSeconds) |
void |
getIndexByRequestIndexSnapshotFromAnotherNode(boolean success,
long timeInSeconds) |
void |
indexOnStartConfiguration(boolean isRebuildLocalIndex,
boolean isPickSnapshotFromSharedHome,
boolean isRequestIndexSnapshotFromAnotherNode,
boolean isTriggerFullReindex,
boolean isEnsureSnapshotExist) |
addJiraStatsListener, close, getMinInterval, getStatsName, getTotalMeasuredOperationsForStatsOverheadInMillis, removeJiraStatsListenerstatic final String STATS_NAME
void indexOnStartConfiguration(boolean isRebuildLocalIndex,
boolean isPickSnapshotFromSharedHome,
boolean isRequestIndexSnapshotFromAnotherNode,
boolean isTriggerFullReindex,
boolean isEnsureSnapshotExist)
void checkIndexOnStart(boolean success,
long timeInSeconds)
void getIndexByRebuildLocalIndex(boolean success,
long timeInSeconds)
void getIndexByPickIndexSnapshotFromSharedHome(String snapshotName, long timeInSeconds)
void getIndexByRequestIndexSnapshotFromAnotherNode(boolean success,
long timeInSeconds)
void getIndexByPerformFullForegroundReindex(boolean success,
long timeInSeconds)
void ensureFreshIndexSnapshot(boolean snapshotExisted,
boolean snapshotCreated,
long timeInSeconds)
static NodeStartIndexStats create()
Copyright © 2002-2023 Atlassian. All Rights Reserved.