Package org.infinispan.spring.remote
Class ConfigurationPropertiesOverrides
java.lang.Object
org.infinispan.spring.remote.ConfigurationPropertiesOverrides
Provides a mechanism to override selected configuration properties using explicit setters for each configuration setting.
- Author:
- Olaf Bergner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
override
(Properties configurationPropertiesToOverride) void
setAsyncExecutorFactory
(String asyncExecutorFactory) void
setClassAllowList
(String allowListRegex) void
setForceReturnValues
(boolean forceReturnValues) void
setKeySizeEstimate
(int 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.0void
setMarshaller
(String marshaller) void
setNearCacheMaxEntries
(int maxEntries) void
setNearCacheMode
(String mode) void
setNearCacheNamePattern
(String pattern) void
setReadTimeout
(long readTimeout) void
setRequestBalancingStrategy
(String requestBalancingStrategy) void
setServerList
(Collection<InetSocketAddress> serverList) void
setTcpKeepAlive
(boolean tcpKeepAlive) void
setTcpNoDelay
(boolean tcpNoDelay) void
setTransportFactory
(String TransportFactory) Deprecated, for removal: This API element is subject to removal in a future version.since 10.0.void
setValueSizeEstimate
(int 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.0void
setWriteTimeout
(long writeTimeout)
-
Field Details
-
OPERATION_READ_TIMEOUT
- See Also:
-
OPERATION_WRITE_TIMEOUT
- See Also:
-
-
Constructor Details
-
ConfigurationPropertiesOverrides
public ConfigurationPropertiesOverrides()
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Returns:
- See Also:
-
setTransportFactory
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0. This method has no effect- Parameters:
TransportFactory
-
-
setServerList
- Parameters:
serverList
-
-
setMarshaller
- Parameters:
marshaller
-
-
setClassAllowList
- Parameters:
allowListRegex
-
-
setAsyncExecutorFactory
- Parameters:
asyncExecutorFactory
-
-
setTcpNoDelay
public void setTcpNoDelay(boolean tcpNoDelay) - Parameters:
tcpNoDelay
-
-
setTcpKeepAlive
public void setTcpKeepAlive(boolean tcpKeepAlive) -
setRequestBalancingStrategy
- Parameters:
requestBalancingStrategy
-
-
setKeySizeEstimate
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 -
setValueSizeEstimate
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 -
setForceReturnValues
public void setForceReturnValues(boolean forceReturnValues) - Parameters:
forceReturnValues
-
-
setReadTimeout
public void setReadTimeout(long readTimeout) -
setWriteTimeout
public void setWriteTimeout(long writeTimeout) -
setNearCacheMode
-
setNearCacheMaxEntries
public void setNearCacheMaxEntries(int maxEntries) -
setNearCacheNamePattern
-
override
- Parameters:
configurationPropertiesToOverride
-- Returns:
-