Class DrillRoot.ClusterInfo

java.lang.Object
org.apache.drill.exec.server.rest.DrillRoot.ClusterInfo
Enclosing class:
DrillRoot

public static class DrillRoot.ClusterInfo extends Object
  • Constructor Details

  • Method Details

    • getDrillbits

      public Collection<DrillRoot.DrillbitInfo> getDrillbits()
    • getCurrentVersion

      public String getCurrentVersion()
    • getMismatchedVersions

      public Collection<String> getMismatchedVersions()
    • isUserEncryptionEnabled

      public boolean isUserEncryptionEnabled()
    • isBitEncryptionEnabled

      public boolean isBitEncryptionEnabled()
    • getProcessUser

      public String getProcessUser()
    • getProcessUserGroups

      public String getProcessUserGroups()
    • getAdminUsers

      public String getAdminUsers()
    • getAdminUserGroups

      public String getAdminUserGroups()
    • shouldShowAdminInfo

      public boolean shouldShowAdminInfo()
    • queueInfo

      public DrillRoot.QueueInfo queueInfo()
    • isAuthEnabled

      public boolean isAuthEnabled()