|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseType | |
---|---|
org.infinispan.loaders.jdbc | This package contains a CacheStore implementation based on
a JDBC database connection. |
org.infinispan.loaders.jdbc.configuration | |
org.infinispan.loaders.jdbc.mixed | This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. |
Uses of DatabaseType in org.infinispan.loaders.jdbc |
---|
Fields in org.infinispan.loaders.jdbc declared as DatabaseType | |
---|---|
DatabaseType |
TableManipulation.databaseType
|
Methods in org.infinispan.loaders.jdbc that return DatabaseType | |
---|---|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.infinispan.loaders.jdbc with parameters of type DatabaseType | |
---|---|
void |
AbstractNonDelegatingJdbcCacheStoreConfig.setDatabaseType(DatabaseType dbType)
Sets the database dialect. |
Uses of DatabaseType in org.infinispan.loaders.jdbc.configuration |
---|
Methods in org.infinispan.loaders.jdbc.configuration that return DatabaseType | |
---|---|
DatabaseType |
TableManipulationConfiguration.databaseType()
|
DatabaseType |
JdbcMixedCacheStoreConfiguration.databaseType()
|
Methods in org.infinispan.loaders.jdbc.configuration with parameters of type DatabaseType | |
---|---|
S |
TableManipulationConfigurationBuilder.databaseType(DatabaseType databaseType)
Specifies the type of the underlying database. |
JdbcMixedCacheStoreConfigurationBuilder |
JdbcMixedCacheStoreConfigurationBuilder.databaseType(DatabaseType databaseType)
Specifies the type of the underlying database. |
Constructors in org.infinispan.loaders.jdbc.configuration with parameters of type DatabaseType | |
---|---|
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,
TypedProperties properties,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore)
|
Uses of DatabaseType in org.infinispan.loaders.jdbc.mixed |
---|
Methods in org.infinispan.loaders.jdbc.mixed with parameters of type DatabaseType | |
---|---|
void |
JdbcMixedCacheStoreConfig.setDatabaseType(DatabaseType databaseType)
Sets the database dialect. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |