| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.Builder.build() |
Configuration |
Configuration.clone(String username,
String password) |
Configuration |
Configuration.connectTimeout(int connectTimeout) |
static Configuration |
Configuration.parse(String url) |
static Configuration |
Configuration.parse(String url,
Properties prop)
Parse url connection string with additional properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
Configuration.buildUrl(Configuration conf) |
static Connection |
Driver.connect(Configuration configuration) |
| Constructor and Description |
|---|
Connection(Configuration conf,
ReentrantLock lock,
com.singlestore.jdbc.client.Client client) |
DatabaseMetaData(Connection connection,
Configuration conf)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Context.getConf() |
Configuration |
BaseContext.getConf() |
| Constructor and Description |
|---|
BaseContext(InitialHandshakePacket handshake,
long clientCapabilities,
Configuration conf,
ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.PrepareCache prepareCache) |
RedoContext(InitialHandshakePacket handshake,
long clientCapabilities,
Configuration conf,
ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.PrepareCache prepareCache) |
| Constructor and Description |
|---|
ResultSetMetaData(ExceptionFactory exceptionFactory,
ColumnDefinitionPacket[] fieldPackets,
Configuration conf,
boolean forceAlias)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
SocketHandlerFunction.apply(Configuration conf,
HostAddress hostAddress) |
| Constructor and Description |
|---|
PacketReader(InputStream in,
Configuration conf,
com.singlestore.jdbc.util.MutableInt sequence)
Constructor of standard socket MySQL packet stream reader.
|
| Modifier and Type | Method and Description |
|---|---|
SSLSocketFactory |
DefaultTlsSocketPlugin.getSocketFactory(Configuration conf,
ExceptionFactory exceptionFactory) |
| Constructor and Description |
|---|
HandshakeResponse(Credential credential,
String authenticationPluginType,
byte[] seed,
Configuration conf,
String host,
long clientCapabilities,
byte exchangeCharset) |
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnDefinitionPacket.getColumnType(Configuration conf) |
com.singlestore.jdbc.codec.Codec<?> |
ColumnDefinitionPacket.getDefaultCodec(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationPlugin |
AuthenticationPluginLoader.get(String type,
Configuration conf)
Get authentication plugin from type String.
|
void |
AuthenticationPlugin.initialize(String authenticationData,
byte[] seed,
Configuration conf)
Plugin initialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClearPasswordPlugin.initialize(String authenticationData,
byte[] authData,
Configuration conf) |
void |
SendGssApiAuthPacket.initialize(String authenticationData,
byte[] seed,
Configuration conf)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendPamAuthPacket.initialize(String authenticationData,
byte[] seed,
Configuration conf)
Initialization.
|
void |
NativePasswordPlugin.initialize(String authenticationData,
byte[] seed,
Configuration conf)
Initialized data.
|
void |
Ed25519PasswordPlugin.initialize(String authenticationData,
byte[] seed,
Configuration conf)
Initialization.
|
| 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) |
| 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 |
|---|---|
SSLSocketFactory |
TlsSocketPlugin.getSocketFactory(Configuration conf,
ExceptionFactory exceptionFactory)
Get socket factory.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Pool.getConf() |
| Modifier and Type | Method and Description |
|---|---|
static Pool |
Pools.retrievePool(Configuration conf)
Get existing pool for a configuration.
|
| Constructor and Description |
|---|
Pool(Configuration conf,
int poolIndex,
ScheduledThreadPoolExecutor poolExecutor)
Create pool from configuration.
|
| Constructor and Description |
|---|
ExceptionFactory(Configuration conf,
HostAddress hostAddress) |
SqlExceptionFactory(Connection connection,
SingleStorePoolConnection poolConnection,
Configuration conf,
HostAddress hostAddress,
long threadId,
Statement statement,
String sql) |
Copyright © 2023 SingleStore. All rights reserved.