Uses of Interface
com.xceptance.xlt.api.engine.Data
-
Packages that use Data Package Description com.xceptance.xlt.api.engine Provides core classes as well as classes to represent the different data measured during a test.com.xceptance.xlt.api.report Provides interfaces and classes to extend the test report generator with pluggable custom report providers. -
-
Uses of Data in com.xceptance.xlt.api.engine
Classes in com.xceptance.xlt.api.engine that implement Data Modifier and Type Class Description classAbstractDataTheAbstractDataclass may be the super class of a special data record class.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.Methods in com.xceptance.xlt.api.engine with parameters of type Data Modifier and Type Method Description voidDataManager. logDataRecord(Data data)Logs the given data record to a log file, but only if logging is enabled and the current time is inside the configured logging period. -
Uses of Data in com.xceptance.xlt.api.report
Fields in com.xceptance.xlt.api.report with type parameters of type Data Modifier and Type Field Description java.util.List<Data>PostProcessedDataContainer. dataMethods in com.xceptance.xlt.api.report that return types with arguments of type Data Modifier and Type Method Description java.util.List<Data>PostProcessedDataContainer. getData()Methods in com.xceptance.xlt.api.report with parameters of type Data Modifier and Type Method Description voidPostProcessedDataContainer. add(Data d)voidReportProvider. processDataRecord(Data data)Processes the passed data record to gather information needed for the test report.
-