java.lang.Object
io.camunda.zeebe.broker.system.configuration.ThreadsCfg
All Implemented Interfaces:
ConfigurationEntry

public final class ThreadsCfg extends Object implements ConfigurationEntry
  • Constructor Details

    • ThreadsCfg

      public ThreadsCfg()
  • Method Details

    • getCpuThreadCount

      public int getCpuThreadCount()
    • setCpuThreadCount

      public void setCpuThreadCount(int cpuThreads)
    • getIoThreadCount

      public int getIoThreadCount()
    • setIoThreadCount

      public void setIoThreadCount(int ioThreads)
    • toString

      public String toString()
      Overrides:
      toString in class Object