Class RemoteStoreConfiguration
java.lang.Object
org.infinispan.configuration.cache.AbstractStoreConfiguration
org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- All Implemented Interfaces:
StoreConfiguration
-
Field Summary
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY
-
Constructor Summary
ConstructorDescriptionRemoteStoreConfiguration
(AttributeSet attributes, AsyncStoreConfiguration async, ExecutorFactoryConfiguration asyncExecutorFactory, ConnectionPoolConfiguration connectionPool, SecurityConfiguration security, List<RemoteServerConfiguration> servers) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
long
boolean
boolean
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 - Automatic media type detection in remote store makes this option redundantint
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0protocol()
boolean
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 - This option can still be needed when retrieving from a preexisting remote cachesecurity()
servers()
long
boolean
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0.uri()
int
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, toString, transactional, writeOnly
-
Constructor Details
-
RemoteStoreConfiguration
public RemoteStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, ExecutorFactoryConfiguration asyncExecutorFactory, ConnectionPoolConfiguration connectionPool, SecurityConfiguration security, List<RemoteServerConfiguration> servers)
-
-
Method Details
-
attributeDefinitionSet
-
uri
-
asyncExecutorFactory
-
balancingStrategy
-
connectionPool
-
connectionTimeout
public long connectionTimeout() -
forceReturnValues
public boolean forceReturnValues() -
hotRodWrapping
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 - Automatic media type detection in remote store makes this option redundant -
keySizeEstimate
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0 -
marshaller
-
protocol
-
rawValues
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 - This option can still be needed when retrieving from a preexisting remote cache -
remoteCacheName
-
servers
-
socketTimeout
public long socketTimeout() -
tcpNoDelay
public boolean tcpNoDelay() -
transportFactory
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0. This method always returns null -
valueSizeEstimate
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0 -
security
-