|
Change Parameter Type evts : Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>> to evts : Iterable<CacheEntryEvent<? extends PortableMetadataKey2,? extends BinaryMetadata>> in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey2,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Parameter Type key : PortableMetadataKey to key : PortableMetadataKey2 in method protected equalsx(key PortableMetadataKey2) : boolean in class org.apache.ignite.internal.processors.cache.portable.PortableMetadataKey2 |
From |
To |
|
Change Parameter Type key : PortableMetadataKey to key : PortableMetadataKey2 in method private addClientCacheMetaData(key PortableMetadataKey2, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Parameter Type entry : MutableEntry<PortableMetadataKey,BinaryMetadata> to entry : MutableEntry<PortableMetadataKey2,BinaryMetadata> in method public process(entry MutableEntry<PortableMetadataKey2,BinaryMetadata>, args Object...) : BinaryObjectException in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataProcessor |
From |
To |
|
Change Variable Type qry : CacheQuery<Map.Entry<PortableMetadataKey,BinaryMetadata>> to qry : CacheQuery<Map.Entry<PortableMetadataKey2,BinaryMetadata>> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type meta : Map<PortableMetadataKey,BinaryMetadata> to meta : Map<PortableMetadataKey2,BinaryMetadata> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type e : Map.Entry<PortableMetadataKey,BinaryMetadata> to e : Map.Entry<PortableMetadataKey2,BinaryMetadata> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type key : PortableMetadataKey to key : PortableMetadataKey2 in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey2,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type fut : CacheQueryFuture<Map.Entry<PortableMetadataKey,BinaryMetadata>> to fut : CacheQueryFuture<Map.Entry<PortableMetadataKey2,BinaryMetadata>> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type metaCollector : BinaryMetadataCollector to metaCollector : BinaryMetadataCollector2 in method package write(obj Object, writer BinaryWriterExImpl) : void in class org.apache.ignite.internal.portable.PortableClassDescriptor |
From |
To |
|
Change Variable Type next : Map.Entry<PortableMetadataKey,BinaryMetadata> to next : Map.Entry<PortableMetadataKey2,BinaryMetadata> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type evt : CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata> to evt : CacheEntryEvent<? extends PortableMetadataKey2,? extends BinaryMetadata> in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey2,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type key : PortableMetadataKey to key : PortableMetadataKey2 in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type keys : Collection<PortableMetadataKey> to keys : Collection<PortableMetadataKey2> in method public metadata(typeIds Collection<Integer>) : Map<Integer,BinaryType> in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |