public class UpdateByQuery extends AbstractAction<UpdateByQueryResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateByQuery.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateByQuery(UpdateByQuery.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildURI(ElasticsearchVersion elasticsearchVersion) |
UpdateByQueryResult |
createNewElasticSearchResult(String responseBody,
int statusCode,
String reasonPhrase,
com.google.gson.Gson gson) |
boolean |
equals(Object obj) |
String |
getPathToResult() |
String |
getRestMethodName() |
int |
hashCode() |
buildQueryString, createNewElasticSearchResult, getData, getHeader, getHeaders, getIdFromSource, getParameter, getURI, getURLCommandExtension, isHttpSuccessful, parseResponseBody, toStringprotected UpdateByQuery(UpdateByQuery.Builder builder)
protected String buildURI(ElasticsearchVersion elasticsearchVersion)
buildURI in class AbstractAction<UpdateByQueryResult>public String getPathToResult()
getPathToResult in interface Action<UpdateByQueryResult>getPathToResult in class AbstractAction<UpdateByQueryResult>public String getRestMethodName()
getRestMethodName in interface Action<UpdateByQueryResult>getRestMethodName in class AbstractAction<UpdateByQueryResult>public int hashCode()
hashCode in class AbstractAction<UpdateByQueryResult>public boolean equals(Object obj)
equals in class AbstractAction<UpdateByQueryResult>public UpdateByQueryResult createNewElasticSearchResult(String responseBody, int statusCode, String reasonPhrase, com.google.gson.Gson gson)
Copyright © 2018. All rights reserved.