Dump the current contents of the task pool to disk. If the task pool is empty then no file will be created.
Uses ocean.io.device.File instead of ocean.io.device.TempFile due to issues copying across partitions in the AUFS storage driver.
The task pool to dump to disk.
Dump current active tasks to the file path.
The number of items dumped to disk.
Exception on failure to create file.
See Implementation
Dump the current contents of the task pool to disk. If the task pool is empty then no file will be created.
Uses ocean.io.device.File instead of ocean.io.device.TempFile due to issues copying across partitions in the AUFS storage driver.