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
09b7e545
Commit
09b7e545
authored
3 years ago
by
Lorenz Boguhn
Committed by
Lorenz Boguhn
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add keys from uc2-4 to beam commons ConfigurationsKeys
parent
908757e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!187
Migrate Beam benchmark implementation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/beam-commons/src/main/java/theodolite/commons/beam/ConfigurationKeys.java
+11
-6
11 additions, 6 deletions
.../main/java/theodolite/commons/beam/ConfigurationKeys.java
with
11 additions
and
6 deletions
theodolite-benchmarks/beam-commons/src/main/java/theodolite/commons/beam/ConfigurationKeys.java
+
11
−
6
View file @
09b7e545
...
@@ -23,24 +23,29 @@ public final class ConfigurationKeys {
...
@@ -23,24 +23,29 @@ public final class ConfigurationKeys {
public
static
final
String
KAFKA_CONFIGURATION_TOPIC
=
"kafka.configuration.topic"
;
public
static
final
String
KAFKA_CONFIGURATION_TOPIC
=
"kafka.configuration.topic"
;
// UC2
// UC2
public
static
final
String
EMIT_PERIOD_MS
=
"emit.period.ms"
;
public
static
final
String
GRACE_PERIOD_MS
=
"grace.period.ms"
;
// UC3
public
static
final
String
KAFKA_WINDOW_DURATION_MINUTES
=
"kafka.window.duration.minutes"
;
public
static
final
String
KAFKA_WINDOW_DURATION_MINUTES
=
"kafka.window.duration.minutes"
;
// UC
4
// UC
3
public
static
final
String
AGGREGATION_DURATION_DAYS
=
"aggregation.duration.days"
;
public
static
final
String
AGGREGATION_DURATION_DAYS
=
"aggregation.duration.days"
;
public
static
final
String
AGGREGATION_ADVANCE_DAYS
=
"aggregation.advance.days"
;
public
static
final
String
AGGREGATION_ADVANCE_DAYS
=
"aggregation.advance.days"
;
// UC4
public
static
final
String
EMIT_PERIOD_MS
=
"emit.period.ms"
;
public
static
final
String
GRACE_PERIOD_MS
=
"grace.period.ms"
;
// BEAM
// BEAM
public
static
final
String
ENABLE_AUTO_COMMIT_CONFIG
=
"enable.auto.commit.config"
;
public
static
final
String
ENABLE_AUTO_COMMIT_CONFIG
=
"enable.auto.commit.config"
;
public
static
final
String
AUTO_OFFSET_RESET_CONFIG
=
"auto.offset.reset.config"
;
public
static
final
String
AUTO_OFFSET_RESET_CONFIG
=
"auto.offset.reset.config"
;
public
static
final
String
SPECIFIC_AVRO_READER
=
"specific.avro.reader"
;
public
static
final
String
SPECIFIC_AVRO_READER
=
"specific.avro.reader"
;
private
static
final
String
TRIGGER_INTERVAL
=
"trigger.interval"
;
private
ConfigurationKeys
()
{
private
ConfigurationKeys
()
{
}
}
...
...
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