4f5b36bb98e9f0fe762f4472ac4e1a9cff101da1
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type iter : GridH2ResultSetIterator<T> to iter : GridCloseableIterator<T> in method public QueryCursorImpl(iter GridCloseableIterator<T>) in class org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable res : CacheQueryFuture<Object> to fut : CacheQueryFuture<Map.Entry<K,V>> in method public query(filter QueryPredicate) : QueryCursor<Entry<K,V>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
Move Class | 1 | ||
Move Class org.apache.ignite.internal.processors.query.h2.QueryCursorImpl moved to org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type res : CacheQueryFuture<Object> to fut : CacheQueryFuture<Map.Entry<K,V>> in method public query(filter QueryPredicate) : QueryCursor<Entry<K,V>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
Change Variable Type i : GridH2ResultSetIterator<T> to i : GridCloseableIterator<T> in method public close() : void in class org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable qry : CacheQuery<Map.Entry<K,V>> in method public query(filter QueryPredicate) : QueryCursor<Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type iter : GridH2ResultSetIterator<T> to iter : GridCloseableIterator<T> in class org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To |