|
Change Parameter Type regionInfo : HRegionInfo to regionInfo : RegionInfo in method public WaitingHRegionFileSystem(conf Configuration, fs FileSystem, tableDir Path, regionInfo RegionInfo) in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose.WaitingHRegionFileSystem |
From |
To |
|
Change Parameter Type info : HRegionInfo to info : RegionInfo in method private initHRegion(htd TableDescriptor, info RegionInfo) : HRegion in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException |
From |
To |
|
Change Parameter Type htd : HTableDescriptor to htd : TableDescriptor in method package WALPutBenchmark(region HRegion, htd TableDescriptor, numIterations long, noSync boolean, syncInterval int, traceFreq double) in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation.WALPutBenchmark |
From |
To |
|
Change Parameter Type htd : HTableDescriptor to htd : TableDescriptor in method private initHRegion(htd TableDescriptor, info RegionInfo) : HRegion in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException |
From |
To |
|
Change Parameter Type family : HColumnDescriptor to builder : ColumnFamilyDescriptorBuilder in method public modifyFamilySchema(builder ColumnFamilyDescriptorBuilder) : ColumnFamilyDescriptorBuilder in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema.CacheOnWriteType |
From |
To |
|
Change Parameter Type hri : HRegionInfo to hri : RegionInfo in method private addWALEdits(tableName TableName, hri RegionInfo, rowName byte[], family byte[], count int, ee EnvironmentEdge, wal WAL, scopes NavigableMap<byte[],Integer>, mvcc MultiVersionConcurrencyControl) : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Parameter Type regionInfo : HRegionInfo to regionInfo : RegionInfo in method package FailingHRegionFileSystem(conf Configuration, fs FileSystem, tableDir Path, regionInfo RegionInfo) in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore.FailingHRegionFileSystem |
From |
To |
|
Change Parameter Type htd : HTableDescriptor to htd : TableDescriptor in method private openRegion(fs FileSystem, dir Path, htd TableDescriptor, wals WALFactory, whenToRoll long, roller LogRoller) : HRegion in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation |
From |
To |
|
Change Parameter Type hri : HRegionInfo to hri : RegionInfo in method private appendCompactionEvent(w Writer, hri RegionInfo, inputs String[], output String) : void in class org.apache.hadoop.hbase.wal.TestWALSplit |
From |
To |
|
Change Parameter Type hri : HRegionInfo to hri : RegionInfo in method private addEdits(log WAL, hri RegionInfo, htd TableDescriptor, times int, scopes NavigableMap<byte[],Integer>) : void in class org.apache.hadoop.hbase.wal.TestFSHLogProvider |
From |
To |
|
Change Parameter Type info : HRegionInfo to info : RegionInfo in method private initHRegion(htd TableDescriptor, info RegionInfo) : HRegion in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose |
From |
To |
|
Change Parameter Type hri : HRegionInfo to hri : RegionInfo in method private getWalKey(time long, hri RegionInfo, startPoint long) : WALKeyImpl in class org.apache.hadoop.hbase.wal.TestWALRootDir |
From |
To |
|
Change Parameter Type htd : HTableDescriptor to htd : TableDescriptor in method private initHRegion(htd TableDescriptor, info RegionInfo) : HRegion in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose |
From |
To |
|
Change Parameter Type htd : HTableDescriptor to htd : TableDescriptor in method private addEdits(log WAL, hri RegionInfo, htd TableDescriptor, times int, scopes NavigableMap<byte[],Integer>) : void in class org.apache.hadoop.hbase.wal.TestFSHLogProvider |
From |
To |
|
Change Parameter Type htd : HTableDescriptor to htd : TableDescriptor in method private initHRegion(htd TableDescriptor, startKey byte[], stopKey byte[], replicaId int) : HRegion in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore |
From |
To |
|
Change Return Type HTableDescriptor to TableDescriptor in method private getBasic3FamilyHTableDescriptor(tableName TableName) : TableDescriptor in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Return Type HTableDescriptor to TableDescriptor in method private createHTableDescriptor(regionNum int, numFamilies int) : TableDescriptor in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation |
From |
To |
|
Change Return Type WALRecordReader to WALRecordReader<WALKey> in method private getReader() : WALRecordReader<WALKey> in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader |
From |
To |
|
Change Return Type HRegionInfo to RegionInfo in method private createBasicHRegionInfo(tableName String) : RegionInfo in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Return Type void to ColumnFamilyDescriptorBuilder in method public modifyFamilySchema(builder ColumnFamilyDescriptorBuilder) : ColumnFamilyDescriptorBuilder in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema.CacheOnWriteType |
From |
To |
|
Change Return Type HTableDescriptor to TableDescriptor in method private createBasic3FamilyHTD(tableName String) : TableDescriptor in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Variable Type regioninfo : HRegionInfo to regionInfo : RegionInfo in method public testLogRollAfterSplitStart() : void in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort |
From |
To |
|
Change Variable Type htd : HTableDescriptor to htd : TableDescriptor in method public testWALCoprocessorReplay() : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Variable Type reader : WALRecordReader to reader : WALRecordReader<WALKey> in method private testSplit(split InputSplit, columns byte[]...) : void in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader |
From |
To |
|
Change Variable Type hri : HRegionInfo to hri : RegionInfo in method public run() : void in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster.Appender |
From |
To |
|
Change Variable Type regioninfo : HRegionInfo to regionInfo : RegionInfo in method private writeWAL(wals WALFactory, tblName String, offheap boolean) : Path in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL |
From |
To |
|
Change Variable Type htd : HTableDescriptor to htd : TableDescriptor in method public run(args String[]) : int in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation |
From |
To |
|
Change Variable Type hri : HRegionInfo to hri : RegionInfo in method private verifyWritesSeen(log WAL, cp SampleRegionWALCoprocessor, seesLegacy boolean) : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Variable Type regioninfo : HRegionInfo to regionInfo : RegionInfo in method public testSecureWAL() : void in class org.apache.hadoop.hbase.wal.TestSecureWAL |
From |
To |
|
Change Variable Type htd : HTableDescriptor to htd : TableDescriptor in method public testIsStale() : void in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore |
From |
To |
|
Change Variable Type regioninfo : HRegionInfo to regionInfo : RegionInfo in method public testAppendClose() : void in class org.apache.hadoop.hbase.wal.TestWALFactory |
From |
To |
|
Change Variable Type htd : HTableDescriptor to htd : TableDescriptor in method public testEmptyWALEditAreNotSeen() : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Variable Type hri : HRegionInfo to hri : RegionInfo in method public testEmptyWALEditAreNotSeen() : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Variable Type htd : HTableDescriptor to htd : TableDescriptor in method private verifyWritesSeen(log WAL, cp SampleRegionWALCoprocessor, seesLegacy boolean) : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |
|
Change Variable Type hcd : HColumnDescriptor to fam : byte[] in method public testWALCoprocessorReplay() : void in class org.apache.hadoop.hbase.coprocessor.TestWALObserver |
From |
To |