Skip to content
Snippets Groups Projects
Commit e8b7fc6c authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Start with skelet from run_uc.py

parent e9357c10
No related branches found
No related tags found
6 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!81Feature/126 kafka communication,!79Feature/127 zookeeper communication,!78Resolve "Implement Quarkus/Kotlin protype"
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
package theodolite
class Run_uc {
fun wait_execution(execution_minutes :Integer){
return
}
fun create_topics(topics: List<Pair<String,String>>){
}
fun delete_topics(topics: List<Pair<String,String>>){
}
fun reset_zookeeper(){
}
fun start_workload_generator(wg: String, dim_value:Integer, uc_id: String){
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment