pub.cache.bulk:isNodeBulkLoadEnabled
WmPublic. Checks whether the cache of the current Integration Server node in the Terracotta Server Array cluster is bulk-load enabled.
Input Parameters
cacheManagerName | String Name of the cache manager that manages the cache. This parameter is case sensitive. |
cacheName | String Name of the distributed cache to check for bulk loading. This parameter is case sensitive. |
Output Parameters
enabled | String Indicates whether the cache is enabled for bulk loading. true indicates that the Integration Server node calling the service is the same one that enabled bulk-loading. false indicates one of the following:  The Integration Server node calling the service was not the same node that enabled bulk loading.  The specified cache is a local cache. |
Usage Notes
The pub.cache.bulk:isNodeBulkLoadEnabled service applies only to distributed caches.
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.