Enum Class FireboltSessionProperty
java.lang.Object
java.lang.Enum<FireboltSessionProperty>
com.firebolt.jdbc.connection.settings.FireboltSessionProperty
- All Implemented Interfaces:
Serializable
,Comparable<FireboltSessionProperty>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.When the connection is cached the subsequent request to same url will reuse the same jwt token, system engine url and will not validate if engine and database exist if these were validate already by the connection that was cached.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic FireboltSessionProperty
static List<FireboltSessionProperty>
String[]
getValue
(FireboltProperties fireboltProperties) static FireboltSessionProperty
Returns the enum constant of this class with the specified name.static FireboltSessionProperty[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PATH
-
BUFFER_SIZE
-
SSL
-
SSL_CERTIFICATE_PATH
-
SSL_MODE
-
MAX_RETRIES
-
SOCKET_TIMEOUT_MILLIS
-
CONNECTION_TIMEOUT_MILLIS
-
KEEP_ALIVE_TIMEOUT_MILLIS
-
MAX_CONNECTIONS_TOTAL
-
TCP_KEEP_IDLE
-
TCP_KEEP_COUNT
-
TCP_KEEP_INTERVAL
-
COMPRESS
-
DATABASE
-
CLIENT_SECRET
-
CLIENT_ID
-
HOST
-
PORT
-
ENGINE
-
ACCOUNT
-
ACCOUNT_ID
-
LOG_RESULT_SET
-
USER_DRIVERS
-
USER_CLIENTS
-
ACCESS_TOKEN
-
ENVIRONMENT
-
VALIDATE_ON_SYSTEM_ENGINE
-
MERGE_PREPARED_STATEMENT_BATCHES
-
CACHE_CONNECTION
When the connection is cached the subsequent request to same url will reuse the same jwt token, system engine url and will not validate if engine and database exist if these were validate already by the connection that was cached. -
TIME_TO_LIVE_MILLIS
Deprecated. -
MAX_CONNECTIONS_PER_ROUTE
Deprecated. -
USE_PATH_AS_DB
Deprecated. -
USE_CONNECTION_POOL
Deprecated. -
VALIDATE_AFTER_INACTIVITY_MILLIS
Deprecated. -
CLIENT_BUFFER_SIZE
Deprecated. -
AGGRESSIVE_CANCEL
Deprecated.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNonDeprecatedProperties
-
byAlias
-
getPossibleValues
-
getValue
-