public enum UserHookParams extends Enum<UserHookParams>
Enum Constant and Description |
---|
CLUSTER_ID |
CLUSTER_NAME |
CLUSTER_SECURITY_TYPE |
CMD_HDFS_KEYTAB |
CMD_HDFS_PRINCIPAL |
CMD_HDFS_USER |
CMD_INPUT_FILE |
CMD_TIME_FRAME |
PAYLOAD |
SCRIPT |
Modifier and Type | Method and Description |
---|---|
String |
param() |
static UserHookParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserHookParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserHookParams SCRIPT
public static final UserHookParams PAYLOAD
public static final UserHookParams CLUSTER_ID
public static final UserHookParams CLUSTER_NAME
public static final UserHookParams CMD_TIME_FRAME
public static final UserHookParams CMD_INPUT_FILE
public static final UserHookParams CLUSTER_SECURITY_TYPE
public static final UserHookParams CMD_HDFS_PRINCIPAL
public static final UserHookParams CMD_HDFS_KEYTAB
public static final UserHookParams CMD_HDFS_USER
public static UserHookParams[] values()
for (UserHookParams c : UserHookParams.values()) System.out.println(c);
public static UserHookParams 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 nullpublic String param()
Copyright © 2022 Apache Software Foundation. All rights reserved.