|
Change Variable Type cache : GridCache<CacheAffinityKey<UUID>,Person> to cache : IgniteCache<CacheAffinityKey<UUID>,Person> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<UUID>,Person> to cache : IgniteCache<CacheAffinityKey<UUID>,Person> in method private sqlQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type qry1 : CacheQuery<List<?>> to qry : QueryCursor<List<?>> in method private sqlFieldsQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type e : Map.Entry<?,?> to e : Cache.Entry<?,?> in method private printQueryResults(msg String, res Iterable<Cache.Entry<Integer,V>>) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |
|
Change Variable Type factCache : GridCache<Integer,FactPurchase> to factCache : IgniteCache<Integer,FactPurchase> in method private queryProductPurchases() : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |
|
Change Variable Type cache : GridCache<CacheAffinityKey<UUID>,Person> to cache : IgniteCache<CacheAffinityKey<UUID>,Person> in method private sqlQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type qry1 : CacheQuery<List<?>> to qry : QueryCursor<List<?>> in method private sqlFieldsQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : GridCache<?,?> to cache : IgniteCache<?,?> in method private sqlFieldsQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type prods : CacheProjection<Integer,DimProduct> to dataProduct : Map<Integer,DimProduct> in method private queryProductPurchases() : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |
|
Change Variable Type cache : GridCache<?,?> to cache : IgniteCache in method private initialize() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : GridCache<?,?> to cache : IgniteCache<?,?> in method private sqlFieldsQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type factCache : GridCache<Integer,FactPurchase> to factCache : IgniteCache<Integer,FactPurchase> in method private queryStorePurchases() : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |