|
Change Variable Type cache : IgniteCache<AffinityKey<Long>,Person> to cache : IgniteCache<Long,Person> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<Long>,Person> to cache : IgniteCache<Long,Person> in method private sqlFieldsQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type masters : QueryCursor<Cache.Entry<AffinityKey<Long>,Person>> to masters : QueryCursor<Cache.Entry<Long,Person>> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<Long>,Person> to cache : IgniteCache<Long,Person> in method private sqlQueryWithDistributedJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type bachelors : QueryCursor<Cache.Entry<AffinityKey<Long>,Person>> to bachelors : QueryCursor<Cache.Entry<Long,Person>> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<Long>,Person> to cache : IgniteCache<Long,Person> in method private sqlQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type personCacheCfg : CacheConfiguration<AffinityKey<Long>,Person> to personCacheCfg : CacheConfiguration<Long,Person> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |