public class BoneCPConnectionProviderFactory extends Object implements JDBCConnectionProviderFactory
JDBCConnectionProviderFactory.FACTORIES| Modifier and Type | Field and Description |
|---|---|
static String |
MAX_CONNECTIONS_PER_PARTITION |
static String |
MIN_CONNECTIONS_PER_PARTITION |
static String |
PARTITION_COUNT |
| Constructor and Description |
|---|
BoneCPConnectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProvider |
getConnectionProvider(String connectionUrl,
String username,
String password,
Map<String,String> providerAttributes) |
Set<String> |
getProviderAttributeNames() |
String |
getType() |
public static final String PARTITION_COUNT
public static final String MAX_CONNECTIONS_PER_PARTITION
public static final String MIN_CONNECTIONS_PER_PARTITION
public String getType()
getType in interface JDBCConnectionProviderFactorygetType in interface Pluggablepublic ConnectionProvider getConnectionProvider(String connectionUrl, String username, String password, Map<String,String> providerAttributes) throws SQLException
getConnectionProvider in interface JDBCConnectionProviderFactorySQLExceptionpublic Set<String> getProviderAttributeNames()
getProviderAttributeNames in interface JDBCConnectionProviderFactoryCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.