public final class ElasticSearchVersion extends Object
| Modifier and Type | Method and Description |
|---|---|
Codec |
codec()
Returns a
Codec to encode the requests and decode the response. |
static ElasticSearchVersion |
of(String distribution,
String version) |
RequestFactory |
requestFactory()
Returns a
RequestFactory that is responsible to compose correct requests according to
the syntax of specific ElasticSearchVersion. |
String |
toString() |
public static ElasticSearchVersion of(String distribution, String version)
public RequestFactory requestFactory()
RequestFactory that is responsible to compose correct requests according to
the syntax of specific ElasticSearchVersion.Copyright © 2022 The Apache Software Foundation. All rights reserved.