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 13:47:36 UTC

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

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 fc267f1  Change MNode method to isNodeType
     add f73c0bd  Refactor of StorageEngine

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 15 +++++++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  7 ++++
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 13 ++-----
 .../iotdb/db/metadata/mnode/InternalMNode.java     |  3 +-
 .../apache/iotdb/db/metadata/mnode/LeafMNode.java  |  5 +--
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  | 21 ++++-------
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 41 ++++++++--------------
 7 files changed, 49 insertions(+), 56 deletions(-)