This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch feature/memory_transfer
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bcce8a93f0c only focus on onheap memory
add a2fa7184a97 Add Cache Transfer
No new revisions were added by this update.
Summary of changes:
.../analyze/cache/partition/PartitionCache.java | 13 +++++++++++-
.../cache/schema/DataNodeDevicePathCache.java | 17 +++++++++++++--
.../fetcher/cache/TableDeviceSchemaCache.java | 24 ++++++++++++++++++----
.../db/storageengine/buffer/BloomFilterCache.java | 18 +++++++++++++---
.../iotdb/db/storageengine/buffer/ChunkCache.java | 17 +++++++++++++--
.../buffer/TimeSeriesMetadataCache.java | 17 +++++++++++++--
.../apache/iotdb/commons/memory/IMemoryBlock.java | 22 ++++++++++++++------
.../apache/iotdb/commons/memory/MemoryManager.java | 2 +-
.../iotdb/commons/memory/MemoryRuntimeAgent.java | 2 ++
9 files changed, 111 insertions(+), 21 deletions(-)