public class TridentAyncCQLResultSetValuesMapper extends Object implements AyncCQLResultSetValuesMapper
A result set mapper implementation which runs requests in parallel and waits for them all to finish.
| Constructor and Description | 
|---|
TridentAyncCQLResultSetValuesMapper(Fields outputDeclaredFields,
                                   Semaphore throttle)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Values> | 
handleResult(com.datastax.driver.core.ResultSet resultSet,
            ITuple tuple)  | 
List<List<Values>> | 
map(com.datastax.driver.core.Session session,
   List<com.datastax.driver.core.Statement> statements,
   List<ITuple> tuples)  | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.