Uses of Class
org.elasticsearch.cluster.metadata.IndexMetaData.State
-
Packages that use IndexMetaData.State Package Description org.elasticsearch.cluster.metadata -
-
Uses of IndexMetaData.State in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return IndexMetaData.State Modifier and Type Method Description static IndexMetaData.StateIndexMetaData.State. fromId(byte id)static IndexMetaData.StateIndexMetaData.State. fromString(String state)IndexMetaData.StateIndexMetaData. getState()static IndexMetaData.StateIndexMetaData.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.Methods in org.elasticsearch.cluster.metadata with parameters of type IndexMetaData.State Modifier and Type Method Description IndexMetaData.BuilderIndexMetaData.Builder. state(IndexMetaData.State state)
-