public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_ALLOW_COLUMN_DROP
By default allow column drops.
|
static int |
DEFAULT_BLOB_BUFFER_SIZE
The default buffer size for blobs.
|
static int |
DEFAULT_FETCH_SIZE
The default fetch size.
|
static IsolationLevel |
DEFAULT_ISOLATION_LEVEL
The default isolation level.
|
static int |
DEFAULT_MAX_IDENTIFIER_SIZE
The default maximum identifier size.
|
static long |
DEFAULT_MAXIMUM_TIME_BATCH_SHUTDOWN
The default maximum amount of time to wait when batches are shutting down.
|
static boolean |
DEFAULT_RECONNECT_ON_LOST
By default reconnects on connection lost.
|
static long |
DEFAULT_RETRY_INTERVAL
The default retry interval.
|
static String |
DEFAULT_SCHEMA_POLICY
The default schema policy.
|
static String |
DEFAULT_SECRET_LOCATION
The default secret location.
|
static int |
DEFAULT_VARCHAR_SIZE
The default var char size.
|
static char |
UNIT_SEPARATOR_CHARACTER
The unit separator character.
|
Constructor and Description |
---|
Constants() |
public static final char UNIT_SEPARATOR_CHARACTER
public static final int DEFAULT_VARCHAR_SIZE
public static final String DEFAULT_SCHEMA_POLICY
public static final int DEFAULT_MAX_IDENTIFIER_SIZE
public static final int DEFAULT_BLOB_BUFFER_SIZE
public static final long DEFAULT_RETRY_INTERVAL
public static final IsolationLevel DEFAULT_ISOLATION_LEVEL
public static final boolean DEFAULT_RECONNECT_ON_LOST
public static final String DEFAULT_SECRET_LOCATION
public static final boolean DEFAULT_ALLOW_COLUMN_DROP
public static final int DEFAULT_FETCH_SIZE
public static final long DEFAULT_MAXIMUM_TIME_BATCH_SHUTDOWN
Copyright © 2014 Feedzai. All Rights Reserved.