Class GetFeatureUpgradeStatusResponse.IndexVersion

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

public static class GetFeatureUpgradeStatusResponse.IndexVersion extends Object
A class representing an index and the version of Elasticsearch that created it.
  • Constructor Details

    • IndexVersion

      public IndexVersion(String indexName, String version)
      Constructor
      Parameters:
      indexName - Name of a concrete index
      version - Version of Elasticsearch used to create the index
  • Method Details