Package 

Enum TDConfig.TDMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum TDConfig.TDMode
    
                        

    Running mode. The default mode is NORMAL.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NORMAL

      In normal mode, data is cached and reported according to certain cache policies

      DEBUG

      Debug mode: Data is reported one by one. When a problem occurs, the user is alerted in the form of logs and exceptions

      DEBUG_ONLY

      Debug 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.TDMode valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait