Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
7dfb7dd1
Commit
7dfb7dd1
authored
9 years ago
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
javadoc fixes
parent
73295e6c
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
src/main/java/teetime/stage/Clock.java
+4
-4
4 additions, 4 deletions
src/main/java/teetime/stage/Clock.java
with
4 additions
and
4 deletions
src/main/java/teetime/stage/Clock.java
+
4
−
4
View file @
7dfb7dd1
...
@@ -19,10 +19,10 @@ import teetime.framework.AbstractProducerStage;
...
@@ -19,10 +19,10 @@ import teetime.framework.AbstractProducerStage;
import
teetime.framework.TerminationStrategy
;
import
teetime.framework.TerminationStrategy
;
/**
/**
* This stage sends
an element
repeatedly with a given interval {@link #intervalDelayInMs}.
* This stage sends
the current timestamp
repeatedly with a given interval
delay of
{@link #intervalDelayInMs}.
*
*
* @stage.sketch
* @stage.sketch
*
*
* <pre>
* <pre>
* +------------------------+
* +------------------------+
* | |
* | |
...
@@ -35,7 +35,7 @@ import teetime.framework.TerminationStrategy;
...
@@ -35,7 +35,7 @@ import teetime.framework.TerminationStrategy;
*
*
* @author Nelson Tavares de Sousa
* @author Nelson Tavares de Sousa
*
*
* @stage.output
A long with the current system time in ms
.
* @stage.output
Current timestamp as long
.
*
*
*/
*/
public
final
class
Clock
extends
AbstractProducerStage
<
Long
>
{
public
final
class
Clock
extends
AbstractProducerStage
<
Long
>
{
...
@@ -47,7 +47,7 @@ public final class Clock extends AbstractProducerStage<Long> {
...
@@ -47,7 +47,7 @@ public final class Clock extends AbstractProducerStage<Long> {
*/
*/
private
long
initialDelayInMs
;
private
long
initialDelayInMs
;
/**
/**
* Interval between two sent elements.
* Interval between two sent elements
in ms
.
*/
*/
private
long
intervalDelayInMs
;
private
long
intervalDelayInMs
;
...
...
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