Package | Description |
---|---|
org.elasticsearch.action.admin.indices.create |
Create index action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
CreateIndexResponse |
CreateIndexAction.newResponse() |
protected CreateIndexResponse |
TransportCreateIndexAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateIndexRequestBuilder.doExecute(ActionListener<CreateIndexResponse> listener) |
protected void |
TransportCreateIndexAction.masterOperation(CreateIndexRequest request,
ClusterState state,
ActionListener<CreateIndexResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<CreateIndexResponse> |
IndicesAdminClient.create(CreateIndexRequest request)
Creates an index using an explicit request allowing to specify the settings of the index.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.create(CreateIndexRequest request,
ActionListener<CreateIndexResponse> listener)
Creates an index using an explicit request allowing to specify the settings of the index.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<CreateIndexResponse> |
AbstractIndicesAdminClient.create(CreateIndexRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.create(CreateIndexRequest request,
ActionListener<CreateIndexResponse> listener) |
Copyright © 2009–2015. All rights reserved.