Class DistributorFlags

java.lang.Object
org.openqa.selenium.grid.distributor.config.DistributorFlags
All Implemented Interfaces:
HasRoles

@AutoService(HasRoles.class) public class DistributorFlags extends Object implements HasRoles
  • Field Details

    • healthcheckInterval

      public int healthcheckInterval
    • newSessionThreadPoolSize

      public int newSessionThreadPoolSize
  • Constructor Details

    • DistributorFlags

      public DistributorFlags()
  • Method Details

    • getRoles

      public 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: