A class to periodically check for packed SiLK Flow files in the
directory incomingDir.
Spawn a thread to copy the contents of sourcePath to
targetPath and then remove sourcePath.
Spawn a thread to copy the contents of sourcePath to
targetPath and then remove sourcePath. If targetPath
exists, a GUID suffix is added to the file name.
The file containing data to be copied.
The destination for the data.
A class to periodically check for packed SiLK Flow files in the directory
incomingDir. For each source file, the file's contents is written to a target file in a directory hierarchy rooted at the directoryrootDir. The location of the target file is determined by the given SilkConfig.Filenames in
incomingDirthat begin with a dot are ignored.The
jobs()method returns an Iterable of PackFileJob instances where each instance spawns a thread to process the records in a single file.The directory to check for incoming files.
The root of the directory where new files are created.