|
Change Variable Type entry : Map.Entry<Integer,Person> to entry : Cache.Entry<Integer,Object> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<Integer,Person>> to entries : Collection<Cache.Entry<Integer,Object>> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<Integer,Person>> to entries : Collection<Cache.Entry<Integer,Object>> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark |
From |
To |
|
Change Variable Type entry : Map.Entry<Integer,Person> to entry : Cache.Entry<Integer,Object> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark |
From |
To |