|
Rename Method public isMajorCompaction(filesToCompact Collection<StoreFile>) : boolean renamed to public shouldPerformMajorCompaction(filesToCompact Collection<StoreFile>) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy |
From |
To |
|
Rename Method public isMajorCompaction(filesToCompact Collection<StoreFile>) : boolean renamed to public shouldPerformMajorCompaction(filesToCompact Collection<StoreFile>) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy |
From |
To |
|
Rename Method private getInitialWindow(now long, timeUnit long) : Window renamed to private getIncomingWindow(now long, baseWindowMillis long) : Window in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy |
From |
To |
|
Rename Method public isMajorCompaction(filesToCompact Collection<StoreFile>) : boolean renamed to public shouldPerformMajorCompaction(filesToCompact Collection<StoreFile>) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.FIFOCompactionPolicy |
From |
To |
|
Rename Method public applyCompactionPolicy(candidates ArrayList<StoreFile>, mayUseOffPeak boolean, mayBeStuck boolean, now long) : ArrayList<StoreFile> renamed to protected createCompactionRequest(candidateSelection ArrayList<StoreFile>, tryingMajor boolean, mayUseOffPeak boolean, mayBeStuck boolean) : CompactionRequest in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy |
From |
To |
|
Rename Method private partitionFilesToBuckets(storeFiles Iterable<StoreFile>, baseWindowSizeMillis long, windowsPerTier int, now long) : List<ArrayList<StoreFile>> renamed to public selectMinorCompaction(candidateSelection ArrayList<StoreFile>, mayUseOffPeak boolean, mayBeStuck boolean) : CompactionRequest in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy |
From |
To |
|
Rename Method public abstract isMajorCompaction(filesToCompact Collection<StoreFile>) : boolean renamed to public abstract shouldPerformMajorCompaction(filesToCompact Collection<StoreFile>) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy |
From |
To |
|
Pull Up Method public getNextMajorCompactTime(filesToCompact Collection<StoreFile>) : long from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to public getNextMajorCompactTime(filesToCompact Collection<StoreFile>) : long from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Pull Up Method public throttleCompaction(compactionSize long) : boolean from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to public throttleCompaction(compactionSize long) : boolean from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Pull Up Method private getCurrentEligibleFiles(candidateFiles ArrayList<StoreFile>, filesCompacting List<StoreFile>) : ArrayList<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to protected getCurrentEligibleFiles(candidateFiles ArrayList<StoreFile>, filesCompacting List<StoreFile>) : ArrayList<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Pull Up Method public selectCompaction(candidateFiles Collection<StoreFile>, filesCompacting List<StoreFile>, isUserCompaction boolean, mayUseOffPeak boolean, forceMajor boolean) : CompactionRequest from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to public selectCompaction(candidateFiles Collection<StoreFile>, filesCompacting List<StoreFile>, isUserCompaction boolean, mayUseOffPeak boolean, forceMajor boolean) : CompactionRequest from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Pull Up Method public preSelectCompactionForCoprocessor(candidates Collection<StoreFile>, filesCompacting List<StoreFile>) : List<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to public preSelectCompactionForCoprocessor(candidates Collection<StoreFile>, filesCompacting List<StoreFile>) : List<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Pull Up Method protected filterBulk(candidates ArrayList<StoreFile>) : ArrayList<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to protected filterBulk(candidates ArrayList<StoreFile>) : ArrayList<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Pull Up Method protected skipLargeFiles(candidates ArrayList<StoreFile>, mayUseOffpeak boolean) : ArrayList<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy to protected skipLargeFiles(candidates ArrayList<StoreFile>, mayUseOffpeak boolean) : ArrayList<StoreFile> from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Change Return Type ArrayList<StoreFile> to void in method protected removeExcessFiles(candidates ArrayList<StoreFile>, isUserCompaction boolean, isMajorCompaction boolean) : void in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Change Return Type ArrayList<StoreFile> to CompactionRequest in method protected createCompactionRequest(candidateSelection ArrayList<StoreFile>, tryingMajor boolean, mayUseOffPeak boolean, mayBeStuck boolean) : CompactionRequest in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy |
From |
To |
|
Change Return Type List<ArrayList<StoreFile>> to CompactionRequest in method public selectMinorCompaction(candidateSelection ArrayList<StoreFile>, mayUseOffPeak boolean, mayBeStuck boolean) : CompactionRequest in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy |
From |
To |