public class PairBatchStatementTuples extends Object
Simple class to pair a list of tuples with a single batch statement.
| 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)
Creates a new PairBatchStatementTuples instance.
inputs - List of inputs attached to this batch.statement - The batch statement.Copyright © 2020 The Apache Software Foundation. All rights reserved.