|
Rename Variable cur : VisorQueryCursor<List<?>> to sqlItr : Iterator<List<?>> in method public fetchSqlQueryRows(itr Iterator, pageSize int) : List<Object[]> in class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |
|
Rename Variable cur : VisorQueryCursor<Cache.Entry<Object,Object>> to scanItr : Iterator<Cache.Entry<Object,Object>> in method public fetchScanQueryRows(itr Iterator, pageSize int) : List<Object[]> in class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |
|
Rename Variable cur : VisorQueryCursor<Cache.Entry<Object,Object>> to holder : VisorQueryHolder in method protected run(arg VisorScanQueryTaskArg) : VisorEither<VisorQueryResult> in class org.apache.ignite.internal.visor.query.VisorScanQueryTask.VisorScanQueryJob |
From |
To |
|
Rename Variable cur : VisorQueryCursor<List<?>> to itr : Iterator in method protected run(arg VisorQueryNextPageTaskArg) : VisorQueryResult in class org.apache.ignite.internal.visor.query.VisorQueryNextPageTask.VisorQueryNextPageJob |
From |
To |
|
Change Variable Type cur : VisorQueryCursor<Cache.Entry<Object,Object>> to scanItr : Iterator<Cache.Entry<Object,Object>> in method public fetchScanQueryRows(itr Iterator, pageSize int) : List<Object[]> in class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |
|
Change Variable Type cur : VisorQueryCursor<Cache.Entry<Object,Object>> to holder : VisorQueryHolder in method protected run(arg VisorScanQueryTaskArg) : VisorEither<VisorQueryResult> in class org.apache.ignite.internal.visor.query.VisorScanQueryTask.VisorScanQueryJob |
From |
To |
|
Change Variable Type cur : VisorQueryCursor<List<?>> to itr : Iterator in method protected run(arg VisorQueryNextPageTaskArg) : VisorQueryResult in class org.apache.ignite.internal.visor.query.VisorQueryNextPageTask.VisorQueryNextPageJob |
From |
To |
|
Change Variable Type cur : VisorQueryCursor<List<?>> to sqlItr : Iterator<List<?>> in method public fetchSqlQueryRows(itr Iterator, pageSize int) : List<Object[]> in class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |
|
Extract And Move Method public scheduleQueryStart(ignite IgniteEx, holder VisorQueryHolder, arg VisorQueryTaskArg, cancel GridQueryCancel) : void extracted from protected run(arg VisorQueryTaskArg) : VisorEither<VisorQueryResult> in class org.apache.ignite.internal.visor.query.VisorQueryTask.VisorQueryJob & moved to class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |
|
Extract And Move Method public removeQueryHolder(ignite IgniteEx, qryId String) : void extracted from protected run(qryIds Collection<String>) : Void in class org.apache.ignite.internal.visor.query.VisorQueryCleanupTask.VisorQueryCleanupJob & moved to class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |
|
Extract And Move Method public scheduleScanStart(ignite IgniteEx, holder VisorQueryHolder, arg VisorScanQueryTaskArg) : void extracted from protected run(arg VisorScanQueryTaskArg) : VisorEither<VisorQueryResult> in class org.apache.ignite.internal.visor.query.VisorScanQueryTask.VisorScanQueryJob & moved to class org.apache.ignite.internal.visor.query.VisorQueryUtils |
From |
To |