Package 

Interface ProfilingContext

    • Method Detail

      • setContextValue

         void setContextValue(String attribute, String value)

        Sets a context value to be appended to profiling data

        Parameters:
        attribute - the attribute (must have been registered at startup)
        value - the value
      • setContextValue

         void setContextValue(ProfilingContextAttribute attribute, String value)

        Sets a context value to be appended to profiling data. This overload requires an attribute tohave been obtained by calling createContextAttribute first, but is more efficient.

        Parameters:
        attribute - the attribute (must have been registered at startup)
        value - the value
      • clearContextValue

         void clearContextValue(String attribute)

        Clears a context value.

        Parameters:
        attribute - the attribute (must have been registered at startup)