Interface StoreConfigurationBuilder<T extends StoreConfiguration, S extends StoreConfigurationBuilder<T,S> >
- All Superinterfaces:
Builder<T>, ConfigurationChildBuilder, Self<S>, StoreConfigurationChildBuilder<S>
- All Known Implementing Classes:
AbstractJdbcStoreConfigurationBuilder, AbstractSchemaJdbcConfigurationBuilder, AbstractStoreConfigurationBuilder, CustomStoreConfigurationBuilder, JdbcStringBasedStoreConfigurationBuilder, QueriesJdbcStoreConfigurationBuilder, RemoteStoreConfigurationBuilder, RocksDBStoreConfigurationBuilder, SingleFileStoreConfigurationBuilder, SoftIndexFileStoreConfigurationBuilder, TableJdbcStoreConfigurationBuilder
public interface StoreConfigurationBuilder<T extends StoreConfiguration, S extends StoreConfigurationBuilder<T,S>>
extends Builder<T>, StoreConfigurationChildBuilder<S>, Self<S>
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- Since:
- 5.2
- Author:
- Tristan Tarrant
-
Method Summary
Methods inherited from interface ConfigurationChildBuilder
aliases, build, clustering, encoding, expiration, indexing, invocationBatching, locking, memory, persistence, query, security, simpleCache, simpleCache, sites, statistics, template, tracing, transaction, unsafe, validateMethods inherited from interface StoreConfigurationChildBuilder
addProperty, async, fetchPersistentState, ignoreModifications, maxBatchSize, preload, purgeOnStartup, segmented, shared, transactional, withProperties, writeOnly