Module org.elasticsearch.server
Package org.elasticsearch.index.engine
Interface ElasticsearchIndexDeletionPolicy.CommitsListener
- Enclosing class:
ElasticsearchIndexDeletionPolicy
public static interface ElasticsearchIndexDeletionPolicy.CommitsListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDeletedCommit(org.apache.lucene.index.IndexCommit commit) voidonNewAcquiredCommit(org.apache.lucene.index.IndexCommit commit, Set<String> additionalFiles)
-
Method Details
-
onNewAcquiredCommit
-
onDeletedCommit
void onDeletedCommit(org.apache.lucene.index.IndexCommit commit)
-