public class JdbcOrderedBatchExecuteRequest extends JdbcBatchExecuteRequest implements Comparable<JdbcOrderedBatchExecuteRequest>
BATCH_EXECHANDSHAKE| Constructor and Description |
|---|
JdbcOrderedBatchExecuteRequest()
Default constructor.
|
JdbcOrderedBatchExecuteRequest(String schemaName,
List<JdbcQuery> queries,
boolean autoCommit,
boolean lastStreamBatch,
long order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@NotNull JdbcOrderedBatchExecuteRequest o) |
long |
order() |
void |
readBinary(BinaryReaderExImpl reader,
ClientListenerProtocolVersion ver)
Reads fields from provided reader.
|
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer,
ClientListenerProtocolVersion ver)
Writes fields to provided writer.
|
isLastStreamBatch, queries, schemaNamereadRequest, readRequestId, readType, requestId, typepublic JdbcOrderedBatchExecuteRequest()
public JdbcOrderedBatchExecuteRequest(String schemaName, List<JdbcQuery> queries, boolean autoCommit, boolean lastStreamBatch, long order)
schemaName - Schema name.queries - Queries.autoCommit - Client auto commit flag state.lastStreamBatch - true in case the request is the last batch at the stream.order - Request order.public long order()
public void writeBinary(BinaryWriterExImpl writer, ClientListenerProtocolVersion ver) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcBatchExecuteRequestwriter - Binary object writer.ver - ver Protocol version.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader, ClientListenerProtocolVersion ver) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcBatchExecuteRequestreader - Binary object reader.ver - Protocol version.BinaryObjectException - In case of error.public String toString()
toString in class JdbcBatchExecuteRequestpublic int compareTo(@NotNull
@NotNull JdbcOrderedBatchExecuteRequest o)
compareTo in interface Comparable<JdbcOrderedBatchExecuteRequest>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020