public class JdbcOrderedBatchExecuteRequest extends JdbcBatchExecuteRequest implements Comparable<JdbcOrderedBatchExecuteRequest>
BATCH_EXECHANDSHAKE| Constructor and Description |
|---|
JdbcOrderedBatchExecuteRequest()
Default constructor.
|
JdbcOrderedBatchExecuteRequest(String schemaName,
List<JdbcQuery> queries,
boolean lastStreamBatch,
long order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(JdbcOrderedBatchExecuteRequest o) |
long |
order() |
void |
readBinary(BinaryReaderExImpl reader)
Reads fields from provided reader.
|
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer)
Writes fields to provided writer.
|
isLastStreamBatch, queries, schemaNamereadRequest, typerequestIdpublic JdbcOrderedBatchExecuteRequest()
public JdbcOrderedBatchExecuteRequest(String schemaName, List<JdbcQuery> queries, boolean lastStreamBatch, long order)
schemaName - Schema name.queries - Queries.lastStreamBatch - true in case the request is the last batch at the stream.order - Request order.public long order()
public void writeBinary(BinaryWriterExImpl writer) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcBatchExecuteRequestwriter - Binary object writer.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcBatchExecuteRequestreader - Binary object reader.BinaryObjectException - In case of error.public String toString()
toString in class JdbcBatchExecuteRequestpublic int compareTo(@NotNull
JdbcOrderedBatchExecuteRequest o)
compareTo in interface Comparable<JdbcOrderedBatchExecuteRequest>
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018