public abstract class ElasticsearchRequestCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.elasticsearch.client.RestClient |
client |
static String |
GET |
static String |
POST |
static String |
PUT |
| Constructor and Description |
|---|
ElasticsearchRequestCommand(org.elasticsearch.client.RestClient lowLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
get() |
org.elasticsearch.client.RestClient |
getClient() |
String |
getEndpoint() |
String |
getMethod() |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.