Skip to content
Snippets Groups Projects
Commit 688df2e7 authored by ribeaudc's avatar ribeaudc
Browse files

[DMV-12] add: - 'DirectoryScanningChangeListener'.

- 'highwater-mark' value in integration tests for both datamovers.
change: - 'Main.UnhandledPathsChangeListener' renamed to 'PathHandlerInterceptor' and moved to 'common'.
- 'LocalProcessor' constructor and 'LocalProcessor.create' method removed.
- 'IFileStore' extends 'ISelfTestable' and default 'check' method implementation in 'FileStore'.
minor:
- Javadoc improved in 'IPathMover' and 'FileStoreRemoteMounted'.
- final keyword added when possible.

SVN: 6047
parent c77a6dd9
No related branches found
No related tags found
No related merge requests found
incoming-dir = ../data/in-analysis
buffer-dir = data/buffer
# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is
# specified or if value is negative, the system will not be watching.
buffer-dir.highwater-mark = 1048576
outgoing-dir = ../data/out-analysis
# outgoing-dir.highwater-mark = 1048576
manual-intervention-dir = data/manual_intervention
check-interval = 2
quiet-period = 5
......
incoming-dir = ../data/in-raw
buffer-dir = data/buffer
# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is
# specified or if value is negative, the system will not be watching.
buffer-dir.highwater-mark = 1048576
outgoing-dir = ../data/out-raw
# outgoing-dir.highwater-mark = 1048576
manual-intervention-dir = data/manual_intervention
extra-copy-dir = ../data/analysis-copy
treat-incoming-as-remote = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment