|
Change Variable Type keyMeta : CacheQueryTypeMetadata to keyMeta : CacheTypeMetadata in method public store(space String, key K, keyBytes byte[], val V, valBytes byte[], ver byte[], expirationTime long) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type declaredTypesById : Map<TypeId,CacheQueryTypeMetadata> to declaredTypesById : Map<TypeId,CacheTypeMetadata> in method private declaredType(space String, typeId int) : CacheTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type valMeta : CacheQueryTypeMetadata to valMeta : CacheTypeMetadata in method public store(space String, key K, keyBytes byte[], val V, valBytes byte[], ver byte[], expirationTime long) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type meta : CacheQueryTypeMetadata to meta : CacheTypeMetadata in method private declaredType(space String, typeId int) : CacheTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type meta : CacheQueryTypeMetadata to meta : CacheTypeMetadata in method private portableName(typeId int) : String in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type typeMeta : CacheQueryTypeMetadata to typeMeta : CacheTypeMetadata in method public store(space String, key K, keyBytes byte[], val V, valBytes byte[], ver byte[], expirationTime long) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type meta : CacheQueryTypeMetadata to meta : CacheTypeMetadata in method public start() : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |