@ThreadSafe public static enum PropertyKey.Template extends Enum<PropertyKey.Template>
Template.MASTER_TIERED_STORE_GLOBAL_LEVEL_ALIAS.format(0)
Modifier and Type | Method and Description |
---|---|
PropertyKey |
format(Object... params)
Converts a property key template (e.g.,
WORKER_TIERED_STORE_LEVEL_ALIAS ) to a PropertyKey instance. |
Matcher |
match(String input) |
boolean |
matches(String input) |
String |
toString() |
static PropertyKey.Template |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKey.Template[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyKey.Template LOCALITY_TIER
public static final PropertyKey.Template MASTER_IMPERSONATION_GROUPS_OPTION
public static final PropertyKey.Template MASTER_IMPERSONATION_USERS_OPTION
public static final PropertyKey.Template MASTER_JOURNAL_UFS_OPTION
public static final PropertyKey.Template MASTER_JOURNAL_UFS_OPTION_PROPERTY
public static final PropertyKey.Template MASTER_MOUNT_TABLE_ALLUXIO
public static final PropertyKey.Template MASTER_MOUNT_TABLE_OPTION
public static final PropertyKey.Template MASTER_MOUNT_TABLE_OPTION_PROPERTY
public static final PropertyKey.Template MASTER_MOUNT_TABLE_READONLY
public static final PropertyKey.Template MASTER_MOUNT_TABLE_SHARED
public static final PropertyKey.Template MASTER_MOUNT_TABLE_UFS
public static final PropertyKey.Template MASTER_MOUNT_TABLE_ROOT_OPTION_PROPERTY
public static final PropertyKey.Template MASTER_TIERED_STORE_GLOBAL_LEVEL_ALIAS
public static final PropertyKey.Template UNDERFS_AZURE_ACCOUNT_KEY
public static final PropertyKey.Template WORKER_TIERED_STORE_LEVEL_ALIAS
public static final PropertyKey.Template WORKER_TIERED_STORE_LEVEL_DIRS_PATH
public static final PropertyKey.Template WORKER_TIERED_STORE_LEVEL_DIRS_MEDIUMTYPE
public static final PropertyKey.Template WORKER_TIERED_STORE_LEVEL_DIRS_QUOTA
public static final PropertyKey.Template WORKER_TIERED_STORE_LEVEL_HIGH_WATERMARK_RATIO
public static final PropertyKey.Template WORKER_TIERED_STORE_LEVEL_LOW_WATERMARK_RATIO
public static final PropertyKey.Template USER_NETWORK_KEEPALIVE_TIME_MS
public static final PropertyKey.Template USER_NETWORK_KEEPALIVE_TIMEOUT_MS
public static final PropertyKey.Template USER_NETWORK_MAX_INBOUND_MESSAGE_SIZE
public static final PropertyKey.Template USER_NETWORK_FLOWCONTROL_WINDOW
public static final PropertyKey.Template USER_NETWORK_NETTY_CHANNEL
public static final PropertyKey.Template USER_NETWORK_NETTY_WORKER_THREADS
public static final PropertyKey.Template USER_NETWORK_MAX_CONNECTIONS
public static final PropertyKey.Template TEST_DEPRECATED_TEMPLATE
public static PropertyKey.Template[] values()
for (PropertyKey.Template c : PropertyKey.Template.values()) System.out.println(c);
public static PropertyKey.Template 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 toString()
toString
in class Enum<PropertyKey.Template>
public PropertyKey format(Object... params)
WORKER_TIERED_STORE_LEVEL_ALIAS
) to a PropertyKey
instance.params
- ordinalpublic boolean matches(String input)
input
- the input property key stringCopyright © 2023. All Rights Reserved.