You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/02/12 04:24:59 UTC

[incubator-iotdb] branch mmanager_refactor updated (6db2964 -> 62e757d)

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

sunzesong pushed a change to branch mmanager_refactor
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 6db2964  Add java doc for MNode
     add 62e757d  Refactor all paths in `Path` to `String` in MManager

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 295 ++++++---------------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |   9 -
 .../org/apache/iotdb/db/monitor/StatMonitor.java   |   2 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  16 +-
 .../iotdb/db/engine/MetadataManagerHelper.java     |  76 +++---
 .../iotdb/db/metadata/MManagerBasicTest.java       |  59 ++---
 .../iotdb/db/metadata/MManagerImproveTest.java     |  35 ++-
 7 files changed, 175 insertions(+), 317 deletions(-)