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() |
IndexMetaData.State |
IndexMetaData.state() |
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–2015. All rights reserved.