|
Push Down Attribute private fileInfo : StoreFileInfo from class org.apache.hadoop.hbase.regionserver.StoreFile to private fileInfo : StoreFileInfo from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private sequenceid : long from class org.apache.hadoop.hbase.regionserver.StoreFile to private sequenceid : long from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private metadataMap : Map<byte[],byte[]> from class org.apache.hadoop.hbase.regionserver.StoreFile to private metadataMap : Map<byte[],byte[]> from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private noReadahead : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private noReadahead : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private lastKey : Cell from class org.apache.hadoop.hbase.regionserver.StoreFile to private lastKey : Cell from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private comparator : Comparator<Cell> from class org.apache.hadoop.hbase.regionserver.StoreFile to private comparator : Comparator<Cell> from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private reader : StoreFileReader from class org.apache.hadoop.hbase.regionserver.StoreFile to private reader : StoreFileReader from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private excludeFromMinorCompaction : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private excludeFromMinorCompaction : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private LOG : Log from class org.apache.hadoop.hbase.regionserver.StoreFile to private LOG : Log from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private majorCompaction : AtomicBoolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private majorCompaction : AtomicBoolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private refCount : AtomicInteger from class org.apache.hadoop.hbase.regionserver.StoreFile to private refCount : AtomicInteger from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private cacheConf : CacheConfig from class org.apache.hadoop.hbase.regionserver.StoreFile to private cacheConf : CacheConfig from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private DEFAULT_STORE_FILE_READER_NO_READAHEAD : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private DEFAULT_STORE_FILE_READER_NO_READAHEAD : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private primaryReplica : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private primaryReplica : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private maxMemstoreTS : long from class org.apache.hadoop.hbase.regionserver.StoreFile to private maxMemstoreTS : long from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private cfBloomType : BloomType from class org.apache.hadoop.hbase.regionserver.StoreFile to private cfBloomType : BloomType from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private compactedAway : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private compactedAway : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private fs : FileSystem from class org.apache.hadoop.hbase.regionserver.StoreFile to private fs : FileSystem from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Attribute private firstKey : Cell from class org.apache.hadoop.hbase.regionserver.StoreFile to private firstKey : Cell from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Change Variable Type hsf : StoreFile to hsf : HStoreFile in method public testCacheOnWriteEvictOnClose() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type hsf : StoreFile to hsf : HStoreFile in method public testReference() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type minTimestamp : Long to minTimestamp : OptionalLong in method public shouldPerformMajorCompaction(filesToCompact Collection<StoreFile>) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy |
From |
To |
|
Change Variable Type scanners : List to scanners : List<StoreFileScanner> in method private countMobCellsInMobFiles(expectedNumDelfiles int) : int in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction |
From |
To |
|
Change Variable Type bottomF : StoreFile to bottomF : HStoreFile in method private checkHalfHFile(regionFs HRegionFileSystem, f HStoreFile) : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type hsf : StoreFile to hsf : HStoreFile in method public testMultipleTimestamps() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type mock : StoreFile to mock : HStoreFile in method private mockStoreFile(bulkLoad boolean, size long, bulkTimestamp long, seqId long, path String) : HStoreFile in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type topF : StoreFile to topF : HStoreFile in method private checkHalfHFile(regionFs HRegionFileSystem, f HStoreFile) : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type hsfB : StoreFile to hsfB : HStoreFile in method public testReferenceToHFileLink() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type refHsf : StoreFile to refHsf : HStoreFile in method public testReference() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type minTimestamp : Long to minTimestamp : OptionalLong in method public shouldPerformMajorCompaction(filesToCompact Collection<StoreFile>) : boolean in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy |
From |
To |
|
Change Variable Type f : StoreFile to f : HStoreFile in method public testReferenceToHFileLink() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type hsfA : StoreFile to hsfA : HStoreFile in method public testReferenceToHFileLink() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type sf : StoreFile to sf : HStoreFile in method public testBasicHalfMapFile() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type storeFile : StoreFile to storeFile : HStoreFile in method public testDataBlockEncodingMetaData() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type sorted : ArrayList<StoreFile> to sorted : ArrayList<HStoreFile> in method private assertOrdering(comparator Comparator<? super HStoreFile>, sfs HStoreFile...) : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type hsf : StoreFile to hsf : HStoreFile in method public testHFileLink() : void in class org.apache.hadoop.hbase.regionserver.TestHStoreFile |
From |
To |
|
Change Variable Type seed : Integer to seed : OptionalInt in method public getNextMajorCompactTime(filesToCompact Collection<StoreFile>) : long in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy |
From |
To |
|
Push Down Method public isBulkLoadResult() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public isBulkLoadResult() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public closeReader(evictOnClose boolean) : void from class org.apache.hadoop.hbase.regionserver.StoreFile to public closeReader(evictOnClose boolean) : void from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getReader() : StoreFileReader from class org.apache.hadoop.hbase.regionserver.StoreFile to public getReader() : StoreFileReader from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public StoreFile(fs FileSystem, fileInfo StoreFileInfo, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType) from class org.apache.hadoop.hbase.regionserver.StoreFile to public HStoreFile(fs FileSystem, fileInfo StoreFileInfo, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType) from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getMaxMemstoreTS() : long from class org.apache.hadoop.hbase.regionserver.StoreFile to public getMaxMemstoreTS() : long from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public isMajorCompaction() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public isMajorCompactionResult() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getStreamScanner(canUseDropBehind boolean, cacheBlocks boolean, isCompaction boolean, readPt long, scannerOrder long, canOptimizeForNonNullColumn boolean) : StoreFileScanner from class org.apache.hadoop.hbase.regionserver.StoreFile to public getStreamScanner(canUseDropBehind boolean, cacheBlocks boolean, isCompaction boolean, readPt long, scannerOrder long, canOptimizeForNonNullColumn boolean) : StoreFileScanner from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method package getCacheConf() : CacheConfig from class org.apache.hadoop.hbase.regionserver.StoreFile to public getCacheConf() : CacheConfig from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getHDFSBlockDistribution() : HDFSBlocksDistribution from class org.apache.hadoop.hbase.regionserver.StoreFile to public getHDFSBlockDistribution() : HDFSBlocksDistribution from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public toString() : String from class org.apache.hadoop.hbase.regionserver.StoreFile to public toString() : String from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public StoreFile(fs FileSystem, fileInfo StoreFileInfo, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType, primaryReplica boolean) from class org.apache.hadoop.hbase.regionserver.StoreFile to public HStoreFile(fs FileSystem, fileInfo StoreFileInfo, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType, primaryReplica boolean) from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getMetadataValue(key byte[]) : byte[] from class org.apache.hadoop.hbase.regionserver.StoreFile to public getMetadataValue(key byte[]) : byte[] from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getComparator() : Comparator<Cell> from class org.apache.hadoop.hbase.regionserver.StoreFile to public getComparator() : Comparator<Cell> from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public toStringDetailed() : String from class org.apache.hadoop.hbase.regionserver.StoreFile to public toStringDetailed() : String from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method private createStreamReader(canUseDropBehind boolean) : StoreFileReader from class org.apache.hadoop.hbase.regionserver.StoreFile to private createStreamReader(canUseDropBehind boolean) : StoreFileReader from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public StoreFile(fs FileSystem, p Path, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType) from class org.apache.hadoop.hbase.regionserver.StoreFile to public HStoreFile(fs FileSystem, p Path, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType) from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public isCompactedAway() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public isCompactedAway() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public excludeFromMinorCompaction() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public excludeFromMinorCompaction() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public isHFile() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public isHFile() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getLastKey() : Cell from class org.apache.hadoop.hbase.regionserver.StoreFile to public getLastKey() : Cell from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public StoreFile(fs FileSystem, p Path, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType, primaryReplica boolean) from class org.apache.hadoop.hbase.regionserver.StoreFile to public HStoreFile(fs FileSystem, p Path, conf Configuration, cacheConf CacheConfig, cfBloomType BloomType, primaryReplica boolean) from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method private open() : void from class org.apache.hadoop.hbase.regionserver.StoreFile to private open() : void from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getPreadScanner(cacheBlocks boolean, readPt long, scannerOrder long, canOptimizeForNonNullColumn boolean) : StoreFileScanner from class org.apache.hadoop.hbase.regionserver.StoreFile to public getPreadScanner(cacheBlocks boolean, readPt long, scannerOrder long, canOptimizeForNonNullColumn boolean) : StoreFileScanner from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public isReference() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public isReference() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getRefCount() : int from class org.apache.hadoop.hbase.regionserver.StoreFile to public getRefCount() : int from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method private isSkipResetSeqId(skipResetSeqId byte[]) : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to private isSkipResetSeqId(skipResetSeqId byte[]) : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getModificationTimeStamp() : long from class org.apache.hadoop.hbase.regionserver.StoreFile to public getModificationTimeStamp() : long from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public markCompactedAway() : void from class org.apache.hadoop.hbase.regionserver.StoreFile to public markCompactedAway() : void from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public initReader() : void from class org.apache.hadoop.hbase.regionserver.StoreFile to public initReader() : void from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public isReferencedInReads() : boolean from class org.apache.hadoop.hbase.regionserver.StoreFile to public isReferencedInReads() : boolean from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getFirstKey() : Cell from class org.apache.hadoop.hbase.regionserver.StoreFile to public getFirstKey() : Cell from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public deleteReader() : void from class org.apache.hadoop.hbase.regionserver.StoreFile to public deleteReader() : void from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getFileInfo() : StoreFileInfo from class org.apache.hadoop.hbase.regionserver.StoreFile to public getFileInfo() : StoreFileInfo from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getQualifiedPath() : Path from class org.apache.hadoop.hbase.regionserver.StoreFile to public getQualifiedPath() : Path from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getMaxSequenceId() : long from class org.apache.hadoop.hbase.regionserver.StoreFile to public getMaxSequenceId() : long from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |
|
Push Down Method public getPath() : Path from class org.apache.hadoop.hbase.regionserver.StoreFile to public getPath() : Path from class org.apache.hadoop.hbase.regionserver.HStoreFile |
From |
To |