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 2020/03/29 13:04:10 UTC

[skywalking] branch core-refactor updated (a60c7d4 -> ab81183)

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

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


    from a60c7d4  Update H2TableInstaller.java
     add ab81183  Rename StorageDataType to StorageDataComplexObject

No new revisions were added by this update.

Summary of changes:
 .../oap/server/core/analysis/metrics/IntKeyLongValue.java |  4 ++--
 .../core/analysis/metrics/IntKeyLongValueHashMap.java     |  4 ++--
 ...StorageDataType.java => StorageDataComplexObject.java} | 15 +++++++++++++--
 .../server/storage/plugin/elasticsearch/base/EsDAO.java   |  6 +++---
 .../storage/plugin/influxdb/base/InfluxInsertRequest.java |  6 +++---
 .../server/storage/plugin/influxdb/base/MetricsDAO.java   |  6 +++---
 .../server/storage/plugin/jdbc/h2/dao/H2SQLExecutor.java  | 10 +++++-----
 7 files changed, 31 insertions(+), 20 deletions(-)
 rename oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/type/{StorageDataType.java => StorageDataComplexObject.java} (74%)