474645f7b4771e3316ca183ed0a813dd98a25758
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getEntryReadBatchSize() : int renamed to public getMaxEntryReadBatchSize() : int in class org.apache.pulsar.sql.presto.PulsarConnectorConfig | From | To | |
Rename Method public setEntryReadBatchSize(batchSize int) : PulsarConnectorConfig renamed to public setMaxEntryReadBatchSize(batchSize int) : PulsarConnectorConfig in class org.apache.pulsar.sql.presto.PulsarConnectorConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute batchSize : int to maxBatchSize : int in class org.apache.pulsar.sql.presto.PulsarRecordCursor | From | To | |
Extract Variable | 1 | ||
Extract Variable bytes : long in method public run() : void from class org.apache.pulsar.sql.presto.PulsarRecordCursor.DeserializeEntries | From | To |