Package 

Interface AppStartSpanControl

    • Method Summary

      Modifier and Type Method Description
      abstract Unit setType(String appStartType) Set the type of app start being measured to allow better filtering.
      Unit clearType() Clear the app start type that was previously set with setType.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setType

         abstract Unit setType(String appStartType)

        Set the type of app start being measured to allow better filtering. The appStartType string is used to split the app start spans further than simple "Cold", "Warm" and "Hot" starts and can be used when additional overhead is expected (for example when a updating a database schema, or downloading updated content). This is typically a short descriptive constant such as "First Run" or "Schema Upgrade".

      • clearType

         Unit clearType()

        Clear the app start type that was previously set with setType. This is the same as calling setType(null).