Class LocalMemoryManager
- java.lang.Object
-
- org.apache.iotdb.db.mpp.execution.memory.LocalMemoryManager
-
public class LocalMemoryManager extends java.lang.ObjectManages memory of a data node. The memory is divided into two memory pools so that the memory for read and for write can be isolated.
-
-
Constructor Summary
Constructors Constructor Description LocalMemoryManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemoryPoolgetQueryPool()
-
-
-
Method Detail
-
getQueryPool
public MemoryPool getQueryPool()
-
-