public interface OttcElasticSearchAdmin
extends org.nuxeo.elasticsearch.api.ElasticSearchAdmin
| Modifier and Type | Method and Description |
|---|---|
boolean |
aliasConfigured(String repositoryName) |
void |
dropAndInitIndexOrAlias(String indexName) |
void |
dropAndInitRepositoryIndexOrAlias(String repositoryName) |
String |
getConfiguredIndexOrAliasNameForRepository(String repositoryName) |
Map<String,String> |
getIndexNames() |
Map<String,String> |
getRepoNames() |
void |
initIndexesOrAlias(boolean dropIfExists) |
boolean |
isZeroDownTimeReIndexingInProgress(String repository) |
dropAndInitIndex, dropAndInitRepositoryIndex, flush, flushRepositoryIndex, getClient, getIndexNameForRepository, getPendingWorkerCount, getRepositoryNames, getRunningWorkerCount, getTotalCommandProcessed, initIndexes, isEmbedded, isIndexingInProgress, optimize, optimizeIndex, optimizeRepositoryIndex, prepareWaitForIndexing, refresh, refreshRepositoryIndex, useExternalVersionString getConfiguredIndexOrAliasNameForRepository(String repositoryName)
boolean isZeroDownTimeReIndexingInProgress(String repository) throws InterruptedException
InterruptedExceptionboolean aliasConfigured(String repositoryName)
void initIndexesOrAlias(boolean dropIfExists)
throws AliasConfigurationException
AliasConfigurationExceptionvoid dropAndInitIndexOrAlias(String indexName) throws AliasConfigurationException
AliasConfigurationExceptionvoid dropAndInitRepositoryIndexOrAlias(String repositoryName) throws AliasConfigurationException
AliasConfigurationExceptionCopyright © 2021. All rights reserved.