Uses of Class
org.elasticsearch.action.support.IndicesOptions.Option
-
Packages that use IndicesOptions.Option Package Description org.elasticsearch.action.support -
-
Uses of IndicesOptions.Option in org.elasticsearch.action.support
Fields in org.elasticsearch.action.support with type parameters of type IndicesOptions.Option Modifier and Type Field Description static EnumSet<IndicesOptions.Option>IndicesOptions.Option. NONEMethods in org.elasticsearch.action.support that return IndicesOptions.Option Modifier and Type Method Description static IndicesOptions.OptionIndicesOptions.Option. valueOf(String name)Returns the enum constant of this type with the specified name.static IndicesOptions.Option[]IndicesOptions.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.elasticsearch.action.support with type arguments of type IndicesOptions.Option Constructor Description IndicesOptions(EnumSet<IndicesOptions.Option> options, EnumSet<IndicesOptions.WildcardStates> expandWildcards)
-