|
Pull Up Method public indexSize() : long from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public indexSize() : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getPath() : Path from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getPath() : Path from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public length() : long from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public length() : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getFirstKey() : byte[] from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getFirstKey() : byte[] from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public loadFileInfo() : FileInfo from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public loadFileInfo() : FileInfo from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method protected finishFileInfo() : void from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected finishFileInfo() : void from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method protected finishClose(trailer FixedFileTrailer) : void from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected finishClose(trailer FixedFileTrailer) : void from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method protected checkKey(cell Cell) : boolean from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected checkKey(cell Cell) : boolean from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public getName() : String from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getName() : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getComparator() : KVComparator from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getComparator() : KVComparator from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getCompressionAlgorithm() : Compression.Algorithm from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getCompressionAlgorithm() : Compression.Algorithm from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getDataBlockIndexReader() : HFileBlockIndex.BlockIndexReader from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getDataBlockIndexReader() : HFileBlockIndex.BlockIndexReader from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getEntries() : long from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getEntries() : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method protected checkValue(value byte[], offset int, length int) : void from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected checkValue(value byte[], offset int, length int) : void from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public compressionByName(algoName String) : Compression.Algorithm from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to public compressionByName(algoName String) : Compression.Algorithm from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method protected readAtOffset(istream FSDataInputStream, dest byte[], destOffset int, size int, peekIntoNextBlock boolean, fileOffset long, pread boolean) : int from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to protected readAtOffset(istream FSDataInputStream, dest byte[], destOffset int, size int, peekIntoNextBlock boolean, fileOffset long, pread boolean) : int from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Method public getDataBlockEncoding() : DataBlockEncoding from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getDataBlockEncoding() : DataBlockEncoding from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public toString() : String from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public toString() : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method private toStringFirstKey() : String from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected toStringFirstKey() : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method private toStringLastKey() : String from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected toStringLastKey() : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getScanner(cacheBlocks boolean, pread boolean) : HFileScanner from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getScanner(cacheBlocks boolean, pread boolean) : HFileScanner from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public toString() : String from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to public toString() : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public getPath() : Path from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to public getPath() : Path from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public getConf() : Configuration from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getConf() : Configuration from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getTrailer() : FixedFileTrailer from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getTrailer() : FixedFileTrailer from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public setConf(conf Configuration) : void from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public setConf(conf Configuration) : void from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method protected writeFileInfo(trailer FixedFileTrailer, out DataOutputStream) : void from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected writeFileInfo(trailer FixedFileTrailer, out DataOutputStream) : void from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public appendFileInfo(k byte[], v byte[]) : void from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to public appendFileInfo(k byte[], v byte[]) : void from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public getFirstRowKey() : byte[] from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getFirstRowKey() : byte[] from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method public getLastRowKey() : byte[] from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to public getLastRowKey() : byte[] from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Method protected createOutputStream(conf Configuration, fs FileSystem, path Path, favoredNodes InetSocketAddress[]) : FSDataOutputStream from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected createOutputStream(conf Configuration, fs FileSystem, path Path, favoredNodes InetSocketAddress[]) : FSDataOutputStream from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Method public blockRange(startOffset long, endOffset long) : BlockIterator from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to public blockRange(startOffset long, endOffset long) : BlockIterator from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute private lastKey : byte[] from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected lastKey : byte[] from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected path : Path from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to protected path : Path from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute protected fileInfo : FileInfo from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected fileInfo : FileInfo from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected cacheConf : CacheConfig from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected cacheConf : CacheConfig from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute public DEFAULT_BUFFER_SIZE : int from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to public DEFAULT_BUFFER_SIZE : int from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute protected lastCell : Cell from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected lastCell : Cell from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected path : Path from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected path : Path from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected firstCellInBlock : Cell from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected firstCellInBlock : Cell from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute private avgKeyLen : int from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected avgKeyLen : int from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected fileSize : long from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to protected fileSize : long from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute protected outputStream : FSDataOutputStream from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected outputStream : FSDataOutputStream from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute private metaBlockIndexReader : HFileBlockIndex.BlockIndexReader from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected metaBlockIndexReader : HFileBlockIndex.BlockIndexReader from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected metaNames : List<byte[]> from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected metaNames : List<byte[]> from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected hFileContext : HFileContext from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected hFileContext : HFileContext from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute private dataBlockEncoder : HFileDataBlockEncoder from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected dataBlockEncoder : HFileDataBlockEncoder from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute private compressAlgo : Compression.Algorithm from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected compressAlgo : Compression.Algorithm from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected comparator : KVComparator from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected comparator : KVComparator from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected blockEncoder : HFileDataBlockEncoder from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected blockEncoder : HFileDataBlockEncoder from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected closeOutputStream : boolean from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected closeOutputStream : boolean from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected entryCount : long from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected entryCount : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute private streamLock : Lock from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to private streamLock : Lock from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute private fileSize : long from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected fileSize : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute private conf : Configuration from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected conf : Configuration from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute private comparator : KVComparator from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected comparator : KVComparator from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute private avgValueLen : int from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected avgValueLen : int from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected totalKeyLength : long from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected totalKeyLength : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected name : String from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected name : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute private fileInfo : FileInfo from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected fileInfo : FileInfo from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute private cacheConf : CacheConfig from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected cacheConf : CacheConfig from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected totalValueLength : long from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected totalValueLength : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected totalUncompressedBytes : long from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected totalUncompressedBytes : long from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute protected fileContext : HFileContext from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to protected fileContext : HFileContext from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute private path : Path from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected path : Path from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected metaData : List<Writable> from class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl to protected metaData : List<Writable> from class org.apache.hadoop.hbase.io.hfile.AbstractHFileWriter |
From |
To |
|
Pull Up Attribute private name : String from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected name : String from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute private dataBlockIndexReader : HFileBlockIndex.BlockIndexReader from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected dataBlockIndexReader : HFileBlockIndex.BlockIndexReader from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected hfs : HFileSystem from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to protected hfs : HFileSystem from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Pull Up Attribute private trailer : FixedFileTrailer from class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl to protected trailer : FixedFileTrailer from class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader |
From |
To |
|
Pull Up Attribute protected hdrSize : int from class org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl to protected hdrSize : int from class org.apache.hadoop.hbase.io.hfile.HFileBlock.AbstractFSReader |
From |
To |
|
Change Variable Type writer : HFile.Writer to writer : HFileWriterV2 in method private writeDataAndReadFromHFile(hfilePath Path, compressAlgo Algorithm, entryCount int, findMidKey boolean) : void in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2 |
From |
To |
|
Change Variable Type reader : HFile.Reader to reader : HFileReaderV2 in method public testWriteHFile() : void in class org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion |
From |
To |
|
Change Variable Type reader : HFile.Reader to reader : HFileReaderV2 in method private readStoreFile(path Path) : void in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema |
From |
To |
|
Change Variable Type reader : HFile.Reader to reader : HFileReaderV2 in method private readStoreFile(storeFilePath Path) : void in class org.apache.hadoop.hbase.io.hfile.TestPrefetch |
From |
To |
|
Change Variable Type hfw : HFile.Writer to hfw : HFileWriterV2 in method public testWriteHFile() : void in class org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion |
From |
To |
|
Change Variable Type writer : HFile.Writer to writer : HFileWriterV2 in method private writeHFile(conf Configuration, cc CacheConfig, fs FileSystem, path Path, cxt HFileContext, entryCount int) : void in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression |
From |
To |
|
Change Variable Type writer : HFile.Writer to writer : HFileWriterV3 in method private writeDataAndReadFromHFile(hfilePath Path, compressAlgo Algorithm, entryCount int, findMidKey boolean, useTags boolean) : void in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3 |
From |
To |
|
Change Variable Type reader2 : HFile.Reader to reader2 : HFileReaderV2 in method public testHFileWriterAndReader() : void in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex |
From |
To |