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) |
Modifier and Type | Method and Description |
---|---|
String |
getAdminUserGroups() |
String |
getAdminUsers() |
String |
getCurrentVersion() |
Collection<DrillRoot.DrillbitInfo> |
getDrillbits() |
Collection<String> |
getMismatchedVersions() |
String |
getProcessUser() |
String |
getProcessUserGroups() |
boolean |
isAuthEnabled() |
boolean |
isBitEncryptionEnabled() |
boolean |
isUserEncryptionEnabled() |
DrillRoot.QueueInfo |
queueInfo() |
boolean |
shouldShowAdminInfo() |
public ClusterInfo(Collection<DrillRoot.DrillbitInfo> drillbits, String currentVersion, Collection<String> mismatchedVersions, boolean userEncryption, boolean bitEncryption, boolean shouldShowAdminInfo, DrillRoot.QueueInfo queueInfo, boolean authEnabled)
public 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)
public Collection<DrillRoot.DrillbitInfo> getDrillbits()
public String getCurrentVersion()
public Collection<String> getMismatchedVersions()
public boolean isUserEncryptionEnabled()
public boolean isBitEncryptionEnabled()
public String getProcessUser()
public String getProcessUserGroups()
public String getAdminUsers()
public String getAdminUserGroups()
public boolean shouldShowAdminInfo()
public DrillRoot.QueueInfo queueInfo()
public boolean isAuthEnabled()
Copyright © 2021 The Apache Software Foundation. All rights reserved.