5c1b325b510976fe2955593d95690ba507c32e03
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getWorkingSnapshotDir(rootDir Path) : Path renamed to private getDefaultWorkingSnapshotDir(rootDir Path) : Path in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils | From | To | |
Rename Method private getCompletedSnapshotDir(snapshotsDir Path, snapshotName String) : Path renamed to private getSpecifiedSnapshotDir(snapshotsDir Path, snapshotName String) : Path in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type rootDir : Path to workingDirFs : FileSystem in method public MasterSnapshotVerifier(services MasterServices, snapshot SnapshotDescription, workingDirFs FileSystem) in class org.apache.hadoop.hbase.master.snapshot.MasterSnapshotVerifier | From | To | |
Rename Variable | 1 | ||
Rename Variable fs : FileSystem to workingDirFS : FileSystem in method private prepareToTakeSnapshot(snapshot SnapshotDescription) : void in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager | From | To | |
Rename Parameter | 4 | ||
Rename Parameter rootDir : Path to workingDirFs : FileSystem in method public MasterSnapshotVerifier(services MasterServices, snapshot SnapshotDescription, workingDirFs FileSystem) in class org.apache.hadoop.hbase.master.snapshot.MasterSnapshotVerifier | From | To | |
Rename Parameter fs : FileSystem to rootFs : FileSystem in method private SnapshotManifest(conf Configuration, rootFs FileSystem, workingDir Path, desc SnapshotDescription, monitor ForeignExceptionSnare) in class org.apache.hadoop.hbase.snapshot.SnapshotManifest | From | To | |
Rename Parameter fs : FileSystem to rootFs : FileSystem in method public ManifestBuilder(conf Configuration, rootFs FileSystem, snapshotDir Path) in class org.apache.hadoop.hbase.snapshot.SnapshotManifestV1.ManifestBuilder | From | To | |
Rename Parameter fs : FileSystem to rootFs : FileSystem in method public ManifestBuilder(conf Configuration, rootFs FileSystem, snapshotDir Path) in class org.apache.hadoop.hbase.snapshot.SnapshotManifestV2.ManifestBuilder | From | To |