|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<Long>,Person> in method private scanQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type orgCache : IgniteCache<UUID,Organization> to orgCache : IgniteCache<Long,Organization> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type personCache : IgniteCache<AffinityKey<UUID>,Person> to personCache : IgniteCache<AffinityKey<Long>,Person> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type orgCache : IgniteCache<UUID,Organization> to orgCache : IgniteCache<Long,Organization> in method private initialize() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type personCache : IgniteCache<AffinityKey<UUID>,Person> to personCache : IgniteCache<AffinityKey<Long>,Person> in method private initialize() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<Long>,Person> in method private sqlFieldsQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<Long>,Person> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type scan : ScanQuery<AffinityKey<UUID>,Person> to scan : ScanQuery<AffinityKey<Long>,Person> in method private scanQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type key : AffinityKey<UUID> to key : AffinityKey<Long> in method private scanQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<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<UUID>,Person>> to masters : QueryCursor<Cache.Entry<AffinityKey<Long>,Person>> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<Long>,Person> in method private sqlQueryWithAggregation() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<Long>,Person> in method private sqlQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type cache : IgniteCache<AffinityKey<UUID>,Person> to cache : IgniteCache<AffinityKey<Long>,Person> in method private sqlQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type i : int to i : long in method public loadCache(clo IgniteBiInClosure<Long,Person>, args Object...) : void in class org.apache.ignite.examples.datagrid.store.dummy.CacheDummyPersonStore |
From |
To |
|
Change Variable Type personCacheCfg : CacheConfiguration<AffinityKey<UUID>,Person> to personCacheCfg : CacheConfiguration<AffinityKey<Long>,Person> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type orgCacheCfg : CacheConfiguration<UUID,Organization> to orgCacheCfg : CacheConfiguration<Long,Organization> in method public main(args String[]) : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |
|
Change Variable Type bachelors : QueryCursor<Cache.Entry<AffinityKey<UUID>,Person>> to bachelors : QueryCursor<Cache.Entry<AffinityKey<Long>,Person>> in method private textQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample |
From |
To |