Package zipkin2.elasticsearch
Interface ElasticsearchStorage.HostsSupplier
-
- Enclosing class:
- ElasticsearchStorage
public static interface ElasticsearchStorage.HostsSupplierA list of elasticsearch nodes to connect to, in http://host:port or https://host:port format. Note this value is only read once.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>get()
-