Generated by
JDiff

Interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder

Removed Methods
ConfigurationBuilder marshaller(Marshaller) Allows you to specify an instance of org.infinispan.marshall.Marshaller to serialize and deserialize user objects.
ConfigurationBuilder marshaller(Class<? extends Marshaller>) Allows you to specify a custom org.infinispan.marshall.Marshaller implementation to serialize and deserialize user objects.
SslConfigurationBuilder ssl() SSL Configuration
 

Added Methods
ConfigurationBuilder marshaller(Class<Marshaller>) Allows you to specify a custom org.infinispan.marshall.Marshaller implementation to serialize and deserialize user objects.
ConfigurationBuilder marshaller(Marshaller) Allows you to specify an instance of org.infinispan.marshall.Marshaller to serialize and deserialize user objects.
ConfigurationBuilder maxRetries(int) It sets the maximum number of retries for each request.
SecurityConfigurationBuilder security() Security Configuration
ConfigurationBuilder tcpKeepAlive(boolean) Affects TCP KEEPALIVE on the TCP stack.