public static class JedisSentineled.Builder extends SentinelClientBuilder<JedisSentineled>
JedisSentineled (Redis Sentinel).
Obtain an instance via JedisSentineled.builder().
cache, cacheConfig, clientConfig, commandExecutor, commandObjects, connectionProvider, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected JedisSentineled |
createClient()
Creates the specific client instance with the provided components.
|
build, createDefaultConnectionProvider, masterName, self, sentinelClientConfig, sentinels, validateSpecificConfigurationapplyCommandObjectsConfiguration, cache, cacheConfig, clientConfig, commandExecutor, connectionProvider, createDefaultClientConfig, createDefaultCommandExecutor, createDefaultCommandObjects, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect, validateCommonConfigurationprotected JedisSentineled 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<SentinelClientBuilder<JedisSentineled>,JedisSentineled>Copyright © 2025. All rights reserved.