From e8b7fc6c708e1bce470479e27f7b8b68cdb32f6f Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Sun, 10 Jan 2021 09:36:09 +0100 Subject: [PATCH] Start with skelet from run_uc.py --- .../src/main/kotlin/theodolite/Run_uc.kt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt b/theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt new file mode 100644 index 000000000..d3e3a75bf --- /dev/null +++ b/theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt @@ -0,0 +1,28 @@ +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 -- GitLab