public class ReplayClient extends StandardClient
context, exceptionFactory, timeOut, writer| Constructor and Description |
|---|
ReplayClient(Configuration conf,
HostAddress hostAddress,
ReentrantLock lock,
boolean skipPostCommands) |
| Modifier and Type | Method and Description |
|---|---|
List<com.singlestore.jdbc.client.Completion> |
execute(com.singlestore.jdbc.message.ClientMessage message,
Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion) |
List<com.singlestore.jdbc.client.Completion> |
executePipeline(com.singlestore.jdbc.message.ClientMessage[] messages,
Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion) |
int |
sendQuery(com.singlestore.jdbc.message.ClientMessage message) |
void |
transactionReplay(TransactionSaver transactionSaver) |
abort, checkNotClosed, close, closePrepare, destroySocket, execute, execute, getContext, getExceptionFactory, getHostAddress, getSocketTimeout, getWaitTimeout, isClosed, isPrimary, readPacket, readPacket, readResponse, readResponse, readStreamingResults, reset, setReadOnly, setSocketTimeoutpublic ReplayClient(Configuration conf, HostAddress hostAddress, ReentrantLock lock, boolean skipPostCommands) throws SQLException
SQLExceptionpublic int sendQuery(com.singlestore.jdbc.message.ClientMessage message)
throws SQLException
sendQuery in class StandardClientSQLExceptionpublic List<com.singlestore.jdbc.client.Completion> executePipeline(com.singlestore.jdbc.message.ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion) throws SQLException
executePipeline in interface com.singlestore.jdbc.client.ClientexecutePipeline in class StandardClientSQLExceptionpublic List<com.singlestore.jdbc.client.Completion> execute(com.singlestore.jdbc.message.ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion) throws SQLException
execute in interface com.singlestore.jdbc.client.Clientexecute in class StandardClientSQLExceptionpublic void transactionReplay(TransactionSaver transactionSaver) throws SQLException
SQLExceptionCopyright © 2023 SingleStore. All rights reserved.