Class SlardarAsyncProp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      TaskExecutionProperties getEvent() event thread pool
      void setEvent(TaskExecutionProperties event) event thread pool
      TaskSchedulingProperties getHeavy() heavy thread pool
      void setHeavy(TaskSchedulingProperties heavy) heavy thread pool
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • SlardarAsyncProp

        SlardarAsyncProp()
    • Method Detail

      • getEvent

         TaskExecutionProperties getEvent()

        event thread pool

      • setEvent

         void setEvent(TaskExecutionProperties event)

        event thread pool

      • getHeavy

         TaskSchedulingProperties getHeavy()

        heavy thread pool

      • setHeavy

         void setHeavy(TaskSchedulingProperties heavy)

        heavy thread pool