Class GetFeatureUpgradeStatusResponse.FeatureUpgradeStatus

java.lang.Object
org.elasticsearch.client.migration.GetFeatureUpgradeStatusResponse.FeatureUpgradeStatus
Enclosing class:
GetFeatureUpgradeStatusResponse

public static class GetFeatureUpgradeStatusResponse.FeatureUpgradeStatus extends Object
This class represents a particular feature and whether it needs to be upgraded.
  • Constructor Details

    • FeatureUpgradeStatus

      public FeatureUpgradeStatus(String featureName, String minimumIndexVersion, String upgradeStatus, List<GetFeatureUpgradeStatusResponse.IndexVersion> indexVersions)
      A feature upgrade status object
      Parameters:
      featureName - Name of the feature
      minimumIndexVersion - The earliest version of Elasticsearch used to create one of this feature's system indices
      upgradeStatus - Whether this feature needs to be upgraded
      indexVersions - A list of individual indices and which version of Elasticsearch created them
  • Method Details