public class GetIndexAction extends Action<GetIndexRequest,GetIndexResponse,GetIndexRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static GetIndexAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
GetIndexRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
GetIndexResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final GetIndexAction INSTANCE
public static final String NAME
public GetIndexRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<GetIndexRequest,GetIndexResponse,GetIndexRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instancepublic GetIndexResponse newResponse()
GenericActionnewResponse in class GenericAction<GetIndexRequest,GetIndexResponse>Copyright © 2009–2017. All rights reserved.