Package | Description |
---|---|
org.infinispan.persistence.jdbc.configuration | |
org.infinispan.persistence.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionFactoryConfigurationBuilder<T extends ConnectionFactoryConfiguration> |
Modifier and Type | Class and Description |
---|---|
class |
ManagedConnectionFactoryConfiguration
ManagedConnectionFactoryConfiguration.
|
class |
PooledConnectionFactoryConfiguration |
class |
SimpleConnectionFactoryConfiguration
SimpleConnectionFactoryConfiguration.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactoryConfigurationBuilder<ConnectionFactoryConfiguration> |
AbstractJdbcStoreConfigurationBuilder.connectionFactory |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryConfiguration |
AbstractJdbcStoreConfiguration.connectionFactory() |
Constructor and Description |
---|
AbstractJdbcStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory) |
JdbcBinaryStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory,
TableManipulationConfiguration table,
int concurrencyLevel,
long lockAcquisitionTimeout) |
JdbcMixedStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory,
int batchSize,
int fetchSize,
DatabaseType databaseType,
TableManipulationConfiguration binaryTable,
TableManipulationConfiguration stringTable,
String key2StringMapper,
int lockConcurrencyLevel,
long lockAcquisitionTimeout) |
JdbcStringBasedStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionFactoryConfiguration connectionFactory,
boolean manageConnectionFactory,
String key2StringMapper,
TableManipulationConfiguration table) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedConnectionFactory.start(ConnectionFactoryConfiguration factoryConfiguration,
ClassLoader classLoader) |
abstract void |
ConnectionFactory.start(ConnectionFactoryConfiguration factoryConfiguration,
ClassLoader classLoader)
Starts the connection factory.
|
void |
SimpleConnectionFactory.start(ConnectionFactoryConfiguration config,
ClassLoader classLoader) |
void |
PooledConnectionFactory.start(ConnectionFactoryConfiguration config,
ClassLoader classLoader) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.