Class ShenyuConfig.Scheduler

  • Enclosing class:
    ShenyuConfig

    public static class ShenyuConfig.Scheduler
    extends java.lang.Object
    The type Scheduler.
    • Constructor Summary

      Constructors 
      Constructor Description
      Scheduler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getEnabled()
      Gets enabled.
      java.lang.Integer getThreads()
      Gets threads.
      java.lang.String getType()
      Gets type.
      void setEnabled​(boolean enabled)
      Sets enabled.
      void setThreads​(java.lang.Integer threads)
      Sets threads.
      void setType​(java.lang.String type)
      Sets type.
      • Methods inherited from class java.lang.Object

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

      • Scheduler

        public Scheduler()
    • Method Detail

      • getEnabled

        public boolean getEnabled()
        Gets enabled.
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets enabled.
        Parameters:
        enabled - the enabled
      • getType

        public java.lang.String getType()
        Gets type.
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Sets type.
        Parameters:
        type - the type
      • getThreads

        public java.lang.Integer getThreads()
        Gets threads.
        Returns:
        the threads
      • setThreads

        public void setThreads​(java.lang.Integer threads)
        Sets threads.
        Parameters:
        threads - the threads