Skip to content
Snippets Groups Projects
Commit 599efba5 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Replace spesb with theodolite at all places

The Project is renamed to theodolite and therefore all packages
should be renamed likewise.
parent c9a56f5b
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 24 deletions
package spesb.commons.kafkastreams;
package theodolite.commons.kafkastreams;
import java.util.Objects;
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.
......
package spesb.uc1.application;
package theodolite.uc1.application;
import java.util.concurrent.CompletableFuture;
import org.apache.commons.configuration2.Configuration;
import org.apache.kafka.streams.KafkaStreams;
import spesb.uc1.streamprocessing.Uc1KafkaStreamsBuilder;
import theodolite.uc1.streamprocessing.Uc1KafkaStreamsBuilder;
import titan.ccp.common.configuration.Configurations;
/**
......
package spesb.uc1.streamprocessing;
package theodolite.uc1.streamprocessing;
import com.google.gson.Gson;
import org.apache.kafka.common.serialization.Serdes;
......
package spesb.uc1.streamprocessing;
package theodolite.uc1.streamprocessing;
import java.util.Objects;
import org.apache.kafka.streams.Topology;
import spesb.commons.kafkastreams.KafkaStreamsBuilder;
import theodolite.commons.kafkastreams.KafkaStreamsBuilder;
/**
* 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.function.Function;
......
package spesb.uc1.workloadgenerator;
package theodolite.uc1.workloadgenerator;
import java.io.IOException;
import java.util.List;
......@@ -14,7 +14,7 @@ import java.util.stream.IntStream;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import spesb.kafkasender.KafkaRecordSender;
import theodolite.kafkasender.KafkaRecordSender;
import titan.ccp.models.records.ActivePowerRecord;
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.util.concurrent.CompletableFuture;
import org.apache.commons.configuration2.Configuration;
import org.apache.kafka.streams.KafkaStreams;
import spesb.uc2.streamprocessing.Uc2KafkaStreamsBuilder;
import theodolite.uc2.streamprocessing.Uc2KafkaStreamsBuilder;
import titan.ccp.common.configuration.Configurations;
/**
......
package spesb.uc2.application;
package theodolite.uc2.application;
/**
* Keys to access configuration parameters.
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import java.util.Map;
import java.util.Optional;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import java.util.Map;
import java.util.Optional;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import com.google.common.base.MoreObjects;
import java.util.ArrayList;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import java.util.Map;
import java.util.Set;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import java.util.Set;
import titan.ccp.models.records.ActivePowerRecord;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import java.util.HashSet;
import java.util.Optional;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import java.util.HashSet;
import java.util.Set;
......
package spesb.uc2.streamprocessing;
package theodolite.uc2.streamprocessing;
import org.apache.kafka.streams.kstream.Windowed;
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