|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testRestoreSnapshotToDifferentTable() : void in class org.apache.hadoop.hbase.master.procedure.TestRestoreSnapshotProcedure |
From |
To |
|
Change Variable Type entry : Map.Entry<Long,ProcedureInfo> to entry : Map.Entry<Long,CompletedProcedureRetainer> in method protected periodicExecute(env TEnvironment) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor.CompletedProcedureCleaner |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDisableTableMultipleTimes() : void in class org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method private assertProcFailed(procId long) : void in class org.apache.hadoop.hbase.procedure2.TestChildProcedures |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDeleteNonExistNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure |
From |
To |
|
Change Variable Type proc : ProcedureInfo to proc : Procedure<?> in method private load(abortOnCorruption boolean) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testRunningProcWithSameNonce() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureNonce |
From |
To |
|
Change Variable Type procInfo : ProcedureInfo to retainer : CompletedProcedureRetainer in method public isProcedureOwner(procId long, user User) : boolean in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testBadSubprocList() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type procedureLists : List<ProcedureInfo> to procedureLists : List<Procedure> in method public listProcedures() : List<Procedure> in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type result : ProcedureInfo to retainer : CompletedProcedureRetainer in method public getResultOrProcedure(procId long) : Procedure in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDeleteSystemNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to retainer : CompletedProcedureRetainer in method public removeResult(procId long) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testAbortTimeoutWithChildren() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testStateMachineMultipleLevel() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCreateNamespaceWithInvalidRegionCount() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDeleteColumnFamilyTwice() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testEnableNonDisabledTable() : void in class org.apache.hadoop.hbase.master.procedure.TestEnableTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testModifyNonExistNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testMultiStepProcRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDeleteDeletedTable() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testModifyNamespaceWithInvalidRegionCount() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure |
From |
To |
|
Change Variable Type pi : ProcedureInfo to p : Procedure in method public run() : Object in class org.apache.hadoop.hbase.security.access.TestAccessController.testListProcedures.listProceduresAction |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testSingleSequentialProc() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : Pair<ProcedureInfo,Procedure> to result : Procedure<?> in method public testLocalMasterLockRecovery() : void in class org.apache.hadoop.hbase.master.locking.TestLockProcedure |
From |
To |
|
Change Variable Type proc : ProcedureInfo to proc : Procedure<?> in method public load(procIter ProcedureIterator) : void in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility.LoadCounter |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testTruncateNotDisabledTable() : void in class org.apache.hadoop.hbase.master.procedure.TestTruncateTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testSingleSequentialProcRollback() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDeleteNonExistingColumnFamily() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testRestoreSnapshotToEnabledTable() : void in class org.apache.hadoop.hbase.master.procedure.TestRestoreSnapshotProcedure |
From |
To |
|
Change Variable Type listProcedures : List<ProcedureInfo> to listProcedures : List<Procedure> in method public testListProcedure() : void in class org.apache.hadoop.hbase.master.procedure.TestProcedureAdmin |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCreateNamespaceWithInvalidTableCount() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCloneSnapshotToSameTable() : void in class org.apache.hadoop.hbase.master.procedure.TestCloneSnapshotProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testMultiStepRollbackRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testDeleteNonEmptyNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testStateMachineRollbackRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<Long,ProcedureInfo>> to it : Iterator<Map.Entry<Long,CompletedProcedureRetainer>> in method protected periodicExecute(env TEnvironment) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor.CompletedProcedureCleaner |
From |
To |
|
Change Variable Type p : Map.Entry<Long,Procedure> to retainer : CompletedProcedureRetainer in method public listProcedures() : List<Procedure> in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCompletedProcWithSameNonce() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureNonce |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public assertProcNotFailed(procExecutor ProcedureExecutor<TEnv>, procId long) : void in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testSetFailureResultForNonce() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureNonce |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testAbortTimeout() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testStateMachineRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCreateSameNamespaceTwice() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testModifyNonExistingColumnFamily() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testModifyTableDeleteCF() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testSingleStepProcRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure in method public waitForProcedureToComplete(procExec ProcedureExecutor<MasterProcedureEnv>, procId long, timeout long) : byte[] in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCreateSystemNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testAddSameColumnFamilyTwice() : void in class org.apache.hadoop.hbase.master.procedure.TestAddColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public assertProcFailed(procExecutor ProcedureExecutor<TEnv>, procId long) : Throwable in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testTruncateNotExistentTable() : void in class org.apache.hadoop.hbase.master.procedure.TestTruncateTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testModifyNamespaceWithInvalidTableCount() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure |
From |
To |
|
Change Variable Type procInfo : ProcedureInfo to proc : Procedure in method public testListProcedure() : void in class org.apache.hadoop.hbase.master.procedure.TestProcedureAdmin |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method private createRSGroupTable() : void in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl.RSGroupStartupWorker |
From |
To |
|
Change Variable Type procInfoList : List<ProcedureInfo> to procList : List<Procedure> in method public testListProcedures() : void in class org.apache.hadoop.hbase.security.access.TestAccessController |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testRollbackRetriableFailure() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureInfo to result : Procedure<?> in method public testCreateWithoutColumnFamily() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure |
From |
To |