Class SystemIndexMigrationTaskParams

java.lang.Object
org.elasticsearch.upgrades.SystemIndexMigrationTaskParams
All Implemented Interfaces:
ClusterState.FeatureAware, NamedWriteable, VersionedNamedWriteable, Writeable, PersistentTaskParams, ToXContent, ToXContentObject

public class SystemIndexMigrationTaskParams extends Object implements PersistentTaskParams
The params used to initialize SystemIndexMigrator when it's initially kicked off. Currently doesn't do anything. In the future, a name of a feature could be used to indicate that only a specific feature should be migrated.