9424b9cd3e9373034d3fde4218716fa7fe9c386e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private executeLocalQuery(node ClusterNode, req GridQueryRequest) : void renamed to private onQueryRequest(node ClusterNode, req GridQueryRequest) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Rename Method private sendNextPage(node ClusterNode, req GridQueryNextPageRequest) : void renamed to private onNextPageRequest(node ClusterNode, req GridQueryNextPageRequest) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type results : ResultInterface[] to results : AtomicReferenceArray<QueryResult> in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor.QueryResults | From | To | |
| Extract Method | 2 | ||
| Extract Method private resultsForNode(nodeId UUID) : ConcurrentMap<Long,QueryResults> extracted from private executeLocalQuery(node ClusterNode, req GridQueryRequest) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Extract Method public fetchedAll() : boolean extracted from public find(session Session, first SearchRow, last SearchRow) : Cursor in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex | From | To |