0c609878e1eccd35f31bc4fdc86bd3fe9da21593
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public write(applicationScope ApplicationScope, uniqueValue UniqueValue) : MutationBatch renamed to public writeCQL(applicationScope ApplicationScope, uniqueValue UniqueValue, timeToLive int) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyProxyImpl | From | To | |
Rename Method public write(applicationScope ApplicationScope, uniqueValue UniqueValue) : MutationBatch renamed to public writeCQL(applicationScope ApplicationScope, uniqueValue UniqueValue, timeToLive int) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.UniqueValueSerializationStrategy | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type consistencyLevel : ConsistencyLevel to consistencyLevel : com.netflix.astyanax.model.ConsistencyLevel in method public load(appScope ApplicationScope, consistencyLevel com.netflix.astyanax.model.ConsistencyLevel, type String, fields Collection<Field>) : UniqueValueSet in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyImpl | From | To | |
Change Return Type | 2 | ||
Change Return Type MutationBatch to BatchStatement in method public writeCQL(applicationScope ApplicationScope, uniqueValue UniqueValue, timeToLive int) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.UniqueValueSerializationStrategy | From | To | |
Change Return Type MutationBatch to BatchStatement in method public writeCQL(applicationScope ApplicationScope, uniqueValue UniqueValue, timeToLive int) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyProxyImpl | From | To |