You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/10/09 13:07:27 UTC

[incubator-skywalking] branch h2-storage updated (461709e -> a3ae2bf)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch h2-storage
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 461709e  Merge branch 'master' into h2-storage
     add a3ae2bf  Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.

No new revisions were added by this update.

Summary of changes:
 .../client/jdbc/hikaricp/JDBCHikariCPClient.java   |   5 +
 .../storage/plugin/jdbc/h2/H2StorageProvider.java  |   8 +-
 .../plugin/jdbc/h2/dao/H2AggregationQueryDAO.java  |  71 ++++++
 .../plugin/jdbc/h2/dao/H2MetadataQueryDAO.java     | 241 +++++++++++++++++++++
 .../plugin/jdbc/h2/dao/H2TraceQueryDAO.java        |  87 +++++++-
 5 files changed, 407 insertions(+), 5 deletions(-)
 create mode 100644 oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2AggregationQueryDAO.java
 create mode 100644 oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2MetadataQueryDAO.java