Uses of Class
io.vertx.redis.client.RedisTopology
-
Packages that use RedisTopology Package Description io.vertx.redis.client -
-
Uses of RedisTopology in io.vertx.redis.client
Methods in io.vertx.redis.client that return RedisTopology Modifier and Type Method Description RedisTopology
RedisOptions. getTopology()
Get how the topology should be obtained.RedisTopology
RedisReplicationConnectOptions. getTopology()
Get how the topology should be obtained.static RedisTopology
RedisTopology. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisTopology[]
RedisTopology. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.redis.client with parameters of type RedisTopology Modifier and Type Method Description RedisOptions
RedisOptions. setTopology(RedisTopology topology)
Set how the topology should be obtained.RedisReplicationConnectOptions
RedisReplicationConnectOptions. setTopology(RedisTopology topology)
Set how the topology should be obtained.
-