| Modifier and Type | Method and Description |
|---|---|
boolean |
OttcElasticSearchComponent.reIndexAllDocumentsWithZeroDownTime(String repository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OttcElasticSearchIndexing.reIndexAllDocumentsWithZeroDownTime(String repository)
Re-index all documents of given repository in Elasticsearch with zero down time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexNAliasManager.createTransientAliases(IndexName initialIndex,
IndexName newIndex) |
void |
IndexNAliasManager.deleteTransientAliases(IndexName initialIndex,
IndexName newIndex) |
void |
IndexNAliasManager.fixAlias(String aliasName,
String currentIndex,
IndexName initialIndex) |
boolean |
ReIndexingRunnerManager.reIndexWithZeroDownTime(String repository)
Launches Es re-indexing with zero down time on given repository.
|
void |
IndexNAliasManager.updateEsAlias(String aliasName,
IndexName initialIndex,
IndexName newIndex) |
void |
IndexNAliasManager.updateEsFormerAlias(String aliasName,
IndexName initialIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveringReIndexingException |
| 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) |
void |
ReIndexingRunner.run() |
| Modifier and Type | Method and Description |
|---|---|
ReIndexingException |
ReIndexingRunnerStepStateStatus.getError() |
| Modifier and Type | Method and Description |
|---|---|
ReIndexingRunnerStepStateStatus |
ReIndexingRunnerStepStateStatus.error(ReIndexingException error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OttcElasticSearchIndexingImpl.reIndexAllDocumentsWithZeroDownTime(String repository)
Re-index all documents of given repository in Elasticsearch with zero down time.
|
Copyright © 2021. All rights reserved.