Methods in net.floodlightcontroller.storage with parameters of type IRowMapper |
java.lang.Object[] |
IStorageSourceService.executeQuery(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering,
IRowMapper rowMapper)
Execute a query and call the row mapper to map the results to Java objects. |
java.lang.Object[] |
AbstractStorageSource.executeQuery(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering,
IRowMapper rowMapper)
|
java.util.concurrent.Future<java.lang.Object[]> |
IStorageSourceService.executeQueryAsync(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering,
IRowMapper rowMapper)
Asynchronous variant of executeQuery |
java.util.concurrent.Future<java.lang.Object[]> |
AbstractStorageSource.executeQueryAsync(java.lang.String tableName,
java.lang.String[] columnNames,
IPredicate predicate,
RowOrdering ordering,
IRowMapper rowMapper)
|