|
Change Variable Type cache : IgniteCache<?,?> to cache : IgniteCache<AffinityKey<UUID>,Person> in method private sqlFieldsQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type orgCacheCfg : CacheConfiguration<?,?> to orgCacheCfg : CacheConfiguration<UUID,Organization> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type personCacheCfg : CacheConfiguration<?,?> to personCacheCfg : CacheConfiguration<AffinityKey<UUID>,Person> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<?,?> to cache : IgniteCache<AffinityKey<UUID>,Person> in method private sqlFieldsQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |