public class DBParms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
driverLogging
(boolean) Optional detailed JDBC Driver logging.
|
static java.lang.Long |
jdbcDriver
(String) The JDBC driver class name.
|
static java.lang.Long |
jdbcUrl
(String) The JDBC URL.
|
static java.lang.Long |
keyColumnType
(String) The type of the key column in tableName.
|
static java.lang.Long |
numBytes
(int) The number of bytes per blob value.
|
static java.lang.Long |
numPreload
(int) The number of values to preload in this slave
|
static java.lang.Long |
poolMinLimit
(int) The pool minimum limit.
|
static java.lang.Long |
rdbPassword
(String) The RDB password.
|
static java.lang.Long |
rdbUser
(String) The RDB user.
|
static java.lang.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 java.lang.Long |
tableName
(String) The name of the RDB table that holds the data.
|
static java.lang.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 java.lang.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 java.lang.String |
getTableName()
Returns the tableName config parameter value, or "GemFireData"
if the value is not specified.
|
static java.lang.String |
getValueColumnType()
Returns the valueColumnType config parameter value, or
"blob" if the value is not specified.
|
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long numPreload
public static java.lang.Long numBytes
public static java.lang.Long jdbcDriver
public static java.lang.Long jdbcUrl
public static java.lang.Long rdbUser
public static java.lang.Long rdbPassword
public static java.lang.Long poolMinLimit
public static java.lang.Long driverLogging
public static java.lang.Long tableName
public static java.lang.Long keyColumnType
public static java.lang.Long valueColumnType
public static java.lang.Long sleepMs
public static boolean getDriverLogging()
public static java.lang.String getTableName()
public static java.lang.String getKeyColumnType()
public static java.lang.String getValueColumnType()
public static int getSleepMs()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.