public class ExecuteStatementWrapper extends AbstractEventProcessor
configuration, queryReporter| Constructor and Description |
|---|
ExecuteStatementWrapper(QueryReporter queryReporter,
ConnectorConfiguration configuration,
GlobalConfiguration globalConfiguration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processStatement(com.datastax.driver.core.Statement statement,
long startTime,
com.datastax.driver.core.ResultSetFuture result)
Wrapper for session manager execute async method.
|
reportpublic ExecuteStatementWrapper(QueryReporter queryReporter, ConnectorConfiguration configuration, GlobalConfiguration globalConfiguration)
queryReporter - QueryReporter used to report queriesconfiguration - Connector configurationglobalConfiguration - global configuration general for diagnosticspublic void processStatement(com.datastax.driver.core.Statement statement,
long startTime,
com.datastax.driver.core.ResultSetFuture result)
statement - StatementstartTime - execution start timeresult - execution's result futureCopyright © 2017. All rights reserved.