Uses of Interface
redis.clients.jedis.HostAndPortMapper
Packages that use HostAndPortMapper
-
Uses of HostAndPortMapper in redis.clients.jedis
Fields in redis.clients.jedis declared as HostAndPortMapperModifier and TypeFieldDescriptionprivate HostAndPortMapperDefaultJedisClientConfig.Builder.hostAndPortMapperprivate final HostAndPortMapperDefaultJedisClientConfig.hostAndPortMapperprivate HostAndPortMapperDefaultJedisSocketFactory.hostAndPortMapperMethods in redis.clients.jedis that return HostAndPortMapperModifier and TypeMethodDescriptionDefaultJedisClientConfig.getHostAndPortMapper()default HostAndPortMapperJedisClientConfig.getHostAndPortMapper()Methods in redis.clients.jedis with parameters of type HostAndPortMapperModifier and TypeMethodDescriptionstatic DefaultJedisClientConfigDefaultJedisClientConfig.create(int connectionTimeoutMillis, int soTimeoutMillis, int blockingSocketTimeoutMillis, String user, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, HostAndPortMapper hostAndPortMapper) DefaultJedisClientConfig.Builder.hostAndPortMapper(HostAndPortMapper hostAndPortMapper) Constructors in redis.clients.jedis with parameters of type HostAndPortMapperModifierConstructorDescriptionprivateDefaultJedisClientConfig(int connectionTimeoutMillis, int soTimeoutMillis, int blockingSocketTimeoutMillis, Supplier<RedisCredentials> credentialsProvider, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, HostAndPortMapper hostAndPortMapper, ClientSetInfoConfig clientSetInfoConfig) JedisCluster(Set<HostAndPort> nodes, String user, String password, HostAndPortMapper hostAndPortMap)