public class GetMappingsAction extends IndicesAction<GetMappingsRequest,GetMappingsResponse,GetMappingsRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static GetMappingsAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
GetMappingsRequestBuilder |
newRequestBuilder(IndicesAdminClient 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(IndicesAdminClient client)
ActionnewRequestBuilder in class Action<GetMappingsRequest,GetMappingsResponse,GetMappingsRequestBuilder,IndicesAdminClient>public GetMappingsResponse newResponse()
GenericActionnewResponse in class GenericAction<GetMappingsRequest,GetMappingsResponse>Copyright © 2009–2016. All rights reserved.