|
Change Variable Type ip : ImmutablePair<OperatorProfile,Integer> to ip : ImmutablePair<ImmutablePair<OperatorProfile,Integer>,String> in method public addSummary(tb TableBuilder, majorFragmentBusyTally HashMap<String,Long>, majorFragmentBusyTallyTotal long) : void in class org.apache.drill.exec.server.rest.profile.OperatorWrapper |
From |
To |
|
Change Variable Type opmap : Map<ImmutablePair<Integer,Integer>,List<ImmutablePair<OperatorProfile,Integer>>> to opmap : Map<ImmutablePair<Integer,Integer>,List<ImmutablePair<ImmutablePair<OperatorProfile,Integer>,String>>> in method public ProfileWrapper(profile QueryProfile) in class org.apache.drill.exec.server.rest.profile.ProfileWrapper |
From |
To |
|
Change Variable Type ip : ImmutablePair<OperatorProfile,Integer> to ip : ImmutablePair<ImmutablePair<OperatorProfile,Integer>,String> in method public getContent() : String in class org.apache.drill.exec.server.rest.profile.OperatorWrapper |
From |
To |
|
Change Variable Type ip : ImmutablePair<OperatorProfile,Integer> to ip : ImmutablePair<ImmutablePair<OperatorProfile,Integer>,String> in method public getMetricsTable() : String in class org.apache.drill.exec.server.rest.profile.OperatorWrapper |
From |
To |
|
Change Variable Type l : List<ImmutablePair<OperatorProfile,Integer>> to l : List<ImmutablePair<ImmutablePair<OperatorProfile,Integer>,String>> in method public ProfileWrapper(profile QueryProfile) in class org.apache.drill.exec.server.rest.profile.ProfileWrapper |
From |
To |