Module org.elasticsearch.server
Package org.elasticsearch.snapshots
Interface IndexMetadataRestoreTransformer
- All Known Implementing Classes:
IndexMetadataRestoreTransformer.NoOpRestoreTransformer
public interface IndexMetadataRestoreTransformer
A temporary interface meant to allow a plugin to provide remedial logic for index metadata being restored from a snapshot. This was
added to address an allocation issue and will eventually be removed once any affected snapshots age out.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA default implementation ofIndexMetadataRestoreTransformerwhich does nothing -
Method Summary
-
Method Details
-
updateIndexMetadata
-