public class Cat extends AbstractAction<CatResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
Cat.AliasesBuilder |
static class |
Cat.AllocationBuilder |
protected static interface |
Cat.CatBuilder |
static class |
Cat.IndicesBuilder |
static class |
Cat.NodesBuilder |
static class |
Cat.RecoveryBuilder |
static class |
Cat.SegmentsBuilder |
static class |
Cat.ShardsBuilder |
AbstractAction.Builder<T extends Action,K>| Modifier | Constructor and Description |
|---|---|
protected |
Cat(T builder) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildURI(ElasticsearchVersion elasticsearchVersion) |
CatResult |
createNewElasticSearchResult(String responseBody,
int statusCode,
String reasonPhrase,
com.google.gson.Gson gson) |
String |
getPathToResult() |
String |
getRestMethodName() |
protected com.google.gson.JsonObject |
parseResponseBody(String responseBody) |
buildQueryString, createNewElasticSearchResult, equals, getData, getHeader, getHeaders, getIdFromSource, getParameter, getURI, getURLCommandExtension, hashCode, isHttpSuccessful, toStringprotected String buildURI(ElasticsearchVersion elasticsearchVersion)
buildURI in class AbstractAction<CatResult>public String getRestMethodName()
getRestMethodName in interface Action<CatResult>getRestMethodName in class AbstractAction<CatResult>public String getPathToResult()
getPathToResult in interface Action<CatResult>getPathToResult in class AbstractAction<CatResult>public CatResult createNewElasticSearchResult(String responseBody, int statusCode, String reasonPhrase, com.google.gson.Gson gson)
protected com.google.gson.JsonObject parseResponseBody(String responseBody)
parseResponseBody in class AbstractAction<CatResult>Copyright © 2018. All rights reserved.