Package org.vitrivr.cottontail.grpc
Enum CottontailGrpc.ExecutionHint.HintCase
- java.lang.Object
-
- java.lang.Enum<CottontailGrpc.ExecutionHint.HintCase>
-
- org.vitrivr.cottontail.grpc.CottontailGrpc.ExecutionHint.HintCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<CottontailGrpc.ExecutionHint.HintCase>
- Enclosing class:
- CottontailGrpc.ExecutionHint
public static enum CottontailGrpc.ExecutionHint.HintCase extends java.lang.Enum<CottontailGrpc.ExecutionHint.HintCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALLOWINEXACTINDEXHINTHINT_NOT_SETNAMEINDEXHINTNOINDEXHINTPARALLELINDEXHINT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CottontailGrpc.ExecutionHint.HintCaseforNumber(int value)intgetNumber()static CottontailGrpc.ExecutionHint.HintCasevalueOf(int value)Deprecated.static CottontailGrpc.ExecutionHint.HintCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CottontailGrpc.ExecutionHint.HintCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NOINDEXHINT
public static final CottontailGrpc.ExecutionHint.HintCase NOINDEXHINT
-
ALLOWINEXACTINDEXHINT
public static final CottontailGrpc.ExecutionHint.HintCase ALLOWINEXACTINDEXHINT
-
NAMEINDEXHINT
public static final CottontailGrpc.ExecutionHint.HintCase NAMEINDEXHINT
-
PARALLELINDEXHINT
public static final CottontailGrpc.ExecutionHint.HintCase PARALLELINDEXHINT
-
HINT_NOT_SET
public static final CottontailGrpc.ExecutionHint.HintCase HINT_NOT_SET
-
-
Method Detail
-
values
public static CottontailGrpc.ExecutionHint.HintCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CottontailGrpc.ExecutionHint.HintCase c : CottontailGrpc.ExecutionHint.HintCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CottontailGrpc.ExecutionHint.HintCase 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
-
valueOf
@Deprecated public static CottontailGrpc.ExecutionHint.HintCase valueOf(int value)
Deprecated.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:
value- 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
-
forNumber
public static CottontailGrpc.ExecutionHint.HintCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-