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/15 12:41:36 UTC

[incubator-iotdb] branch mmanager_refactor updated (e63aa2d -> fc267f1)

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 e63aa2d  Move MMTree related methods in PlanExecutor into MManager
     add fc267f1  Change MNode method to isNodeType

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     |  35 +------
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 114 +++++----------------
 .../org/apache/iotdb/db/metadata/MetaUtils.java    |   1 -
 .../iotdb/db/metadata/mnode/InternalMNode.java     |   4 +-
 .../apache/iotdb/db/metadata/mnode/LeafMNode.java  |   4 +-
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |  12 +--
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  99 ++++++++++++++++--
 .../iotdb/db/metadata/MManagerImproveTest.java     |   2 +-
 8 files changed, 127 insertions(+), 144 deletions(-)