public class CockroachKVImplementation extends SQLDriverKVImplementation
| Modifier and Type | Field and Description |
|---|---|
static String |
POSTGRESQL_DRIVER_CLASS_NAME |
log, XML_DESCRIPTOR_RESOURCE| Constructor and Description |
|---|
CockroachKVImplementation()
Default constructor.
|
CockroachKVImplementation(String driverClassName)
Constructor allowing alternative driver.
|
| Modifier and Type | Method and Description |
|---|---|
protected CockroachKVDatabase |
createSQLKVDatabase(Object configuration) |
String[][] |
getCommandLineOptions() |
String |
getDescription(Object configuration) |
String |
parseCommandLineOptions(ArrayDeque<String> options) |
createKVDatabase, getJdbcUrlcreateAtomicKVStore, getImplementations, getUsageText, parseCommandLineFlag, parseCommandLineOption, requiresAtomicKVStore, requiresKVDatabasepublic static final String POSTGRESQL_DRIVER_CLASS_NAME
public CockroachKVImplementation()
public String[][] getCommandLineOptions()
getCommandLineOptions in class KVImplementationpublic String parseCommandLineOptions(ArrayDeque<String> options)
parseCommandLineOptions in class KVImplementationpublic String getDescription(Object configuration)
getDescription in class KVImplementationprotected CockroachKVDatabase createSQLKVDatabase(Object configuration)
createSQLKVDatabase in class SQLDriverKVImplementationCopyright © 2017. All rights reserved.