Package | Description |
---|---|
redis.clients.jedis |
Modifier and Type | Interface and Description |
---|---|
interface |
JedisClusterHostAndPortMap
Deprecated.
This interface will be removed in next major release. Use
HostAndPortMapper . |
Modifier and Type | Method and Description |
---|---|
default HostAndPortMapper |
JedisClientConfig.getHostAndPortMapper() |
HostAndPortMapper |
DefaultJedisSocketFactory.getHostAndPortMapper() |
HostAndPortMapper |
DefaultJedisClientConfig.getHostAndPortMapper() |
Modifier and Type | Method and Description |
---|---|
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.hostAndPortMapper(HostAndPortMapper hostAndPortMapper) |
void |
DefaultJedisSocketFactory.setHostAndPortMapper(HostAndPortMapper hostAndPortMapper)
Deprecated.
This will be removed in next major release.
|
Constructor and Description |
---|
JedisClusterInfoCache(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Jedis> poolConfig,
int connectionTimeout,
int soTimeout,
int infiniteSoTimeout,
String user,
String password,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
HostAndPortMapper hostAndPortMap) |
JedisClusterInfoCache(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Jedis> poolConfig,
int connectionTimeout,
int soTimeout,
String password,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
HostAndPortMapper hostAndPortMap) |
JedisClusterInfoCache(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Jedis> poolConfig,
int connectionTimeout,
int soTimeout,
String user,
String password,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
HostAndPortMapper hostAndPortMap) |
Copyright © 2024. All rights reserved.