|
Change Parameter Type physicalName : byte[] to key : GuidePostsKey in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public addTableStats(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidate(key GuidePostsKey) : void in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public get(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Change Parameter Type stats : PTableStats to info : GuidePostsInfo in method public addTableStats(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.DelegateConnectionQueryServices |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Change Parameter Type fam : ImmutableBytesPtr to fam : ImmutableBytesWritable in method public getRowKey(table byte[], fam ImmutableBytesWritable, guidePostStartKey ImmutableBytesWritable) : byte[] in class org.apache.phoenix.schema.stats.StatisticsUtil |
From |
To |
|
Change Parameter Type stats : PTableStats to info : GuidePostsInfo in method package traceStatsUpdate(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Change Parameter Type stats : PTableStats to info : GuidePostsInfo in method public put(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Change Parameter Type fam : ImmutableBytesPtr to fam : ImmutableBytesWritable in method public getRowKey(table byte[], fam ImmutableBytesWritable, guidePostStartKey byte[]) : byte[] in class org.apache.phoenix.schema.stats.StatisticsUtil |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.ConnectionQueryServices |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public put(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Change Parameter Type fam : ImmutableBytesPtr to fam : ImmutableBytesWritable in method private getKey(table byte[], fam ImmutableBytesWritable, terminateWithSeparator boolean) : byte[] in class org.apache.phoenix.schema.stats.StatisticsUtil |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to statsKey : GuidePostsKey in method public load(statsKey GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Change Parameter Type notification : RemovalNotification<ImmutableBytesPtr,PTableStats> to notification : RemovalNotification<GuidePostsKey,GuidePostsInfo> in method public onRemoval(notification RemovalNotification<GuidePostsKey,GuidePostsInfo>) : void in class org.apache.phoenix.query.GuidePostsCache.PhoenixStatsCacheRemovalListener |
From |
To |
|
Change Parameter Type tableName : ImmutableBytesPtr to key : GuidePostsKey in method public addTableStats(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Change Parameter Type cf : ImmutableBytesPtr to cf : ImmutableBytesWritable in method private getAdjustedKey(key byte[], tableNameBytes byte[], cf ImmutableBytesWritable, nextKey boolean) : byte[] in class org.apache.phoenix.schema.stats.StatisticsUtil |
From |
To |
|
Change Variable Type stats : PTableStats to guidePostsInfo : GuidePostsInfo in method public load(statsKey GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Change Variable Type stats : PTableStats to info : GuidePostsInfo in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Change Variable Type rowCounts : List<Long> to rowCounts : long[] in method public addStats(tracker StatisticsCollector, cfKey ImmutableBytesPtr, mutations List<Mutation>) : void in class org.apache.phoenix.schema.stats.StatisticsWriter |
From |
To |
|
Change Variable Type tableNameBytes : byte[] to statsKey : GuidePostsKey in method public load(statsKey GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Change Variable Type byteCounts : List<Long> to byteCounts : long[] in method public addStats(tracker StatisticsCollector, cfKey ImmutableBytesPtr, mutations List<Mutation>) : void in class org.apache.phoenix.schema.stats.StatisticsWriter |
From |
To |
|
Change Variable Type tableStats : PTableStats to info : GuidePostsInfo in method public getGuidePostsList(conn Connection, tableName String, pkCol String, lowerRange byte[], upperRange byte[], whereClauseSuffix String) : Collection<GuidePostsInfo> in class org.apache.phoenix.util.TestUtil |
From |
To |
|
Rename Variable tableStats : PTableStats to info : GuidePostsInfo in method public getGuidePostsList(conn Connection, tableName String, pkCol String, lowerRange byte[], upperRange byte[], whereClauseSuffix String) : Collection<GuidePostsInfo> in class org.apache.phoenix.util.TestUtil |
From |
To |
|
Rename Variable stats : PTableStats to info : GuidePostsInfo in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Rename Variable stats : PTableStats to guidePostsInfo : GuidePostsInfo in method public load(statsKey GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Rename Variable guidePostWidth : Long to guidePostsWidth : Long in method private createTableInternal(statement CreateTableStatement, splits byte[][], parent PTable, viewStatement String, viewType ViewType, viewColumnConstants byte[][], isViewColumnReferenced BitSet, allocateIndexId boolean, indexType IndexType, asyncCreatedDate Date, tableProps Map<String,Object>, commonFamilyProps Map<String,Object>) : PTable in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Change Return Type PTableStats to GuidePostsInfo in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Change Return Type LoadingCache<ImmutableBytesPtr,PTableStats> to LoadingCache<GuidePostsKey,GuidePostsInfo> in method package getCache() : LoadingCache<GuidePostsKey,GuidePostsInfo> in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Change Return Type List<Long> to long[] in method public getRowCounts() : long[] in class org.apache.phoenix.schema.stats.GuidePostsInfo |
From |
To |
|
Change Return Type PTableStats to GuidePostsInfo in method public get(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Change Return Type PTableStats to GuidePostsInfo in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Change Return Type List<Long> to long[] in method public getByteCounts() : long[] in class org.apache.phoenix.schema.stats.GuidePostsInfo |
From |
To |
|
Change Return Type PTableStats to GuidePostsInfo in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionQueryServices |
From |
To |
|
Change Return Type PTableStats to GuidePostsInfo in method public load(statsKey GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Change Return Type PTableStats to GuidePostsInfo in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.DelegateConnectionQueryServices |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public addTableStats(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidate(key GuidePostsKey) : void in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.ConnectionQueryServices |
From |
To |
|
Rename Parameter stats : PTableStats to info : GuidePostsInfo in method public addTableStats(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Rename Parameter minStatsUpdateFreq : Integer to statsUpdateFreq : Integer in method private testCompactUpdatesStats(statsUpdateFreq Integer, tableName String) : void in class org.apache.phoenix.end2end.StatsCollectorIT |
From |
To |
|
Rename Parameter stats : PTableStats to info : GuidePostsInfo in method package traceStatsUpdate(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Rename Parameter physicalName : byte[] to key : GuidePostsKey in method public getTableStats(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Rename Parameter stats : PTableStats to info : GuidePostsInfo in method public put(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public put(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public get(key GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.DelegateConnectionQueryServices |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public addTableStats(key GuidePostsKey, info GuidePostsInfo) : void in class org.apache.phoenix.query.ConnectionlessQueryServicesImpl |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to statsKey : GuidePostsKey in method public load(statsKey GuidePostsKey) : GuidePostsInfo in class org.apache.phoenix.query.GuidePostsCache.StatsLoader |
From |
To |
|
Rename Parameter tableName : ImmutableBytesPtr to key : GuidePostsKey in method public invalidateStats(key GuidePostsKey) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |