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