|
Change Return Type IgniteBiTuple<? extends Exception,VisorQueryResultEx> to IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx> in method protected run(arg VisorQueryArg) : IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx> in class org.apache.ignite.internal.visor.query.VisorQueryJob |
From |
To |
|
Change Return Type Map<UUID,Throwable> to Map<UUID,VisorExceptionWrapper> in method public unhandledEx() : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Return Type Map<UUID,Throwable> to Map<UUID,VisorExceptionWrapper> in method public igfssEx() : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Return Type Map<UUID,Throwable> to Map<UUID,VisorExceptionWrapper> in method public eventsEx() : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Return Type Map<UUID,Throwable> to Map<UUID,VisorExceptionWrapper> in method public cachesEx() : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Return Type Throwable to VisorExceptionWrapper in method public error() : VisorExceptionWrapper in class org.apache.ignite.internal.util.IgniteExceptionRegistry.ExceptionInfo |
From |
To |
|
Change Attribute Type igfssEx : Map<UUID,Throwable> to igfssEx : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Attribute Type evtsEx : Map<UUID,Throwable> to evtsEx : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Attribute Type error : Throwable to error : VisorExceptionWrapper in class org.apache.ignite.internal.util.IgniteExceptionRegistry.ExceptionInfo |
From |
To |
|
Change Attribute Type cachesEx : Map<UUID,Throwable> to cachesEx : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |
|
Change Attribute Type unhandledEx : Map<UUID,Throwable> to unhandledEx : Map<UUID,VisorExceptionWrapper> in class org.apache.ignite.internal.visor.node.VisorNodeDataCollectorTaskResult |
From |
To |