| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.export |
| Modifier and Type | Method and Description |
|---|---|
HaMode |
Configuration.haMode()
High availability mode
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.Builder |
Configuration.Builder.haMode(HaMode haMode) |
static List<HostAddress> |
HostAddress.parse(String spec,
HaMode haMode)
parse - parse server addresses from the URL fragment.
|
| Modifier and Type | Method and Description |
|---|---|
static HaMode |
HaMode.from(String value)
Get HAMode from values or aliases
|
static HaMode |
HaMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaMode[] |
HaMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<HostAddress> |
HaMode.getAvailableRoundRobinHost(HaMode haMode,
List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> denyList)
Get first available host in RoundRobin Order and not in blacklist.
|
Copyright © 2025 SingleStore. All rights reserved.