Enum IndexRoutingAllocationOptions

java.lang.Object
java.lang.Enum<IndexRoutingAllocationOptions>
org.opensearch.client.opensearch.indices.IndexRoutingAllocationOptions
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IndexRoutingAllocationOptions>, java.lang.constant.Constable, JsonEnum, JsonpSerializable

@JsonpDeserializable
public enum IndexRoutingAllocationOptions
extends java.lang.Enum<IndexRoutingAllocationOptions>
implements JsonEnum
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>

    Nested classes/interfaces inherited from interface org.opensearch.client.json.JsonEnum

    JsonEnum.Deserializer<T extends JsonEnum>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    All  
    NewPrimaries  
    None  
    Primaries  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static JsonEnum.Deserializer<IndexRoutingAllocationOptions> _DESERIALIZER  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String jsonValue()  
    static IndexRoutingAllocationOptions valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static IndexRoutingAllocationOptions[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.opensearch.client.json.JsonEnum

    aliases, serialize