For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the
servers according to this strategy.
AbstractRemoteStoreConfigurationChildBuilder.connectionTimeout(long connectionTimeout)
This property defines the maximum socket connect timeout before giving up connecting to the
server.
AbstractRemoteStoreConfigurationChildBuilder.forceReturnValues(boolean forceReturnValues)
Whether or not to implicitly FORCE_RETURN_VALUE for all calls.
AbstractRemoteStoreConfigurationChildBuilder.hotRodWrapping(boolean hotRodWrapping)
RemoteStoreConfigurationBuilder.hotRodWrapping(boolean hotRodWrapping)
Deprecated, for removal: This API element is subject to removal in a future version.
RemoteStoreConfigurationChildBuilder.hotRodWrapping(boolean hotRodWrapping)
Configures this RemoteStore so that it enables all settings needed to create entries to be served
by a HotRod endpoint, for example when performing rolling upgrades.
AbstractRemoteStoreConfigurationChildBuilder.keySizeEstimate(int keySizeEstimate)
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
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.
AbstractRemoteStoreConfigurationChildBuilder.rawValues(boolean rawValues)
RemoteStoreConfigurationBuilder.rawValues(boolean rawValues)
Deprecated, for removal: This API element is subject to removal in a future version.
RemoteStoreConfigurationChildBuilder.rawValues(boolean rawValues)
The name of the remote cache in the remote infinispan cluster, to which to connect to.
RemoteStoreConfigurationBuilder.self()
AbstractRemoteStoreConfigurationChildBuilder.socketTimeout(long socketTimeout)
RemoteStoreConfigurationBuilder.socketTimeout(long socketTimeout)
RemoteStoreConfigurationChildBuilder.socketTimeout(long socketTimeout)
This property defines the maximum socket read timeout in milliseconds before giving up waiting
for bytes from the server.
AbstractRemoteStoreConfigurationChildBuilder.tcpNoDelay(boolean tcpNoDelay)
RemoteStoreConfigurationBuilder.tcpNoDelay(boolean tcpNoDelay)
RemoteStoreConfigurationChildBuilder.tcpNoDelay(boolean tcpNoDelay)
Affects TCP NODELAY on the TCP stack.
AbstractRemoteStoreConfigurationChildBuilder.transportFactory(Class<? extends org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory> transportFactory)
RemoteStoreConfigurationBuilder.transportFactory(Class<? extends org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory> transportFactory)
RemoteStoreConfigurationChildBuilder.transportFactory(Class<? extends org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory> transportFactory)
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
RemoteStoreConfigurationBuilder.uri(String uri)
AbstractRemoteStoreConfigurationChildBuilder.valueSizeEstimate(int valueSizeEstimate)
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.