public static class MultiClusterClientConfig.ClusterConfig
extends java.lang.Object
| Constructor and Description |
|---|
ClusterConfig(HostAndPort hostAndPort,
JedisClientConfig clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
getHostAndPort() |
JedisClientConfig |
getJedisClientConfig() |
int |
getPriority() |
public ClusterConfig(HostAndPort hostAndPort, JedisClientConfig clientConfig)
public int getPriority()
public HostAndPort getHostAndPort()
public JedisClientConfig getJedisClientConfig()
Copyright © 2023. All rights reserved.