|
Change Parameter Type typeName : String to typeId : int in method package Mode(typeId int) in class org.apache.ignite.internal.portable.PortableClassDescriptor.Mode |
From |
To |
|
Change Parameter Type entry : MutableEntry<PortableMetaDataKey,BinaryType> to entry : MutableEntry<PortableMetadataKey,BinaryMetadata> in method public process(entry MutableEntry<PortableMetadataKey,BinaryMetadata>, args Object...) : BinaryObjectException in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataProcessor |
From |
To |
|
Change Parameter Type oldMeta : BinaryType to oldMeta : BinaryMetadata in method private checkMeta(typeId int, oldMeta BinaryMetadata, newMeta BinaryMetadata, fields Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Parameter Type metaHnd : PortableMetaDataHandler to metaHnd : BinaryMetadataHandler in method public PortableContext(metaHnd BinaryMetadataHandler, igniteCfg IgniteConfiguration) in class org.apache.ignite.internal.portable.PortableContext |
From |
To |
|
Change Parameter Type key : PortableMetaDataKey to key : PortableMetadataKey in method private addClientCacheMetaData(key PortableMetadataKey, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Parameter Type newMeta : BinaryType to newMeta : BinaryMetadata in method private MetaDataProcessor(typeId int, newMeta BinaryMetadata) in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataProcessor |
From |
To |
|
Change Parameter Type fields : Map<String,String> to fields : Map<String,Integer> in method private checkMeta(typeId int, oldMeta BinaryMetadata, newMeta BinaryMetadata, fields Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Parameter Type key : PortableMetaDataKey to key : PortableMetadataKey in method protected equalsx(key PortableMetadataKey) : boolean in class org.apache.ignite.internal.processors.cache.portable.PortableMetadataKey |
From |
To |
|
Change Parameter Type meta : BinaryMetaDataImpl to meta : BinaryMetadata in method public updateMetaData(typeId int, meta BinaryMetadata) : void in class org.apache.ignite.internal.portable.PortableContext |
From |
To |
|
Change Parameter Type evts : Iterable<CacheEntryEvent<? extends PortableMetaDataKey,? extends BinaryType>> to evts : Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>> in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Parameter Type newMeta : BinaryType to newMeta : BinaryMetadata in method private checkMeta(typeId int, oldMeta BinaryMetadata, newMeta BinaryMetadata, fields Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Parameter Type fields : Map<String,String> to fields : Map<String,Integer> in method public BinaryMetadata(typeId int, typeName String, fields Map<String,Integer>, affKeyFieldName String) in class org.apache.ignite.internal.portable.BinaryMetadata |
From |
To |
|
Change Parameter Type newMeta : BinaryType to newMeta : BinaryMetadata in method private addClientCacheMetaData(key PortableMetadataKey, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type typeName : String to oldTypeId : Integer in method private checkMeta(typeId int, oldMeta BinaryMetadata, newMeta BinaryMetadata, fields Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type fieldsMeta : Map<String,String> to fieldsMeta : Map<String,Integer> in method public registerUserType(clsName String, idMapper BinaryIdMapper, serializer BinarySerializer, affKeyFieldName String, keepDeserialized boolean) : void in class org.apache.ignite.internal.portable.PortableContext |
From |
To |
|
Change Variable Type oldMeta : BinaryType to oldMeta : BinaryMetadata in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type evt : CacheEntryEvent<? extends PortableMetaDataKey,? extends BinaryType> to evt : CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata> in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type newMeta : BinaryType to newMeta0 : BinaryMetadata in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.start.metaHnd |
From |
To |
|
Change Variable Type meta : Map<PortableMetaDataKey,BinaryType> to meta : Map<PortableMetadataKey,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 oldMeta : BinaryType to oldMeta : BinaryTypeImpl in method private addClientCacheMetaData(key PortableMetadataKey, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type oldMeta : BinaryType to oldMeta : BinaryMetadata in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.start.metaHnd |
From |
To |
|
Change Variable Type oldMeta : BinaryType to oldMeta : BinaryMetadata in method public process(entry MutableEntry<PortableMetadataKey,BinaryMetadata>, args Object...) : BinaryObjectException in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataProcessor |
From |
To |
|
Change Variable Type oldMeta : BinaryType to oldMeta : BinaryMetadata in method public start() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type oldFields : Map<String,String> to oldFields : Map<String,Integer> in method private checkMeta(typeId int, oldMeta BinaryMetadata, newMeta BinaryMetadata, fields Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type metaHnd : PortableMetaDataHandler to metaHnd : BinaryMetadataHandler in method public start() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type e : Map.Entry<String,String> to e : Map.Entry<String,Integer> in method private checkMeta(typeId int, oldMeta BinaryMetadata, newMeta BinaryMetadata, fields Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type key : PortableMetaDataKey to key : PortableMetadataKey in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type key : PortableMetaDataKey to key : PortableMetadataKey in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type key : PortableMetaDataKey to key : Integer in method private addClientCacheMetaData(key PortableMetadataKey, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type fut : CacheQueryFuture<Map.Entry<PortableMetaDataKey,BinaryType>> to fut : CacheQueryFuture<Map.Entry<PortableMetadataKey,BinaryMetadata>> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type keys : Collection<PortableMetaDataKey> to keys : Collection<PortableMetadataKey> 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 newMeta : BinaryType to newMeta : BinaryMetadata in method public onUpdated(evts Iterable<CacheEntryEvent<? extends PortableMetadataKey,? extends BinaryMetadata>>) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataEntryListener |
From |
To |
|
Change Variable Type qry : CacheQuery<Map.Entry<PortableMetaDataKey,BinaryType>> to qry : CacheQuery<Map.Entry<PortableMetadataKey,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 : BinaryMetadataCollector in method package write(obj Object, writer BinaryWriterExImpl) : void in class org.apache.ignite.internal.portable.PortableClassDescriptor |
From |
To |
|
Change Variable Type oldFieldTypeName : String to oldFieldTypeId : Integer in method private add(name String, mode PortableClassDescriptor.Mode) : void in class org.apache.ignite.internal.portable.BinaryMetadataCollector |
From |
To |
|
Change Variable Type fields : Map<String,String> to fields : Map<String,Integer> in method public addMeta(typeId int, newMeta BinaryType) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.start.metaHnd |
From |
To |
|
Change Variable Type fields : Map<String,String> to fields : Map<String,Integer> in method public start() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,BinaryType> to e : Map.Entry<Integer,BinaryMetadata> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type fields : Map<String,String> to fields : Map<String,Integer> in method public process(entry MutableEntry<PortableMetadataKey,BinaryMetadata>, args Object...) : BinaryObjectException in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataProcessor |
From |
To |
|
Change Variable Type e : Map.Entry<PortableMetaDataKey,BinaryType> to e : Map.Entry<PortableMetadataKey,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 res : BinaryType to res : BinaryMetadata in method public apply(key Integer, oldMeta BinaryTypeImpl) : BinaryTypeImpl in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.addClientCacheMetaData.compute |
From |
To |
|
Change Variable Type newFldsMetadata : Map<String,String> to newFldsMetadata : Map<String,Integer> in method package serializeTo(writer BinaryWriterExImpl, serializer PortableBuilderSerializer) : void in class org.apache.ignite.internal.portable.builder.BinaryObjectBuilderImpl |
From |
To |
|
Change Variable Type res : BinaryType to res : BinaryMetadata in method private addClientCacheMetaData(key PortableMetadataKey, newMeta BinaryMetadata) : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Variable Type next : Map.Entry<PortableMetaDataKey,BinaryType> to next : Map.Entry<PortableMetadataKey,BinaryMetadata> in method public onUtilityCacheStarted() : void in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type fieldsMeta : Map<String,String> to fieldsMeta : Map<String,Integer> in class org.apache.ignite.internal.portable.PortableClassDescriptor |
From |
To |
|
Change Attribute Type metaDataCache : IgniteCacheProxy<PortableMetaDataKey,BinaryType> to metaDataCache : IgniteCacheProxy<PortableMetadataKey,BinaryMetadata> in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type newMeta : BinaryType to newMeta : BinaryMetadata in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl.MetaDataProcessor |
From |
To |
|
Change Attribute Type fields : Map<String,String> to fields : Map<String,Integer> in class org.apache.ignite.internal.portable.BinaryMetadata |
From |
To |
|
Change Attribute Type typeName : String to typeId : int in class org.apache.ignite.internal.portable.PortableClassDescriptor.Mode |
From |
To |
|
Change Attribute Type meta : Map<String,String> to meta : Map<String,Integer> in class org.apache.ignite.internal.portable.BinaryMetadataCollector |
From |
To |
|
Change Attribute Type clientMetaDataCache : ConcurrentHashMap8<PortableMetaDataKey,BinaryType> to clientMetaDataCache : ConcurrentHashMap8<Integer,BinaryTypeImpl> in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type metaBuf : Map<Integer,BinaryType> to metaBuf : Map<Integer,BinaryMetadata> in class org.apache.ignite.internal.processors.cache.portable.CacheObjectBinaryProcessorImpl |
From |
To |
|
Change Attribute Type metaHnd : PortableMetaDataHandler to metaHnd : BinaryMetadataHandler in class org.apache.ignite.internal.portable.PortableContext |
From |
To |