Class ThreadsCfg
java.lang.Object
io.camunda.zeebe.broker.system.configuration.ThreadsCfg
- All Implemented Interfaces:
ConfigurationEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetCpuThreadCount(int cpuThreads) voidsetIoThreadCount(int ioThreads) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.broker.system.configuration.ConfigurationEntry
init
-
Constructor Details
-
ThreadsCfg
public ThreadsCfg()
-
-
Method Details