Class SupervisorStateManagerConfig
- java.lang.Object
-
- org.apache.druid.indexing.overlord.supervisor.SupervisorStateManagerConfig
-
public class SupervisorStateManagerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SupervisorStateManagerConfig()SupervisorStateManagerConfig(int maxStoredExceptionEvents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHealthinessThreshold()longgetInactiveAfterMillis()intgetMaxStoredExceptionEvents()intgetTaskHealthinessThreshold()intgetTaskUnhealthinessThreshold()intgetUnhealthinessThreshold()booleanisIdleConfigEnabled()booleanisStoreStackTrace()
-
-
-
Method Detail
-
isStoreStackTrace
public boolean isStoreStackTrace()
-
getUnhealthinessThreshold
public int getUnhealthinessThreshold()
-
getHealthinessThreshold
public int getHealthinessThreshold()
-
getTaskUnhealthinessThreshold
public int getTaskUnhealthinessThreshold()
-
getTaskHealthinessThreshold
public int getTaskHealthinessThreshold()
-
getMaxStoredExceptionEvents
public int getMaxStoredExceptionEvents()
-
isIdleConfigEnabled
public boolean isIdleConfigEnabled()
-
getInactiveAfterMillis
public long getInactiveAfterMillis()
-
-