443911988d246a2cc62abc450758a3702552046a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setRetryTimeout(retryTimeout long) : void renamed to public setTimeout(timeout long) : void in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type consumerCfg : ConsumerConfig to consumerCfg : Properties in method public setConsumerConfig(consumerCfg Properties) : void in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Change Parameter Type topic : String to topics : List<String> in method public setTopic(topics List<String>) : void in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Change Return Type | 1 | ||
Change Return Type ConsumerConfig to Properties in method private createDefaultConsumerConfig(servers String, grpId String) : Properties in class org.apache.ignite.stream.kafka.KafkaIgniteStreamerSelfTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private stopped : boolean from class org.apache.ignite.stream.kafka.KafkaStreamer to private stopped : boolean from class org.apache.ignite.stream.kafka.KafkaStreamer.ConsumerTask | From | To | |
Rename Attribute | 2 | ||
Rename Attribute retryTimeout : long to timeout : long in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Rename Attribute topic : String to topics : List<String> in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type topic : String to topics : List<String> in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Change Attribute Type consumerCfg : ConsumerConfig to consumerCfg : Properties in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Rename Parameter | 3 | ||
Rename Parameter retryTimeout : long to timeout : long in method public setTimeout(timeout long) : void in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Rename Parameter topic : String to topics : List<String> in method public setTopic(topics List<String>) : void in class org.apache.ignite.stream.kafka.KafkaStreamer | From | To | |
Rename Parameter zooKeeper : String to servers : String in method private createDefaultConsumerConfig(servers String, grpId String) : Properties in class org.apache.ignite.stream.kafka.KafkaIgniteStreamerSelfTest | From | To |