| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.create |
Create index action.
|
| org.elasticsearch.cluster.metadata |
| Modifier and Type | Method and Description |
|---|---|
IndexMetaData.State |
CreateIndexClusterStateUpdateRequest.state() |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexClusterStateUpdateRequest |
CreateIndexClusterStateUpdateRequest.state(IndexMetaData.State state) |
| Modifier and Type | Method and Description |
|---|---|
static IndexMetaData.State |
IndexMetaData.State.fromId(byte id) |
static IndexMetaData.State |
IndexMetaData.State.fromString(String state) |
IndexMetaData.State |
IndexMetaData.getState() |
static IndexMetaData.State |
IndexMetaData.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexMetaData.State[] |
IndexMetaData.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexMetaData.Builder |
IndexMetaData.Builder.state(IndexMetaData.State state) |
Copyright © 2009–2017. All rights reserved.