public static class JedisCluster.Builder extends ClusterClientBuilder<JedisCluster>
JedisCluster (Redis Cluster).
Obtain an instance via JedisCluster.builder().
cache, cacheConfig, clientConfig, commandExecutor, commandObjects, connectionProvider, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected JedisCluster |
createClient()
Creates the specific client instance with the provided components.
|
createDefaultCommandExecutor, createDefaultCommandObjects, createDefaultConnectionProvider, maxAttempts, maxTotalRetriesDuration, nodes, self, topologyRefreshPeriod, validateSpecificConfigurationapplyCommandObjectsConfiguration, build, cache, cacheConfig, clientConfig, commandExecutor, connectionProvider, createDefaultClientConfig, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect, validateCommonConfigurationprotected JedisCluster createClient()
AbstractClientBuilderThis method is called by the generic build() method to instantiate the concrete client type. Each builder implementation should create their specific client type (JedisPooled, JedisCluster, etc.) using the parameters provided to the builder.
createClient in class AbstractClientBuilder<ClusterClientBuilder<JedisCluster>,JedisCluster>Copyright © 2025. All rights reserved.