Interface ElasticsearchStorage.HostsSupplier

  • Enclosing class:
    ElasticsearchStorage

    public static interface ElasticsearchStorage.HostsSupplier
    A list of elasticsearch nodes to connect to, in http://host:port or https://host:port format. Note this value is only read once.
    • Method Detail

      • get

        java.util.List<java.lang.String> get()