| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.util.constants |
| Modifier and Type | Method and Description |
|---|---|
HaMode |
Configuration.haMode() |
| 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) |
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.
|
Copyright © 2022 SingleStore. All rights reserved.