-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum TDConfig.TDModeRunning mode. The default mode is NORMAL.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NORMALIn normal mode, data is cached and reported according to certain cache policies
DEBUGDebug mode: Data is reported one by one. When a problem occurs, the user is alerted in the form of logs and exceptions
DEBUG_ONLYDebug Only mode: verifies data and does not store data in the database
-
Method Summary
Modifier and Type Method Description static Array<TDConfig.TDMode>values()static TDConfig.TDModevalueOf(String name)-
-
Method Detail
-
values
static Array<TDConfig.TDMode> values()
-
valueOf
static TDConfig.TDMode valueOf(String name)
-
-
-
-