releaseBuckets
Releases the result of offline calculations on the server to release resources.
void releaseBuckets(
DG_Buckets **buckets
)
Parameters
Parameter |
Description |
Input/Output |
|---|---|---|
buckets |
Bucketing result of the offline calculations on the server |
Input |
Return Values
None.
Error Codes
None.
Dependency
None.
Example
#include "data_guard_mpc.h" psmOpts.releaseBuckets(&buckets);
This API is used to release the offline calculation result. You need to call this API to release the bucketing result before stopping the PSM service. Before restarting the PSM service, you need to call offlineCalculate first.
Parent topic: PSM Operator