Uses of Class
com.xceptance.xlt.api.engine.AbstractData
-
Packages that use AbstractData Package Description com.xceptance.xlt.api.engine 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.engine Modifier and Type Class Description classActionDataTheActionDataclass holds any data measured for an action.classCustomDataTheCustomDatashould be used only if the intended purpose does not match the semantics of the other data record classes (RequestData,ActionData, andTransactionData).classCustomValueTheCustomValuecan store a single 'double' value.classEventDataTheEventDataclass is used to record information about arbitrary "events" that may occur during a test run.classPageLoadTimingDataThePageLoadTimingData...classRequestDataTheRequestDataclass holds any data measured for a request.classTimerDataTheTimerDataclass is the super class for all timer-based data records.classTransactionDataTheTransactionDataclass holds any data measured for a transaction.
-