Package | Description |
---|---|
org.infinispan.persistence.remote.configuration |
Modifier and Type | Method and Description |
---|---|
RemoteServerConfiguration |
RemoteServerConfigurationBuilder.create() |
Modifier and Type | Method and Description |
---|---|
List<RemoteServerConfiguration> |
RemoteStoreConfiguration.servers() |
Modifier and Type | Method and Description |
---|---|
RemoteServerConfigurationBuilder |
RemoteServerConfigurationBuilder.read(RemoteServerConfiguration template) |
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) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.