Package org.nuxeo.elasticsearch.api
Interface IndexNameGenerator
-
- All Known Implementing Classes:
IncrementalIndexNameGenerator
public interface IndexNameGenerator- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNextIndexName(String aliasName, String oldIndexName)Generates a new index Name from the alias name and the previous index name.
-