Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2024 Eclipse. All rights reserved.