|
Change Parameter Type c : IgniteBiInClosure<UUID,? extends GridCacheMessage> to c : IgniteBiInClosure<UUID,? super Msg> in method public addCacheHandler(hndId int, type Class<Msg>, c IgniteBiInClosure<UUID,? super Msg>) : void in class org.apache.ignite.internal.processors.cache.GridCacheIoManager |
From |
To |
|
Change Parameter Type type : Class<? extends GridCacheMessage> to type : Class<Msg> in method private addHandler(hndId int, type Class<Msg>, c IgniteBiInClosure<UUID,? super Msg>, msgHandlers MessageHandlers) : void in class org.apache.ignite.internal.processors.cache.GridCacheIoManager |
From |
To |
|
Change Parameter Type type : Class<? extends GridCacheGroupIdMessage> to type : Class<Msg> in method public addCacheGroupHandler(hndId int, type Class<Msg>, c IgniteBiInClosure<UUID,? super Msg>) : void in class org.apache.ignite.internal.processors.cache.GridCacheIoManager |
From |
To |
|
Change Parameter Type type : Class<? extends GridCacheMessage> to type : Class<Msg> in method public addCacheHandler(hndId int, type Class<Msg>, c IgniteBiInClosure<UUID,? super Msg>) : void in class org.apache.ignite.internal.processors.cache.GridCacheIoManager |
From |
To |
|
Change Parameter Type c : IgniteBiInClosure<UUID,? extends GridCacheMessage> to c : IgniteBiInClosure<UUID,? super Msg> in method public addCacheGroupHandler(hndId int, type Class<Msg>, c IgniteBiInClosure<UUID,? super Msg>) : void in class org.apache.ignite.internal.processors.cache.GridCacheIoManager |
From |
To |
|
Change Parameter Type c : IgniteBiInClosure<UUID,? extends GridCacheMessage> to c : IgniteBiInClosure<UUID,? super Msg> in method private addHandler(hndId int, type Class<Msg>, c IgniteBiInClosure<UUID,? super Msg>, msgHandlers MessageHandlers) : void in class org.apache.ignite.internal.processors.cache.GridCacheIoManager |
From |
To |
|
Change Parameter Type cctx : GridCacheSharedContext to cctx : GridCacheSharedContext<?,?> in method public MetaStorage(cctx GridCacheSharedContext<?,?>, dataRegion DataRegion, regionMetrics DataRegionMetricsImpl, readOnly boolean) in class org.apache.ignite.internal.processors.cache.persistence.metastorage.MetaStorage |
From |
To |