|
Change Variable Type execLsnr : IgnitePredicate<IgniteEvent> to execLsnr : IgnitePredicate<Event> in method public testEvents() : void in class org.apache.ignite.internal.processors.cache.query.continuous.GridCacheContinuousQueryAbstractSelfTest |
From |
To |
|
Change Variable Type lsnr : IgnitePredicate<IgniteEvent> to lsnr : IgnitePredicate<Event> in method public testEvents() : void in class org.apache.ignite.internal.processors.cache.query.continuous.GridCacheContinuousQueryAbstractSelfTest |
From |
To |
|
Change Variable Type qe : IgniteCacheQueryReadEvent to qe : CacheQueryReadEvent in method public apply(evt Event) : boolean in class org.apache.ignite.internal.processors.cache.query.continuous.GridCacheContinuousQueryAbstractSelfTest.testEvents.lsnr |
From |
To |
|
Change Variable Type qe : IgniteCacheQueryExecutedEvent to qe : CacheQueryExecutedEvent in method public apply(evt Event) : boolean in class org.apache.ignite.internal.processors.cache.query.continuous.GridCacheContinuousQueryAbstractSelfTest.testEvents.execLsnr |
From |
To |