OmniSciDB
a5dc49c757
|
Static Public Member Functions | |
static void | main (String[] args) |
Package Functions | |
void | doWork (String[] args, int query) |
Connection | getConnection (String url, String iUser, String iPasswd) |
String | executeQuery (Connection conn1, String qid, String sql, int iterations) |
Package Attributes | |
Connection | bencherCon |
Static Package Attributes | |
static final Logger | logger = LoggerFactory.getLogger(BenchmarkCloud.class) |
static final String | QUERY_RESULT_MACHINE = "bencher" |
static final String | DB_URL = "jdbc:heavyai:localhost:6274:mapd" |
static final String | JDBC_DRIVER = "ai.heavy.jdbc.HeavyAIDriver" |
static final String | USER = "admin" |
static final String | PASS = "" |
static final String | RESULTS_USER = "admin" |
static final String | RESULTS_PASS = "" |
Private Member Functions | |
void | getQueries (Map< String, String > queryIDMap, Connection benderCon, String tableName) |
void | runQueries (List< String > resultArray, Map< String, String > queryIDMap, int iterations) |
void | storeResults () |
Private Attributes | |
String | driver |
String | url |
String | iUser |
String | queryResultMachine |
String | iPasswd |
String | iResultsUser |
String | iResultsPasswd |
String | rid |
String | rTimestamp |
String | tableName |
String | label |
String | gpuCount |
String | targetDBVersion |
List< String > | LResult = new ArrayList<String>() |
String | headDescriptor |
String | header2 |
String | lineDescriptor |
String | insertDescriptor |
Definition at line 37 of file BenchmarkCloud.java.
|
inlinepackage |
Definition at line 108 of file BenchmarkCloud.java.
References com.mapd.bench.BenchmarkCloud.bencherCon, com.mapd.bench.BenchmarkCloud.DB_URL, com.mapd.bench.BenchmarkCloud.driver, com.mapd.bench.BenchmarkCloud.getConnection(), com.mapd.bench.BenchmarkCloud.getQueries(), com.mapd.bench.BenchmarkCloud.gpuCount, com.mapd.bench.BenchmarkCloud.header2, com.mapd.bench.BenchmarkCloud.iPasswd, com.mapd.bench.BenchmarkCloud.iResultsPasswd, com.mapd.bench.BenchmarkCloud.iResultsUser, com.mapd.bench.BenchmarkCloud.iUser, com.mapd.bench.BenchmarkCloud.JDBC_DRIVER, com.mapd.bench.BenchmarkCloud.label, com.mapd.bench.BenchmarkCloud.PASS, com.mapd.bench.BenchmarkCloud.QUERY_RESULT_MACHINE, com.mapd.bench.BenchmarkCloud.queryResultMachine, com.mapd.bench.BenchmarkCloud.RESULTS_PASS, com.mapd.bench.BenchmarkCloud.RESULTS_USER, com.mapd.bench.BenchmarkCloud.rid, com.mapd.bench.BenchmarkCloud.rTimestamp, com.mapd.bench.BenchmarkCloud.runQueries(), com.mapd.bench.BenchmarkCloud.storeResults(), com.mapd.bench.BenchmarkCloud.tableName, com.mapd.bench.BenchmarkCloud.url, and com.mapd.bench.BenchmarkCloud.USER.
|
inlinepackage |
Definition at line 216 of file BenchmarkCloud.java.
References report.conn, com.mapd.bench.BenchmarkCloud.driver, com.mapd.bench.BenchmarkCloud.getConnection(), com.mapd.bench.BenchmarkCloud.gpuCount, com.mapd.bench.BenchmarkCloud.insertDescriptor, com.mapd.bench.BenchmarkCloud.iPasswd, com.mapd.bench.BenchmarkCloud.iUser, com.mapd.bench.BenchmarkCloud.JDBC_DRIVER, com.mapd.bench.BenchmarkCloud.label, com.mapd.bench.BenchmarkCloud.lineDescriptor, com.mapd.bench.BenchmarkCloud.targetDBVersion, and com.mapd.bench.BenchmarkCloud.url.
Referenced by com.mapd.bench.BenchmarkCloud.runQueries().
|
inlinepackage |
Definition at line 198 of file BenchmarkCloud.java.
References report.conn, com.mapd.bench.BenchmarkCloud.iPasswd, com.mapd.bench.BenchmarkCloud.iUser, com.mapd.bench.BenchmarkCloud.targetDBVersion, and com.mapd.bench.BenchmarkCloud.url.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), com.mapd.bench.BenchmarkCloud.executeQuery(), and com.mapd.bench.BenchmarkCloud.runQueries().
|
inlineprivate |
Definition at line 389 of file BenchmarkCloud.java.
References com.mapd.bench.BenchmarkCloud.tableName.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
inlinestatic |
|
inlineprivate |
Definition at line 431 of file BenchmarkCloud.java.
References report.conn, com.mapd.bench.BenchmarkCloud.executeQuery(), com.mapd.bench.BenchmarkCloud.getConnection(), com.mapd.bench.BenchmarkCloud.iPasswd, com.mapd.bench.BenchmarkCloud.iUser, and com.mapd.bench.BenchmarkCloud.url.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
inlineprivate |
Definition at line 442 of file BenchmarkCloud.java.
References com.mapd.bench.BenchmarkCloud.LResult.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
package |
Definition at line 67 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
staticpackage |
Definition at line 43 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 54 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), and com.mapd.bench.BenchmarkCloud.executeQuery().
|
private |
Definition at line 65 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), and com.mapd.bench.BenchmarkCloud.executeQuery().
|
private |
Definition at line 70 of file BenchmarkCloud.java.
|
private |
Definition at line 72 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 100 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.executeQuery().
|
private |
Definition at line 58 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), com.mapd.bench.BenchmarkCloud.executeQuery(), com.mapd.bench.BenchmarkCloud.getConnection(), and com.mapd.bench.BenchmarkCloud.runQueries().
|
private |
Definition at line 60 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 59 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 56 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), com.mapd.bench.BenchmarkCloud.executeQuery(), com.mapd.bench.BenchmarkCloud.getConnection(), and com.mapd.bench.BenchmarkCloud.runQueries().
|
staticpackage |
Definition at line 44 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), and com.mapd.bench.BenchmarkCloud.executeQuery().
|
private |
Definition at line 64 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), com.mapd.bench.BenchmarkCloud.executeQuery(), heavydb.thrift.Heavy.set_cur_session_args.read(), heavydb.thrift.Heavy.invalidate_cur_session_args.read(), heavydb.thrift.Heavy.set_cur_session_args.write(), and heavydb.thrift.Heavy.invalidate_cur_session_args.write().
|
private |
Definition at line 98 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.executeQuery().
|
staticpackage |
Definition at line 38 of file BenchmarkCloud.java.
|
private |
Definition at line 68 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.storeResults().
|
staticpackage |
Definition at line 48 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
staticpackage |
Definition at line 40 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 57 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
staticpackage |
Definition at line 52 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
staticpackage |
Definition at line 51 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 61 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 62 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().
|
private |
Definition at line 63 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), and com.mapd.bench.BenchmarkCloud.getQueries().
|
private |
Definition at line 66 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.executeQuery(), and com.mapd.bench.BenchmarkCloud.getConnection().
|
private |
Definition at line 55 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork(), com.mapd.bench.BenchmarkCloud.executeQuery(), com.mapd.bench.BenchmarkCloud.getConnection(), and com.mapd.bench.BenchmarkCloud.runQueries().
|
staticpackage |
Definition at line 47 of file BenchmarkCloud.java.
Referenced by com.mapd.bench.BenchmarkCloud.doWork().