pub.cache.bulk:setNodeBulkLoadEnabled
WmPublic. Enables or disables bulk loading mode in the current Integration Server node for the cache.
Input Parameters
cacheManagerName | String Name of the cache manager that manages the cache. This parameter is case sensitive. |
cacheName | String Name of the cache on which to enable or disable bulk loading. This parameter is case sensitive. |
bulkMode | String Indicates whether to enable the bulk-load mode for the cache. Set to: true to enable the bulk-load mode. This is the default. false to disable the bulk-load mode. |
Output Parameters
None.
Usage Notes
The pub.cache.bulk:setNodeBulkLoadEnabled service applies only to distributed caches.
The pub.cache.bulk:setNodeBulkLoadEnabled service does nothing if you:
Try to enable bulk loading (
bulkMode set to
true) when the node is already in bulk-load mode.
Try to disable bulk loading (
bulkMode set to
false) when the node is not already in bulk-load mode.
Integration Server issues a ServiceException in the following cases:
If you do not specify all required input parameters.
If
Integration Server cannot find the specified cache manager or cache.
If a cache operation fails.