You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Diagram

Unable to render 'XSD Viewer' macro

Could not find the given XSD (xsd_macrodc0a666a77597431a8f2bf82a65e3b98.png) on page (JADE Parameter Reference - Atomicity)

Elements

Atomicity - AtomicityType
References Notes

YADE uses a temporary (atomic) prefix and/or suffix to mask the presence of a file being transferred until the transfer has completed.

Element Type Required Description
AtomicPrefix string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies whether target files should be created with a prefix such as "~" and have to be renamed to the target file name after the file transfer has been completed without errors.

This mechanism is useful if the target directory is monitored for incoming files by an application such as JobScheduler and if files are required to appear atomically - i.e during transfer - instead of being shown after transfer has been completed.

The value of this parameter is the temporary prefix.

AtomicSuffix string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies whether target files should be created with a suffix such as "~" and have to be renamed to the target file name after the file transfer has been completed without errors.

This mechanism is useful if the target directory is monitored for incoming files by some application and if files are required to appear atomically instead of being subsequently written to. This setting is recommended should target directories be monitored by an application or the JobScheduler.

The value of this parameter is the temporary suffix.

The purpose of the Atomicity parameters is to ensure that further processing steps - such as might be initiated by monitoring systems - can only be started once the file has been fully transferred.

The atomic prefix or suffix are applied added to the file at the target system. File transfer itself occurs under the file's original name.

  • No labels