public interface ElasticsearchProxy
extends java.lang.AutoCloseable
Modifier and Type | Interface and Description |
---|---|
static interface |
ElasticsearchProxy.Task<T> |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<org.elasticsearch.common.transport.TransportAddress> |
addresses() |
<T> T |
execute(ElasticsearchProxy.Task<T> task) |
org.elasticsearch.common.settings.Settings |
settings() |
<T> T execute(ElasticsearchProxy.Task<T> task)
java.lang.Iterable<org.elasticsearch.common.transport.TransportAddress> addresses()
org.elasticsearch.common.settings.Settings settings()