| Package | Description |
|---|---|
| org.apache.drill.exec.server.rest |
| Modifier and Type | Method and Description |
|---|---|
Collection<DrillRoot.DrillbitInfo> |
DrillRoot.ClusterInfo.getDrillbits() |
| Modifier and Type | Method and Description |
|---|---|
int |
DrillRoot.DrillbitInfo.compareTo(DrillRoot.DrillbitInfo drillbitToCompare)
Method used to sort Drillbits.
|
| Constructor and Description |
|---|
ClusterInfo(Collection<DrillRoot.DrillbitInfo> drillbits,
String currentVersion,
Collection<String> mismatchedVersions,
boolean userEncryption,
boolean bitEncryption,
boolean shouldShowAdminInfo,
DrillRoot.QueueInfo queueInfo,
boolean authEnabled) |
ClusterInfo(Collection<DrillRoot.DrillbitInfo> drillbits,
String currentVersion,
Collection<String> mismatchedVersions,
boolean userEncryption,
boolean bitEncryption,
boolean shouldShowAdminInfo,
DrillRoot.QueueInfo queueInfo,
String processUser,
String processUserGroups,
String adminUsers,
String adminUserGroups,
boolean authEnabled) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.