Class ExistingIndexMetadata


  • public final class ExistingIndexMetadata
    extends Object
    An object representing an Elasticsearch index that actually exists on the cluster.
    • Constructor Detail

      • ExistingIndexMetadata

        public ExistingIndexMetadata​(String primaryName,
                                     IndexMetadata metadata)
    • Method Detail

      • getPrimaryName

        public String getPrimaryName()
        Returns:
        The primary name of the index, i.e. its un-aliased name.