Class CustomData

All Implemented Interfaces:
Data

public class CustomData extends TimerData

The CustomData should be used only if the intended purpose does not match the semantics of the other data record classes (RequestData, ActionData, and TransactionData). For example, if one wants to measure a certain functionality during client-side processing, a custom timer may suit best.

Note that CustomData objects have a "C" as their type code.

See Also:
  • Constructor Details

    • CustomData

      public CustomData()
      Creates a new CustomData object.
    • CustomData

      public CustomData(String name)
      Creates a new CustomData object and gives it the specified name. Furthermore, the start time attribute is set to the current time.
      Parameters:
      name - the statistics name