Package | Description |
---|---|
org.infinispan.loaders.jdbc.configuration |
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> |
AbstractJdbcCacheStoreConfigurationBuilder.connectionFactory |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryConfiguration |
AbstractJdbcCacheStoreConfiguration.connectionFactory() |
Constructor and Description |
---|
JdbcMixedCacheStoreConfiguration(int batchSize,
int fetchSize,
DatabaseType databaseType,
String key2StringMapper,
TableManipulationConfiguration binaryTable,
TableManipulationConfiguration stringTable,
ConnectionFactoryConfiguration connectionFactory,
long lockAcquistionTimeout,
int lockConcurrencyLevel,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
org.infinispan.util.TypedProperties properties,
org.infinispan.configuration.cache.AsyncStoreConfiguration async,
org.infinispan.configuration.cache.SingletonStoreConfiguration singletonStore) |
JdbcStringBasedCacheStoreConfiguration(String key2StringMapper,
TableManipulationConfiguration table,
ConnectionFactoryConfiguration connectionFactory,
long lockAcquistionTimeout,
int lockConcurrencyLevel,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
org.infinispan.util.TypedProperties properties,
org.infinispan.configuration.cache.AsyncStoreConfiguration async,
org.infinispan.configuration.cache.SingletonStoreConfiguration singletonStore) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.