setPrefetchComputeNodeData
Syntax
setPrefetchComputeNodeData(flag)
Arguments
flag is a Boolean value.
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.
Examples
setPrefetchComputeNodeData(false)
Related Function: getPrefetchComputeNodeData