Uses of Enum
io.vertx.redis.client.RedisTopology
Packages that use RedisTopology
-
Uses of RedisTopology in io.vertx.redis.client
Subclasses with type arguments of type RedisTopology in io.vertx.redis.clientModifier and TypeClassDescriptionenumHow the Redis multi-node topology should be obtained.Methods in io.vertx.redis.client that return RedisTopologyModifier and TypeMethodDescriptionRedisOptions.getTopology()Get how the topology should be obtained.RedisReplicationConnectOptions.getTopology()Get how the topology should be obtained.static RedisTopologyReturns 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 RedisTopologyModifier and TypeMethodDescriptionRedisOptions.setTopology(RedisTopology topology) Set how the topology should be obtained.RedisReplicationConnectOptions.setTopology(RedisTopology topology) Set how the topology should be obtained.