| Package | Description |
|---|---|
| org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setBatchSize(int batchSize)
Set maximum batch size for write and delete operations.
|
CacheJdbcPojoStoreFactory<K,V> |
CacheJdbcPojoStoreFactory.setDataSource(DataSource dataSrc)
Sets data source.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setDataSourceBean(String dataSrcBean)
Sets name of the data source bean.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setDialect(JdbcDialect dialect)
Set database dialect.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setHasher(JdbcTypeHasher hasher)
Sets hash code calculator.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setMaximumPoolSize(int maxPoolSize)
Set Maximum workers thread count.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setMaximumWriteAttempts(int maxWrtAttempts)
Sets maximum number of write attempts in case of database error.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setParallelLoadCacheMinimumThreshold(int parallelLoadCacheMinThreshold)
Parallel load cache minimum row count threshold.
|
CacheJdbcPojoStoreFactory |
CacheJdbcPojoStoreFactory.setTypes(JdbcType... types)
Sets store configurations.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016