Uses of Class
org.apache.drill.exec.server.rest.profile.ProfileResources.ProfileInfo
Packages that use ProfileResources.ProfileInfo
-
Uses of ProfileResources.ProfileInfo in org.apache.drill.exec.server.rest.profile
Methods in org.apache.drill.exec.server.rest.profile that return types with arguments of type ProfileResources.ProfileInfoModifier and TypeMethodDescriptionProfileResources.QProfiles.getFinishedQueries()ProfileResources.QProfilesCompleted.getFinishedQueries()ProfileResources.QProfiles.getRunningQueries()ProfileResources.QProfilesRunning.getRunningQueries()Methods in org.apache.drill.exec.server.rest.profile with parameters of type ProfileResources.ProfileInfoModifier and TypeMethodDescriptionintProfileResources.ProfileInfo.compareTo(ProfileResources.ProfileInfo other) Constructor parameters in org.apache.drill.exec.server.rest.profile with type arguments of type ProfileResources.ProfileInfoModifierConstructorDescriptionQProfiles(List<ProfileResources.ProfileInfo> runningQueries, List<ProfileResources.ProfileInfo> finishedQueries, List<String> errors) QProfilesCompleted(List<ProfileResources.ProfileInfo> finishedQueries, List<String> errors) QProfilesRunning(List<ProfileResources.ProfileInfo> runningQueries, List<String> errors)