| Modifier and Type | Method and Description |
|---|---|
IndexName |
ReIndexingProcessStatus.getNewIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexingProcessStatus.setNewIndex(IndexName newIndex) |
| Modifier and Type | Method and Description |
|---|---|
IndexName |
IndexName.clone() |
| Modifier and Type | Method and Description |
|---|---|
IndexName |
ReIndexingRunnerManager.getNewIndexFor(String work) |
| Modifier and Type | Method and Description |
|---|---|
OttcElasticSearchIndexOrAliasConfig |
IndexNAliasManager.createNewIndex(IndexName newIndexName,
OttcElasticSearchIndexOrAliasConfig nxAliasCfg) |
void |
IndexNAliasManager.createTransientAliases(IndexName initialIndex,
IndexName newIndex) |
void |
IndexNAliasManager.deleteTransientAliases(IndexName initialIndex,
IndexName newIndex) |
void |
IndexNAliasManager.fixAlias(String aliasName,
String currentIndex,
IndexName initialIndex) |
void |
ReIndexingRunnerManager.setNewIndexFor(String work,
IndexName index) |
void |
IndexNAliasManager.updateEsAlias(String aliasName,
IndexName initialIndex,
IndexName newIndex) |
void |
IndexNAliasManager.updateEsFormerAlias(String aliasName,
IndexName initialIndex) |
| Modifier and Type | Method and Description |
|---|---|
IndexName |
ReIndexingConfig.buildNewIndexName(IndexName initialIndexName) |
IndexName |
ReIndexingConfig.getInitialIndex() |
IndexName |
ReIndexingConfig.getNewIndex() |
| Modifier and Type | Method and Description |
|---|---|
IndexName |
ReIndexingConfig.buildNewIndexName(IndexName initialIndexName) |
void |
ReIndexingConfig.setInitialIndex(IndexName initialIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected OttcElasticSearchIndexOrAliasConfig |
ReIndexingRunner.createNewEsIndex(IndexName newIndexName,
OttcElasticSearchIndexOrAliasConfig nxIndexNAliasCfg) |
protected void |
ReIndexingRunner.createNSwitchOnTransientAliases(IndexName initialIndex,
IndexName newIndex) |
protected void |
ReIndexingRunner.reIndex(String repository,
IndexName newIndex) |
protected void |
ReIndexingErrorsHandler.restoreInitialEsState(EsState initialEsState,
IndexName initialIndex,
IndexName newIndex) |
Copyright © 2021. All rights reserved.