Uses of Interface
org.apache.iotdb.itbase.env.JVMConfig
Packages that use JVMConfig
Package
Description
-
Uses of JVMConfig in org.apache.iotdb.it.env.cluster.config
Classes in org.apache.iotdb.it.env.cluster.config that implement JVMConfigMethods in org.apache.iotdb.it.env.cluster.config that return JVMConfigModifier and TypeMethodDescriptionMppClusterConfig.getConfigNodeJVMConfig()MppClusterConfig.getDataNodeJVMConfig()MppJVMConfig.setInitHeapSize(int initSize) MppJVMConfig.setMaxDirectMemorySize(int maxSize) MppJVMConfig.setMaxHeapSize(int maxSize) MppJVMConfig.setTimezone(String timezone) -
Uses of JVMConfig in org.apache.iotdb.it.env.remote.config
Classes in org.apache.iotdb.it.env.remote.config that implement JVMConfigMethods in org.apache.iotdb.it.env.remote.config that return JVMConfigModifier and TypeMethodDescriptionRemoteClusterConfig.getConfigNodeJVMConfig()RemoteClusterConfig.getDataNodeJVMConfig()RemoteJVMConfig.setInitHeapSize(int initSize) RemoteJVMConfig.setMaxDirectMemorySize(int maxSize) RemoteJVMConfig.setMaxHeapSize(int maxSize) -
Uses of JVMConfig in org.apache.iotdb.itbase.env
Methods in org.apache.iotdb.itbase.env that return JVMConfigModifier and TypeMethodDescriptionClusterConfig.getConfigNodeJVMConfig()Get the JVM Configuration setter of ConfigNodes.ClusterConfig.getDataNodeJVMConfig()Get the JVM Configuration setter of DataNodes.JVMConfig.setInitHeapSize(int initSize) Set the init heap size in MB.JVMConfig.setMaxDirectMemorySize(int maxSize) Set the max memory size allocated out of heap in MB.JVMConfig.setMaxHeapSize(int maxSize) Set the max heap size in MB.