Java org.springframework.data.redis.connection.lettuce LettucePoolingClientConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.connection.lettuce LettucePoolingClientConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.connection.lettuce LettucePoolingClientConfiguration.

The text is from its open source code.

Implementation

org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration has the following implementations.
Click this link to see all its implementation.

Method

LettucePoolingClientConfigurationBuilderbuilder()
Creates a new LettucePoolingClientConfigurationBuilder to build LettucePoolingClientConfiguration to be used with the Lettuce client.
LettucePoolingClientConfigurationdefaultConfiguration()
Creates a default LettucePoolingClientConfiguration with
SSL
no
Peer Verification
yes
Start TLS
no
Client Options
ClientOptions with enabled io.lettuce.core.TimeoutOptions
Client Resources
none
Client name
none
Read From
none
Connect Timeout
60 Seconds
Shutdown Timeout
100 Milliseconds
Shutdown Quiet Period
100 Milliseconds
pool config
default GenericObjectPoolConfig
OptionalgetClientOptions()
OptionalgetClientResources()
DurationgetCommandTimeout()
GenericObjectPoolConfiggetPoolConfig()
DurationgetShutdownQuietPeriod()
DurationgetShutdownTimeout()
booleanisStartTls()
booleanisUseSsl()
booleanisVerifyPeer()