Uses of Class
com.xceptance.xlt.api.engine.AbstractData
Packages that use AbstractData
Package
Description
Provides core classes as well as classes to represent the different data measured during a test.
-
Uses of AbstractData in com.xceptance.xlt.api.engine
Subclasses of AbstractData in com.xceptance.xlt.api.engineModifier and TypeClassDescriptionclassTheActionDataclass holds any data measured for an action.classTheCustomDatashould be used only if the intended purpose does not match the semantics of the other data record classes (RequestData,ActionData, andTransactionData).classTheCustomValuecan store a single 'double' value.classTheEventDataclass is used to record information about arbitrary "events" that may occur during a test run.classThePageLoadTimingData...classTheRequestDataclass holds any data measured for a request.classTheTimerDataclass is the super class for all timer-based data records.classTheTransactionDataclass holds any data measured for a transaction.classTheWebVitalDatastores a single observation for a certain Web Vital in a certain action as a 'double' value.