|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testSingleStepProcRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type entry : Map.Entry<Long,ProcedureResult> to entry : Map.Entry<Long,ProcedureInfo> in method public periodicExecute(env TEnvironment) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor.CompletedProcedureCleaner |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDeleteNonExistNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDeleteSystemNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public assertProcNotFailed(procExecutor ProcedureExecutor<TEnv>, procId long) : void in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDeleteNonEmptyNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testCreateNamespaceWithInvalidRegionCount() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testModifyNamespaceWithInvalidTableCount() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testStateMachineRollbackRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDeleteDeletedTable() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<Long,ProcedureResult>> to it : Iterator<Map.Entry<Long,ProcedureInfo>> in method public periodicExecute(env TEnvironment) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor.CompletedProcedureCleaner |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public removeResult(procId long) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type exception : Exception to exception : ForeignExceptionMessage in method public assertProcNotFailed(result ProcedureInfo) : void in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testAbortTimeout() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testRollbackRetriableFailure() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testCompletedProcWithSameNonce() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testBadSubprocList() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public getResultOrProcedure(procId long) : Pair<ProcedureInfo,Procedure> in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor |
From |
To |
|
Change Variable Type v : Pair<ProcedureResult,Procedure> to v : Pair<ProcedureInfo,Procedure> in method public getProcedureResult(controller RpcController, request GetProcedureResultRequest) : GetProcedureResultResponse in class org.apache.hadoop.hbase.master.MasterRpcServices |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testTruncateNotExistentTable() : void in class org.apache.hadoop.hbase.master.procedure.TestTruncateTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testCreateNamespaceWithInvalidTableCount() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testModifyNamespaceWithInvalidRegionCount() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testMultiStepRollbackRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testCreateSystemNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testCreateSameNamespaceTwice() : void in class org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testStateMachineRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testTruncateNotDisabledTable() : void in class org.apache.hadoop.hbase.master.procedure.TestTruncateTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testMultiStepProcRecovery() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testModifyNonExistingColumnFamily() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public getProcedureResult(controller RpcController, request GetProcedureResultRequest) : GetProcedureResultResponse in class org.apache.hadoop.hbase.master.MasterRpcServices |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDeleteColumnFamilyTwice() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testModifyNonExistNamespace() : void in class org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testAddSameColumnFamilyTwice() : void in class org.apache.hadoop.hbase.master.procedure.TestAddColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testEnableNonDisabledTable() : void in class org.apache.hadoop.hbase.master.procedure.TestEnableTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testSingleSequentialProc() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDisableTableMultipleTimes() : void in class org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testSingleSequentialProcRollback() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testDeleteNonExistingColumnFamily() : void in class org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedure |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public testAbortTimeoutWithChildren() : void in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public periodicExecute(env TEnvironment) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor.CompletedProcedureCleaner |
From |
To |
|
Change Variable Type result : ProcedureResult to result : ProcedureInfo in method public waitForProcedureToComplete(procExec ProcedureExecutor<MasterProcedureEnv>, procId long) : byte[] in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait |
From |
To |