syncRegistry {BatchJobs}R Documentation

Syncronize staged queries into the registry.

Description

If the option “staged.queries” is enabled, all communication from the nodes to the master is done via files in the subdirectory “pending” of the file.dir. This function checks for such files and merges the information into the database. Usually you do not have to call this function yourself.

Usage

syncRegistry(reg)

Arguments

reg

[Registry]
Registry.

Value

Invisibly returns TRUE on success.


[Package BatchJobs version 1.9 Index]