setPrefetchComputeNodeData
Syntax
setPrefetchComputeNodeData(flag)
Details
Modify the value of enableComputeNodePrefetchData online. This function can only be executed by an administrator on the controller.
Note: The modified configuration is only valid for the current node, and will expire after the system restarts. To make it permanent, please set the configuration parameter enableComputeNodePrefetchData.
Parameters
flag is a Boolean value.
Examples
setPrefetchComputeNodeData(false)
Related Function: getPrefetchComputeNodeData
