Class NodeFlags

    • Constructor Summary

      Constructors 
      Constructor Description
      NodeFlags()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Role> getRoles()
      Obtains the set of commands that this set of flags applies to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • autoconfigure

        public java.lang.Boolean autoconfigure
      • maxSessions

        public int maxSessions
      • driverNames

        public java.util.Set<java.lang.String> driverNames
      • gridUri

        public java.net.URL gridUri
    • Constructor Detail

      • NodeFlags

        public NodeFlags()
    • Method Detail

      • getRoles

        public java.util.Set<Role> getRoles()
        Description copied from interface: HasRoles
        Obtains the set of commands that this set of flags applies to. Examples include things like "distributor", "session-map". Maps to CliCommand.getName()
        Specified by:
        getRoles in interface HasRoles
        Returns: