JavaScript is disabled on your browser.
Description
Method Summary
Method Details
addServer()
asyncExecutorFactory()
balancingStrategy(String)
connectionPool()
connectionTimeout(long)
forceReturnValues(boolean)
marshaller(String)
marshaller(Class)
protocolVersion(ProtocolVersion)
remoteCacheContainer(String)
remoteCacheName(String)
remoteSecurity()
socketTimeout(long)
tcpNoDelay(boolean)
All Superinterfaces:
ConfigurationChildBuilder , StoreConfigurationChildBuilder <S>
All Known Implementing Classes:
AbstractRemoteStoreConfigurationChildBuilder , AbstractSecurityConfigurationChildBuilder , AuthenticationConfigurationBuilder , ConnectionPoolConfigurationBuilder , ExecutorFactoryConfigurationBuilder , KeyStoreConfigurationBuilder , MechanismConfigurationBuilder , RemoteServerConfigurationBuilder , RemoteStoreConfigurationBuilder , SecurityConfigurationBuilder , SslConfigurationBuilder , TrustStoreConfigurationBuilder
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods
Configuration for the executor service used for asynchronous work on the Transport, including
asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the
servers according to this strategy.
Deprecated, for removal: This API element is subject to removal in a future version.
This property defines the maximum socket connect timeout before giving up connecting to the
server.
Whether to implicitly FORCE_RETURN_VALUE for all calls.
Allows you to specify a custom
Marshaller implementation to
serialize and deserialize user objects.
Allows you to specify a custom
Marshaller implementation to
serialize and deserialize user objects.
This property defines the protocol version that this client should use.
Specifies the name of a shared remote cache container to use, instead of creating a dedicated instance.
The name of the remote cache in the remote infinispan cluster, to which to connect to.
Configures connection security
This property defines the maximum socket read timeout in milliseconds before giving up waiting
for bytes from the server.
Affects TCP NODELAY on the TCP stack.
aliases , build , clustering , encoding , expiration , indexing , invocationBatching , locking , memory , persistence , query , security , simpleCache , simpleCache , sites , statistics , template , tracing , transaction , unsafe , validate
addProperty , async , fetchPersistentState , ignoreModifications , maxBatchSize , preload , purgeOnStartup , segmented , shared , transactional , withProperties , writeOnly