|
Change Variable Type cache : IgniteCache<Integer,Person> to cache : IgniteCache<UUID,Person> in method private checkFieldsQueryEvents() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type qe : CacheQueryReadEvent<Integer,Person> to qe : CacheQueryReadEvent<UUID,Person> in method public apply(evt Event) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest.testTextQueryEvents.localListen |
From |
To |
|
Change Variable Type map : Map<Integer,Person> to map : Map<UUID,Person> in method private testTextQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<Integer,Person> to cache : IgniteCache<UUID,Person> in method private testTextQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type q : QueryCursor<Cache.Entry<Integer,Person>> to q : QueryCursor<Cache.Entry<UUID,Person>> in method private testTextQueryEvents(customSubjId boolean) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest |
From |
To |