Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
1f0b44fd
Commit
1f0b44fd
authored
16 years ago
by
ribeaudc
Browse files
Options
Downloads
Patches
Plain Diff
minor: - Add comments.
SVN: 7537
parent
ab4e8a1e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
+7
-0
7 additions, 0 deletions
...source/java/ch/systemsx/cisd/datamover/PropertyNames.java
with
7 additions
and
0 deletions
datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
+
7
−
0
View file @
1f0b44fd
...
@@ -42,6 +42,10 @@ public final class PropertyNames
...
@@ -42,6 +42,10 @@ public final class PropertyNames
/** The local directory where we create additional copy of the incoming data. */
/** The local directory where we create additional copy of the incoming data. */
static
final
String
EXTRA_COPY_DIR
=
"extra-copy-dir"
;
static
final
String
EXTRA_COPY_DIR
=
"extra-copy-dir"
;
/**
* Time period (in seconds) to wait after a failure has occurred before the operation is
* re-tried.
*/
static
final
String
FAILURE_INTERVAL
=
"failure-interval"
;
static
final
String
FAILURE_INTERVAL
=
"failure-interval"
;
static
final
String
HARD_LINK_EXECUTABLE
=
"hard-link-executable"
;
static
final
String
HARD_LINK_EXECUTABLE
=
"hard-link-executable"
;
...
@@ -62,6 +66,9 @@ public final class PropertyNames
...
@@ -62,6 +66,9 @@ public final class PropertyNames
static
final
String
MANUAL_INTERVENTION_REGEX
=
"manual-intervention-regex"
;
static
final
String
MANUAL_INTERVENTION_REGEX
=
"manual-intervention-regex"
;
/**
* Maximal number of re-tries of a failed operation before giving up on it.
*/
static
final
String
MAX_RETRIES
=
"max-retries"
;
static
final
String
MAX_RETRIES
=
"max-retries"
;
/** The remote directory (or host and directory) to move the data to. */
/** The remote directory (or host and directory) to move the data to. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment