Class DistributorFlags

  • All Implemented Interfaces:
    org.openqa.selenium.grid.config.HasRoles

    @AutoService(org.openqa.selenium.grid.config.HasRoles.class)
    public class DistributorFlags
    extends java.lang.Object
    implements org.openqa.selenium.grid.config.HasRoles
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.openqa.selenium.grid.config.Role> getRoles()  
      • Methods inherited from class java.lang.Object

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

      • healthcheckInterval

        public int healthcheckInterval
    • Constructor Detail

      • DistributorFlags

        public DistributorFlags()
    • Method Detail

      • getRoles

        public java.util.Set<org.openqa.selenium.grid.config.Role> getRoles()
        Specified by:
        getRoles in interface org.openqa.selenium.grid.config.HasRoles