Package com.uber.cadence.worker
Class WorkerFactoryOptions
- java.lang.Object
-
- com.uber.cadence.worker.WorkerFactoryOptions
-
public class WorkerFactoryOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkerFactoryOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCacheMaximumSize()
int
getMaxWorkflowThreadCount()
int
getStickyPollerCount()
java.time.Duration
getStickyTaskScheduleToStartTimeout()
boolean
isDisableStickyExecution()
boolean
isEnableLoggingInReplay()
static WorkerFactoryOptions.Builder
newBuilder()
-
-
-
Method Detail
-
newBuilder
public static WorkerFactoryOptions.Builder newBuilder()
-
getMaxWorkflowThreadCount
public int getMaxWorkflowThreadCount()
-
isDisableStickyExecution
public boolean isDisableStickyExecution()
-
getCacheMaximumSize
public int getCacheMaximumSize()
-
isEnableLoggingInReplay
public boolean isEnableLoggingInReplay()
-
getStickyPollerCount
public int getStickyPollerCount()
-
getStickyTaskScheduleToStartTimeout
public java.time.Duration getStickyTaskScheduleToStartTimeout()
-
-