public class PairBatchStatementTuples extends Object
Constructor and Description |
---|
PairBatchStatementTuples(List<Tuple> inputs,
com.datastax.driver.core.BatchStatement statement)
Creates a new
PairBatchStatementTuples instance. |
Modifier and Type | Method and Description |
---|---|
List<Tuple> |
getInputs() |
com.datastax.driver.core.BatchStatement |
getStatement() |
public PairBatchStatementTuples(List<Tuple> inputs, com.datastax.driver.core.BatchStatement statement)
PairBatchStatementTuples
instance.inputs
- List of inputs attached to this batch.statement
- The batch statement.Copyright © 2023 The Apache Software Foundation. All rights reserved.