public class CreateIndexAction extends IndicesAction<CreateIndexRequest,CreateIndexResponse,CreateIndexRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static CreateIndexAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
CreateIndexRequestBuilder |
newRequestBuilder(IndicesAdminClient client)
Creates a new request builder given the client provided as argument
|
CreateIndexResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final CreateIndexAction INSTANCE
public static final String NAME
public CreateIndexResponse newResponse()
GenericAction
newResponse
in class GenericAction<CreateIndexRequest,CreateIndexResponse>
public CreateIndexRequestBuilder newRequestBuilder(IndicesAdminClient client)
Action
newRequestBuilder
in class Action<CreateIndexRequest,CreateIndexResponse,CreateIndexRequestBuilder,IndicesAdminClient>
Copyright © 2009–2015. All rights reserved.