a0ae8025eccbd76b4277f74e57081ddbb5a7babe
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEstSize() : int renamed to public getEstimatedSize() : int in class org.apache.phoenix.schema.PTableRef | From | To | |
Push Down Method | 1 | ||
Push Down Method public getTable() : PTable from class org.apache.phoenix.schema.PTableRef to public getTable() : PTable from class org.apache.phoenix.schema.PTableRefImpl | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private table : PTable from class org.apache.phoenix.schema.PTableRef to private table : PTable from class org.apache.phoenix.schema.PTableRefImpl | From | To | |
Move Class | 1 | ||
Move Class org.apache.phoenix.schema.PMetaDataImpl.PMetaDataCache moved to org.apache.phoenix.schema.PMetaDataCache | From | To | |
Extract Method | 1 | ||
Extract Method public getMutationTimestamp(tableTimestamp Long, scn Long) : long extracted from public toMutations(includeMutableIndexes boolean, tableTimestamp Long) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState | From | To | |
Rename Parameter | 1 | ||
Rename Parameter estSize : int to estimatedSize : int in method public PTableRef(lastAccessTime long, resolvedTime long, estimatedSize int) in class org.apache.phoenix.schema.PTableRef | From | To |