public enum ConfigurationPropertyKey extends Enum<ConfigurationPropertyKey> implements TypedPropertyKey
| Enum Constant and Description |
|---|
CHECK_DUPLICATE_TABLE_ENABLED
Whether check duplicate table.
|
CHECK_TABLE_METADATA_ENABLED
Whether validate table meta data consistency when application startup or updated.
|
KERNEL_EXECUTOR_SIZE
The max thread size of worker group to execute SQL.
|
LOCK_WAIT_TIMEOUT_MILLISECONDS
The length of time in milliseconds an SQL waits for a global lock before giving up.
|
MAX_CONNECTIONS_SIZE_PER_QUERY
Max opened connection size for each query.
|
PROXY_BACKEND_DRIVER_TYPE
Proxy backend driver type.
|
PROXY_BACKEND_EXECUTOR_SUITABLE
Available options of proxy backend executor suitable: OLAP(default), OLTP.
|
PROXY_BACKEND_QUERY_FETCH_SIZE
Proxy backend query fetch size.
|
PROXY_FRONTEND_DATABASE_PROTOCOL_TYPE
Frontend database protocol type for ShardingSphere-Proxy.
|
PROXY_FRONTEND_EXECUTOR_SIZE
Proxy frontend executor size.
|
PROXY_FRONTEND_FLUSH_THRESHOLD
Flush threshold for every records from databases for ShardingSphere-Proxy.
|
PROXY_FRONTEND_MAX_CONNECTIONS
Less than or equal to 0 means no limitation.
|
PROXY_HINT_ENABLED
Whether enable hint for ShardingSphere-Proxy.
|
SHOW_PROCESS_LIST_ENABLED
Whether enable show process list.
|
SQL_FEDERATION_ENABLED
Whether enable sql federation.
|
SQL_SHOW
Whether show SQL in log.
|
SQL_SIMPLE
Whether show SQL details in simple style.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
getKeyNames()
Get property key names.
|
static ConfigurationPropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationPropertyKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDefaultValue, getKey, getTypepublic static final ConfigurationPropertyKey SQL_SHOW
public static final ConfigurationPropertyKey SQL_SIMPLE
public static final ConfigurationPropertyKey KERNEL_EXECUTOR_SIZE
public static final ConfigurationPropertyKey MAX_CONNECTIONS_SIZE_PER_QUERY
public static final ConfigurationPropertyKey CHECK_TABLE_METADATA_ENABLED
public static final ConfigurationPropertyKey PROXY_FRONTEND_DATABASE_PROTOCOL_TYPE
public static final ConfigurationPropertyKey PROXY_FRONTEND_FLUSH_THRESHOLD
public static final ConfigurationPropertyKey PROXY_HINT_ENABLED
public static final ConfigurationPropertyKey SHOW_PROCESS_LIST_ENABLED
public static final ConfigurationPropertyKey LOCK_WAIT_TIMEOUT_MILLISECONDS
public static final ConfigurationPropertyKey PROXY_BACKEND_QUERY_FETCH_SIZE
public static final ConfigurationPropertyKey CHECK_DUPLICATE_TABLE_ENABLED
public static final ConfigurationPropertyKey PROXY_FRONTEND_EXECUTOR_SIZE
public static final ConfigurationPropertyKey PROXY_BACKEND_EXECUTOR_SUITABLE
PROXY_FRONTEND_EXECUTOR_SIZE, especially executing slow SQL.public static final ConfigurationPropertyKey PROXY_FRONTEND_MAX_CONNECTIONS
public static final ConfigurationPropertyKey SQL_FEDERATION_ENABLED
public static final ConfigurationPropertyKey PROXY_BACKEND_DRIVER_TYPE
public static ConfigurationPropertyKey[] values()
for (ConfigurationPropertyKey c : ConfigurationPropertyKey.values()) System.out.println(c);
public static ConfigurationPropertyKey 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 static Collection<String> getKeyNames()
Copyright © 2022 The Apache Software Foundation. All rights reserved.