public class Cat extends AbstractAction<CatResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
Cat.AliasesBuilder |
protected static interface |
Cat.CatBuilder |
static class |
Cat.IndicesBuilder |
static class |
Cat.NodesBuilder |
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() |
CatResult |
createNewElasticSearchResult(String responseBody,
int statusCode,
String reasonPhrase,
com.google.gson.Gson gson) |
String |
getPathToResult() |
String |
getRestMethodName() |
int |
hashCode() |
protected com.google.gson.JsonObject |
parseResponseBody(String responseBody) |
buildQueryString, createNewElasticSearchResult, equals, getData, getHeader, getHeaders, getIdFromSource, getParameter, getURI, isHttpSuccessful, setURI, toStringprotected String buildURI()
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>public int hashCode()
hashCode in class AbstractAction<CatResult>Copyright © 2017. All rights reserved.