Package org.elasticsearch.test.engine
Enum ThrowingLeafReaderWrapper.Flags
- java.lang.Object
-
- java.lang.Enum<ThrowingLeafReaderWrapper.Flags>
-
- org.elasticsearch.test.engine.ThrowingLeafReaderWrapper.Flags
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ThrowingLeafReaderWrapper.Flags>
,java.lang.constant.Constable
- Enclosing class:
- ThrowingLeafReaderWrapper
public static enum ThrowingLeafReaderWrapper.Flags extends java.lang.Enum<ThrowingLeafReaderWrapper.Flags>
Flags passed toThrowingLeafReaderWrapper.Thrower.maybeThrow(org.elasticsearch.test.engine.ThrowingLeafReaderWrapper.Flags)
when the corresponding method is called.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BinaryDocValues
DocsAndPositionsEnum
DocsEnum
Fields
Intersect
Norms
NumericDocValues
SortedDocValues
SortedSetDocValues
Terms
TermsEnum
TermVectors
-
Method Summary
Modifier and Type Method Description static ThrowingLeafReaderWrapper.Flags
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThrowingLeafReaderWrapper.Flags[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TermVectors
public static final ThrowingLeafReaderWrapper.Flags TermVectors
-
Terms
public static final ThrowingLeafReaderWrapper.Flags Terms
-
TermsEnum
public static final ThrowingLeafReaderWrapper.Flags TermsEnum
-
Intersect
public static final ThrowingLeafReaderWrapper.Flags Intersect
-
DocsEnum
public static final ThrowingLeafReaderWrapper.Flags DocsEnum
-
DocsAndPositionsEnum
public static final ThrowingLeafReaderWrapper.Flags DocsAndPositionsEnum
-
Fields
public static final ThrowingLeafReaderWrapper.Flags Fields
-
Norms
public static final ThrowingLeafReaderWrapper.Flags Norms
-
NumericDocValues
public static final ThrowingLeafReaderWrapper.Flags NumericDocValues
-
BinaryDocValues
public static final ThrowingLeafReaderWrapper.Flags BinaryDocValues
-
SortedDocValues
public static final ThrowingLeafReaderWrapper.Flags SortedDocValues
-
SortedSetDocValues
public static final ThrowingLeafReaderWrapper.Flags SortedSetDocValues
-
-
Method Detail
-
values
public static ThrowingLeafReaderWrapper.Flags[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ThrowingLeafReaderWrapper.Flags valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-