|
Change Parameter Type m : CacheQueryMetrics to m : QueryMetrics in method public from(m QueryMetrics) : VisorCacheQueryMetrics in class org.apache.ignite.internal.visor.cache.VisorCacheQueryMetrics |
From |
To |
|
Change Parameter Type src : CacheQueryTypeMetadata to src : QueryTypeMetadata in method public QueryTypeMetadata(src QueryTypeMetadata) in class org.apache.ignite.cache.query.QueryTypeMetadata |
From |
To |
|
Change Parameter Type txtAnn : CacheQueryTextField to txtAnn : QueryTextField in method package processAnnotation(key boolean, sqlAnn QuerySqlField, txtAnn QueryTextField, cls Class<?>, prop ClassProperty, desc TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Parameter Type meta : CacheQueryTypeMetadata to meta : QueryTypeMetadata in method package processPortableMeta(key boolean, meta QueryTypeMetadata, d TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Parameter Type typeMeta : Collection<CacheQueryTypeMetadata> to typeMeta : Collection<QueryTypeMetadata> in method public setTypeMetadata(typeMeta Collection<QueryTypeMetadata>) : void in class org.apache.ignite.cache.query.QueryConfiguration |
From |
To |
|
Change Parameter Type cfg : CacheQueryConfiguration to cfg : QueryConfiguration in method public QueryConfiguration(cfg QueryConfiguration) in class org.apache.ignite.cache.query.QueryConfiguration |
From |
To |
|
Change Parameter Type qryCfg : CacheQueryConfiguration to qryCfg : QueryConfiguration in method public setQueryConfiguration(qryCfg QueryConfiguration) : void in class org.apache.ignite.cache.CacheConfiguration |
From |
To |
|
Change Parameter Type sqlAnn : CacheQuerySqlField to sqlAnn : QuerySqlField in method package processAnnotation(key boolean, sqlAnn QuerySqlField, txtAnn QueryTextField, cls Class<?>, prop ClassProperty, desc TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Parameter Type typeRslvr : CacheQueryTypeResolver to typeRslvr : QueryTypeResolver in method public setTypeResolver(typeRslvr QueryTypeResolver) : void in class org.apache.ignite.cache.query.QueryConfiguration |
From |
To |
|
Change Parameter Type meta : CacheQueryTypeMetadata to meta : QueryTypeMetadata in method package processClassMeta(key boolean, cls Class<?>, meta QueryTypeMetadata, d TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Return Type CacheQueryTypeResolver to QueryTypeResolver in method public getTypeResolver() : QueryTypeResolver in class org.apache.ignite.cache.query.QueryConfiguration |
From |
To |
|
Change Return Type CacheQueryMetrics to QueryMetrics in method public metrics() : QueryMetrics in class org.apache.ignite.internal.processors.cache.query.GridCacheQueriesProxy |
From |
To |
|
Change Return Type CacheQueryMetrics to QueryMetrics in method public metrics() : QueryMetrics in class org.apache.ignite.internal.processors.cache.query.CacheQuery |
From |
To |
|
Change Return Type CacheQueryMetrics to QueryMetrics in method public metrics() : QueryMetrics in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager |
From |
To |
|
Change Return Type CacheQueryConfiguration to QueryConfiguration in method private cacheQueryConfiguration(spaceName String) : QueryConfiguration in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Return Type CacheQueryConfiguration to QueryConfiguration in method public getQueryConfiguration() : QueryConfiguration in class org.apache.ignite.cache.CacheConfiguration |
From |
To |
|
Change Return Type CacheQueryTypeMetadata to QueryTypeMetadata in method private declaredType(space String, typeName String) : QueryTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Return Type Collection<CacheQueryTypeMetadata> to Collection<QueryTypeMetadata> in method public getTypeMetadata() : Collection<QueryTypeMetadata> in class org.apache.ignite.cache.query.QueryConfiguration |
From |
To |
|
Change Return Type CacheQueryMetrics to QueryMetrics in method public metrics() : QueryMetrics in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter |
From |
To |
|
Change Return Type CacheQueryMetrics to QueryMetrics in method public metrics() : QueryMetrics in class org.apache.ignite.internal.processors.cache.query.CacheQueries |
From |
To |
|
Change Return Type CacheQueryTypeMetadata to QueryTypeMetadata in method private declaredType(space String, typeId int) : QueryTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Return Type CacheQueryMetrics to QueryMetrics in method public metrics() : QueryMetrics in class org.apache.ignite.internal.processors.cache.query.GridCacheQueriesImpl |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheQueryNodeRestartSelfTest |
From |
To |
|
Change Variable Type qryCfg : CacheQueryConfiguration to qryCfg : QueryConfiguration in method public start() : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type m : CacheQueryMetrics to m : QueryMetrics in method public testSingleQueryMetrics() : void in class org.apache.ignite.internal.processors.cache.GridCacheQueryMetricsSelfTest |
From |
To |
|
Change Variable Type meta : CacheQueryTypeMetadata to meta : QueryTypeMetadata in method private declaredType(space String, typeId int) : QueryTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type keyMeta : CacheQueryTypeMetadata to keyMeta : QueryTypeMetadata 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 qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheAbstractQuerySelfTest |
From |
To |
|
Change Variable Type txtAnnCls : CacheQueryTextField to txtAnnCls : QueryTextField in method package processAnnotationsInClass(key boolean, cls Class<?>, type TypeDescriptor, parent ClassProperty) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type qryCfg : CacheQueryConfiguration to qryCfg : QueryConfiguration in method public configuration() : IgniteConfiguration in class org.apache.ignite.examples.misc.client.memcache.MemcacheRestExampleNodeStartup |
From |
To |
|
Change Variable Type m : CacheQueryMetrics to m : QueryMetrics in method public testAccumulativeMetrics() : void in class org.apache.ignite.internal.processors.cache.GridCacheQueryMetricsSelfTest |
From |
To |
|
Change Variable Type cfg : CacheQueryConfiguration to cfg : QueryConfiguration in method public isIndexPrimitiveKey(spaceName String) : boolean in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type meta : CacheQueryTypeMetadata to meta : QueryTypeMetadata in method private portableName(typeId int) : String in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type rslvr : CacheQueryTypeResolver to rslvr : QueryTypeResolver 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 qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheQueryMetricsSelfTest |
From |
To |
|
Change Variable Type qryCfg : CacheQueryConfiguration to qryCfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.jdbc.JdbcLocalCachesSelfTest |
From |
To |
|
Change Variable Type idx : CacheQuerySqlField.Group to idx : QuerySqlField.Group in method package processAnnotation(key boolean, sqlAnn QuerySqlField, txtAnn QueryTextField, cls Class<?>, prop ClassProperty, desc TypeDescriptor) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type declaredTypesById : Map<TypeId,CacheQueryTypeMetadata> to declaredTypesById : Map<TypeId,QueryTypeMetadata> in method private declaredType(space String, typeId int) : QueryTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type valMeta : CacheQueryTypeMetadata to valMeta : QueryTypeMetadata 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 qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected cacheConfiguration(gridName String) : CacheConfiguration in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedHitsAndMissesSelfTest |
From |
To |
|
Change Variable Type typeMeta : CacheQueryTypeMetadata to typeMeta : QueryTypeMetadata 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 txtAnn : CacheQueryTextField to txtAnn : QueryTextField in method package processAnnotationsInClass(key boolean, cls Class<?>, type TypeDescriptor, parent ClassProperty) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type qryCfg : CacheQueryConfiguration to qryCfg : QueryConfiguration in method private portableName(typeId int) : String in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.query.h2.sql.GridQueryParsingTest |
From |
To |
|
Change Variable Type grpIdx : CacheQueryGroupIndex to grpIdx : QueryGroupIndex in method package processAnnotationsInClass(key boolean, cls Class<?>, type TypeDescriptor, parent ClassProperty) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type sqlAnn : CacheQuerySqlField to sqlAnn : QuerySqlField in method package processAnnotationsInClass(key boolean, cls Class<?>, type TypeDescriptor, parent ClassProperty) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type cfg : CacheQueryConfiguration to cfg : QueryConfiguration in method public isIndexPrimitiveValue(spaceName String) : boolean in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type cfg : CacheQueryConfiguration to cfg : QueryConfiguration in method public isEscapeAll(spaceName String) : boolean in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected cacheConfiguration(gridName String) : CacheConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheReduceQueryMultithreadedSelfTest |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.GridIndexingWithNoopSwapSelfTest |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected cache(name String, spiName String) : CacheConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFieldsQuerySelfTest |
From |
To |
|
Change Variable Type ann : CacheQuerySqlFunction to ann : QuerySqlFunction in method private createSqlFunctions() : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type grpIdxList : CacheQueryGroupIndex.List to grpIdxList : QueryGroupIndex.List in method package processAnnotationsInClass(key boolean, cls Class<?>, type TypeDescriptor, parent ClassProperty) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheQueryMultiThreadedSelfTest |
From |
To |
|
Change Variable Type meta : CacheQueryTypeMetadata to meta : QueryTypeMetadata in method public start() : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type qcfg : CacheQueryConfiguration to qcfg : QueryConfiguration in method protected getConfiguration(gridName String) : IgniteConfiguration in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapAndSwapSelfTest |
From |
To |
|
Change Variable Type cfg : CacheQueryConfiguration to cfg : QueryConfiguration in method public isIndexFixedTyping(spaceName String) : boolean in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type idx : CacheQueryGroupIndex to idx : QueryGroupIndex in method package processAnnotationsInClass(key boolean, cls Class<?>, type TypeDescriptor, parent ClassProperty) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Variable Type qryCfg : CacheQueryConfiguration to qryCfg : QueryConfiguration in method private declaredType(space String, typeId int) : QueryTypeMetadata in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |