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
1ddab837
Commit
1ddab837
authored
13 years ago
by
cramakri
Browse files
Options
Downloads
Patches
Plain Diff
MINOR: Improved documentation.
SVN: 21437
parent
26bb013d
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
datastore_server/source/java/ch/systemsx/cisd/etlserver/registrator/api/v1/IDataSet.java
+8
-0
8 additions, 0 deletions
.../systemsx/cisd/etlserver/registrator/api/v1/IDataSet.java
with
8 additions
and
0 deletions
datastore_server/source/java/ch/systemsx/cisd/etlserver/registrator/api/v1/IDataSet.java
+
8
−
0
View file @
1ddab837
...
...
@@ -68,6 +68,8 @@ public interface IDataSet
/**
* The file format type of the data set. Defaults to the default specified in
* {@link FileFormatType}.
* <p>
* This property is undefined for container data sets.
*
* @return The code of the {@link FileFormatType} for this data set.
*/
...
...
@@ -75,6 +77,8 @@ public interface IDataSet
/**
* Set the file format type.
* <p>
* This property is undefined for container data sets.
*
* @param fileFormatTypeCode The code of the desired {@link FileFormatType}.
*/
...
...
@@ -106,6 +110,8 @@ public interface IDataSet
/**
* Returns the speed hint. If it hasn't been set by {@link #setSpeedHint(int)} the default value
* {@link Constants#DEFAULT_SPEED_HINT} will be returned.
* <p>
* This property is undefined for container data sets.
*/
public
int
getSpeedHint
();
...
...
@@ -116,6 +122,8 @@ public interface IDataSet
* A positive value means that the data set should be stored in a storage with speed >=
* <code>speedHint</code>. A negative value means that the data set should be stored in a
* storage with speed <= <code>abs(speedHint)</code>. The speed hint might be ignored.
* <p>
* This property is undefined for container data sets.
*/
public
void
setSpeedHint
(
int
speedHint
);
...
...
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