@Generated public enum QuerySourceEntryPoint extends Enum<QuerySourceEntryPoint>
| Enum Constant and Description |
|---|
DLT |
SPARK_CONNECT |
THRIFT_SERVER |
| Modifier and Type | Method and Description |
|---|---|
static QuerySourceEntryPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySourceEntryPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuerySourceEntryPoint DLT
public static final QuerySourceEntryPoint SPARK_CONNECT
public static final QuerySourceEntryPoint THRIFT_SERVER
public static QuerySourceEntryPoint[] values()
for (QuerySourceEntryPoint c : QuerySourceEntryPoint.values()) System.out.println(c);
public static QuerySourceEntryPoint valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.