Class ThreadsCfg
- java.lang.Object
-
- io.camunda.zeebe.broker.system.configuration.ThreadsCfg
-
- All Implemented Interfaces:
ConfigurationEntry
public final class ThreadsCfg extends Object implements ConfigurationEntry
-
-
Constructor Summary
Constructors Constructor Description ThreadsCfg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCpuThreadCount()intgetIoThreadCount()voidsetCpuThreadCount(int cpuThreads)voidsetIoThreadCount(int ioThreads)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.camunda.zeebe.broker.system.configuration.ConfigurationEntry
init
-
-