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

Align package structure uc1 hzj

parent 2860ae73
No related branches found
No related tags found
1 merge request!208Add benchmark implementations for Hazelcast Jet
......@@ -2,4 +2,4 @@ plugins {
id 'theodolite.hazelcastjet'
}
mainClassName = "theodolite.uc1.application.HistoryService"
mainClassName = "rocks.theodolite.benchmarks.uc1.hazelcastjet.HistoryService"
package theodolite.uc1.application;
package rocks.theodolite.benchmarks.uc1.hazelcastjet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
......
package theodolite.uc1.application;
package rocks.theodolite.benchmarks.uc1.hazelcastjet;
import com.hazelcast.jet.JetInstance;
import com.hazelcast.jet.config.JobConfig;
......
package theodolite.uc1.application;
package rocks.theodolite.benchmarks.uc1.hazelcastjet;
import io.confluent.kafka.serializers.KafkaAvroDeserializer;
import java.util.Objects;
......
package theodolite.uc1.application;
package rocks.theodolite.benchmarks.uc1.hazelcastjet;
import com.google.gson.Gson;
import com.hazelcast.jet.kafka.KafkaSources;
......
......@@ -19,6 +19,7 @@ import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import rocks.theodolite.benchmarks.uc1.hazelcastjet.Uc1PipelineBuilder;
import titan.ccp.model.records.ActivePowerRecord;
/**
......
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