| Package | Description |
|---|---|
| org.apache.drill.exec.server.rest.profile |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileResources.ProfileInfo> |
ProfileResources.QProfiles.getFinishedQueries() |
List<ProfileResources.ProfileInfo> |
ProfileResources.QProfiles.getRunningQueries() |
| Modifier and Type | Method and Description |
|---|---|
int |
ProfileResources.ProfileInfo.compareTo(ProfileResources.ProfileInfo other) |
| Constructor and Description |
|---|
QProfiles(List<ProfileResources.ProfileInfo> runningQueries,
List<ProfileResources.ProfileInfo> finishedQueries,
List<String> errors) |
QProfiles(List<ProfileResources.ProfileInfo> runningQueries,
List<ProfileResources.ProfileInfo> finishedQueries,
List<String> errors) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.