This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch mem_control
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 182b230 Merge branch 'master' of
https://github.com/apache/incubator-iotdb into mem_control
add 0db167a Add interface for System module and ArrayManager
No new revisions were added by this update.
Summary of changes:
.../ArrayManager.java} | 46 +++++++------
...TVListAllocatorMBean.java => FlushManager.java} | 22 +++++-
.../apache/iotdb/db/rescon/PrimitiveArrayPool.java | 14 ++--
.../java/org/apache/iotdb/db/rescon/System.java | 78 ++++++++++++++++++++++
4 files changed, 133 insertions(+), 27 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/{qp/physical/crud/FillQueryPlan.java
=> rescon/ArrayManager.java} (55%)
copy
server/src/main/java/org/apache/iotdb/db/rescon/{TVListAllocatorMBean.java =>
FlushManager.java} (73%)
create mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/System.java