Modifier and Type | Method and Description |
---|---|
SingletonStoreConfiguration |
SingletonStoreConfigurationBuilder.create() |
SingletonStoreConfiguration |
AbstractStoreConfiguration.singletonStore()
SingletonStore is a delegating store used for situations when only one instance in a
cluster should interact with the underlying store.
|
SingletonStoreConfiguration |
StoreConfiguration.singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.read(SingletonStoreConfiguration template) |
Constructor and Description |
---|
AbstractStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties) |
ClusterLoaderConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
long remoteCallTimeout) |
SingleFileStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
String location,
int maxEntries) |
Constructor and Description |
---|
LuceneLoaderConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
int autoChunkSize,
String location) |
Constructor and Description |
---|
CLInterfaceLoaderConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
String connectionString) |
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) |
Constructor and Description |
---|
RemoteStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ExecutorFactoryConfiguration asyncExecutorFactory,
String balancingStrategy,
ConnectionPoolConfiguration connectionPool,
long connectionTimeout,
boolean forceReturnValues,
boolean hotRodWrapping,
int keySizeEstimate,
String marshaller,
boolean pingOnStartup,
String protocolVersion,
boolean rawValues,
String remoteCacheName,
List<RemoteServerConfiguration> servers,
long socketTimeout,
boolean tcpNoDelay,
String transportFactory,
int valueSizeEstimate) |
Constructor and Description |
---|
AdvancedSingletonCacheWriter(CacheWriter actual,
SingletonStoreConfiguration singletonConfiguration) |
SingletonCacheWriter(CacheWriter actual,
SingletonStoreConfiguration singletonConfiguration) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.