| Modifier and Type | Method and Description |
|---|---|
static HostAddress |
HostAddress.from(String host,
int port) |
static HostAddress |
HostAddress.from(String host,
int port,
boolean primary) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
Configuration.addresses() |
static List<HostAddress> |
HostAddress.parse(String spec,
HaMode haMode)
parse - parse server addresses from the URL fragment.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.Builder |
Configuration.Builder.addresses(HostAddress... hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
SocketHandlerFunction.apply(Configuration conf,
HostAddress hostAddress) |
void |
PacketWriter.setServerThreadId(Long serverThreadId,
HostAddress hostAddress)
Set server thread id.
|
void |
PacketReader.setServerThreadId(Long serverThreadId,
HostAddress hostAddress)
Set server thread id.
|
| Modifier and Type | Method and Description |
|---|---|
default CredentialPlugin |
CredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
AwsIamCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Constructor and Description |
|---|
AwsCredentialGenerator(Properties nonMappedOptions,
String userName,
HostAddress hostAddress)
AWS Generator.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
BrowserCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
EnvCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
PropertiesCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
JwtCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<HostAddress> |
HaMode.getAvailableHost(List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> denyList,
boolean primary) |
static Optional<HostAddress> |
HaMode.getAvailableHostInOrder(List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> blacklist,
boolean primary) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<HostAddress> |
HaMode.getAvailableHost(List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> denyList,
boolean primary) |
abstract Optional<HostAddress> |
HaMode.getAvailableHost(List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> denyList,
boolean primary) |
static Optional<HostAddress> |
HaMode.getAvailableHostInOrder(List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> blacklist,
boolean primary) |
static Optional<HostAddress> |
HaMode.getAvailableHostInOrder(List<HostAddress> hostAddresses,
ConcurrentMap<HostAddress,Long> blacklist,
boolean primary) |
| Constructor and Description |
|---|
ExceptionFactory(Configuration conf,
HostAddress hostAddress) |
SqlExceptionFactory(Connection connection,
SingleStorePoolConnection poolConnection,
Configuration conf,
HostAddress hostAddress,
long threadId,
Statement statement,
String sql) |
Copyright © 2022 SingleStore. All rights reserved.