Skip to content
Snippets Groups Projects
Commit bbf0d3eb authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'feature/renameToTheodolite' into 'master'

Rename Java Packages, Projects etc. to Theodolite

Closes #36

See merge request !8
parents 8aaea7bf 6f692bf6
No related branches found
No related tags found
1 merge request!8Rename Java Packages, Projects etc. to Theodolite
Pipeline #478 passed with warnings
Showing
with 23 additions and 23 deletions
configFilePath=config/checkstyle.xml configFilePath=config/checkstyle.xml
customModulesJarPaths= customModulesJarPaths=
eclipse.preferences.version=1 eclipse.preferences.version=1
enabled=true enabled=false
customRulesJars= customRulesJars=
eclipse.preferences.version=1 eclipse.preferences.version=1
enabled=true enabled=false
ruleSetFilePath=config/pmd.xml ruleSetFilePath=config/pmd.xml
package spesb.commons.kafkastreams; package theodolite.commons.kafkastreams;
import java.util.Objects; import java.util.Objects;
import java.util.Properties; import java.util.Properties;
......
mainClassName = "spesb.uc1.application.HistoryService" mainClassName = "theodolite.uc1.application.HistoryService"
package spesb.uc1.application; package theodolite.uc1.application;
/** /**
* Keys to access configuration parameters. * Keys to access configuration parameters.
......
package spesb.uc1.application; package theodolite.uc1.application;
import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletableFuture;
import org.apache.commons.configuration2.Configuration; import org.apache.commons.configuration2.Configuration;
import org.apache.kafka.streams.KafkaStreams; import org.apache.kafka.streams.KafkaStreams;
import spesb.uc1.streamprocessing.Uc1KafkaStreamsBuilder; import theodolite.uc1.streamprocessing.Uc1KafkaStreamsBuilder;
import titan.ccp.common.configuration.Configurations; import titan.ccp.common.configuration.Configurations;
/** /**
......
package spesb.uc1.streamprocessing; package theodolite.uc1.streamprocessing;
import com.google.gson.Gson; import com.google.gson.Gson;
import org.apache.kafka.common.serialization.Serdes; import org.apache.kafka.common.serialization.Serdes;
......
package spesb.uc1.streamprocessing; package theodolite.uc1.streamprocessing;
import java.util.Objects; import java.util.Objects;
import org.apache.kafka.streams.Topology; import org.apache.kafka.streams.Topology;
import spesb.commons.kafkastreams.KafkaStreamsBuilder; import theodolite.commons.kafkastreams.KafkaStreamsBuilder;
/** /**
* Builder for the Kafka Streams configuration. * Builder for the Kafka Streams configuration.
......
mainClassName = "spesb.uc1.workloadgenerator.LoadGenerator" mainClassName = "theodolite.uc1.workloadgenerator.LoadGenerator"
package spesb.kafkasender; package theodolite.kafkasender;
import java.util.Properties; import java.util.Properties;
import java.util.function.Function; import java.util.function.Function;
......
package spesb.uc1.workloadgenerator; package theodolite.uc1.workloadgenerator;
import java.io.IOException; import java.io.IOException;
import java.util.List; import java.util.List;
...@@ -14,7 +14,7 @@ import java.util.stream.IntStream; ...@@ -14,7 +14,7 @@ import java.util.stream.IntStream;
import org.apache.kafka.clients.producer.ProducerConfig; import org.apache.kafka.clients.producer.ProducerConfig;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import spesb.kafkasender.KafkaRecordSender; import theodolite.kafkasender.KafkaRecordSender;
import titan.ccp.models.records.ActivePowerRecord; import titan.ccp.models.records.ActivePowerRecord;
public class LoadGenerator { public class LoadGenerator {
......
mainClassName = "spesb.uc2.application.AggregationService" mainClassName = "theodolite.uc2.application.AggregationService"
package spesb.uc2.application; package theodolite.uc2.application;
import java.time.Duration; import java.time.Duration;
import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletableFuture;
import org.apache.commons.configuration2.Configuration; import org.apache.commons.configuration2.Configuration;
import org.apache.kafka.streams.KafkaStreams; import org.apache.kafka.streams.KafkaStreams;
import spesb.uc2.streamprocessing.Uc2KafkaStreamsBuilder; import theodolite.uc2.streamprocessing.Uc2KafkaStreamsBuilder;
import titan.ccp.common.configuration.Configurations; import titan.ccp.common.configuration.Configurations;
/** /**
......
package spesb.uc2.application; package theodolite.uc2.application;
/** /**
* Keys to access configuration parameters. * Keys to access configuration parameters.
......
package spesb.uc2.streamprocessing; package theodolite.uc2.streamprocessing;
import java.util.Map; import java.util.Map;
import java.util.Optional; import java.util.Optional;
......
package spesb.uc2.streamprocessing; package theodolite.uc2.streamprocessing;
import java.util.Map; import java.util.Map;
import java.util.Optional; import java.util.Optional;
......
package spesb.uc2.streamprocessing; package theodolite.uc2.streamprocessing;
import com.google.common.base.MoreObjects; import com.google.common.base.MoreObjects;
import java.util.ArrayList; import java.util.ArrayList;
......
package spesb.uc2.streamprocessing; package theodolite.uc2.streamprocessing;
import java.util.Map; import java.util.Map;
import java.util.Set; import java.util.Set;
......
package spesb.uc2.streamprocessing; package theodolite.uc2.streamprocessing;
import java.util.Set; import java.util.Set;
import titan.ccp.models.records.ActivePowerRecord; import titan.ccp.models.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