public abstract class ElasticsearchHttpStorage extends Object implements StorageComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticsearchHttpStorage.Builder |
static interface |
ElasticsearchHttpStorage.HostsSupplier
A list of elasticsearch nodes to connect to, in http://host:port or https://host:port
format.
|
Component.CheckResult| Modifier and Type | Method and Description |
|---|---|
AsyncSpanConsumer |
asyncSpanConsumer() |
AsyncSpanStore |
asyncSpanStore() |
static ElasticsearchHttpStorage.Builder |
builder() |
static ElasticsearchHttpStorage.Builder |
builder(okhttp3.OkHttpClient client) |
Component.CheckResult |
check()
This is blocking so that we can determine if the cluster is healthy or not
|
void |
close() |
SpanStore |
spanStore() |
public static ElasticsearchHttpStorage.Builder builder(okhttp3.OkHttpClient client)
public static ElasticsearchHttpStorage.Builder builder()
public SpanStore spanStore()
spanStore in interface StorageComponentpublic AsyncSpanStore asyncSpanStore()
asyncSpanStore in interface StorageComponentpublic AsyncSpanConsumer asyncSpanConsumer()
asyncSpanConsumer in interface StorageComponentpublic Component.CheckResult check()
Copyright © 2015–2017 OpenZipkin. All rights reserved.