Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
Sören Henning
theodolite
Commits
4b981687
Commit
4b981687
authored
2 years ago
by
Lorenz Boguhn
Browse files
Options
Downloads
Patches
Plain Diff
HazelcastJet: uc3 fix codestyle
parent
a23816b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!275
Refactor hazelcast jet benchmarks:
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/uc3-hazelcastjet/src/main/java/rocks/theodolite/benchmarks/uc3/hazelcastjet/Uc3PipelineFactory.java
+5
-0
5 additions, 0 deletions
...olite/benchmarks/uc3/hazelcastjet/Uc3PipelineFactory.java
with
5 additions
and
0 deletions
theodolite-benchmarks/uc3-hazelcastjet/src/main/java/rocks/theodolite/benchmarks/uc3/hazelcastjet/Uc3PipelineFactory.java
+
5
−
0
View file @
4b981687
...
...
@@ -23,6 +23,10 @@ import rocks.theodolite.benchmarks.uc3.hazelcastjet.uc3specifics.HoursOfDayKeyFa
import
rocks.theodolite.benchmarks.uc3.hazelcastjet.uc3specifics.StatsKeyFactory
;
/**
* PipelineFactory for use case 3.
* Allows to build and extend pipelines.
*/
public
class
Uc3PipelineFactory
extends
PipelineFactory
{
private
final
Duration
hoppingSize
;
...
...
@@ -60,6 +64,7 @@ public class Uc3PipelineFactory extends PipelineFactory {
* @return a pipeline used which can be used in a Hazelcast Jet Instance to process data
* for UC3.
*/
@Override
public
Pipeline
buildPipeline
()
{
// Define the source
...
...
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