public class SupervisorStateManagerConfig extends Object
| Constructor and Description |
|---|
SupervisorStateManagerConfig() |
SupervisorStateManagerConfig(int maxStoredExceptionEvents) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHealthinessThreshold() |
int |
getMaxStoredExceptionEvents() |
int |
getTaskHealthinessThreshold() |
int |
getTaskUnhealthinessThreshold() |
int |
getUnhealthinessThreshold() |
boolean |
isStoreStackTrace() |
public SupervisorStateManagerConfig()
public SupervisorStateManagerConfig(int maxStoredExceptionEvents)
public boolean isStoreStackTrace()
public int getUnhealthinessThreshold()
public int getHealthinessThreshold()
public int getTaskUnhealthinessThreshold()
public int getTaskHealthinessThreshold()
public int getMaxStoredExceptionEvents()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.