public class DBParms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
driverLogging
(boolean) Optional detailed JDBC Driver logging.
|
static Long |
jdbcDriver
(String) The JDBC driver class name.
|
static Long |
jdbcUrl
(String) The JDBC URL.
|
static Long |
keyColumnType
(String) The type of the key column in tableName.
|
static Long |
numBytes
(int) The number of bytes per blob value.
|
static Long |
numPreload
(int) The number of values to preload in this slave
|
static Long |
poolMinLimit
(int) The pool minimum limit.
|
static Long |
rdbPassword
(String) The RDB password.
|
static Long |
rdbUser
(String) The RDB user.
|
static Long |
sleepMs
(int) The sleep time, in milliseconds:
if 0, DBCacheLoader.load calls Util.getBlob to get data;
if not 0, DBCacheLoader.load sleeps instead.
|
static Long |
tableName
(String) The name of the RDB table that holds the data.
|
static Long |
valueColumnType
(String) The type of the value column in tableName.
|
| Constructor and Description |
|---|
DBParms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getDriverLogging()
Returns the value of the driverLogging config parameter,
or false if the value is not specified.
|
static String |
getKeyColumnType()
Returns the keyColumnType config parameter value, or
"number (10)" if the value is not specified.
|
static int |
getSleepMs()
Returns sleepMs value, or 0 if not specified.
|
static String |
getTableName()
Returns the tableName config parameter value, or "GemFireData"
if the value is not specified.
|
static String |
getValueColumnType()
Returns the valueColumnType config parameter value, or
"blob" if the value is not specified.
|
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long numPreload
public static Long numBytes
public static Long jdbcDriver
public static Long jdbcUrl
public static Long rdbUser
public static Long rdbPassword
public static Long poolMinLimit
public static Long driverLogging
public static Long tableName
public static Long keyColumnType
public static Long valueColumnType
public static Long sleepMs
public static boolean getDriverLogging()
public static String getTableName()
public static String getKeyColumnType()
public static String getValueColumnType()
public static int getSleepMs()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.