public class AddFacetedDocTask extends AddDocTask
Config properties:
See AddDocTask for general document parameters and configuration.
Makes use of the FacetSource in effect - see PerfRunData for
facet source settings.
doc| Constructor and Description |
|---|
AddFacetedDocTask(PerfRunData runData) |
| Modifier and Type | Method and Description |
|---|---|
int |
doLogic()
Perform the task once (ignoring repetitions specification)
Return number of work items done by this task.
|
protected java.lang.String |
getLogMessage(int recsCount) |
void |
setup()
Task setup work that should not be measured for that specific task.
|
setParams, supportsParams, tearDownclone, close, getAlgLineNum, getBackgroundDeltaPriority, getDepth, getName, getParams, getRunData, getRunInBackground, isDisableCounting, runAndMaybeStats, setAlgLineNum, setDepth, setDisableCounting, setName, setRunInBackground, shouldNeverLogAtStart, shouldNotRecordStats, stopNow, toStringpublic AddFacetedDocTask(PerfRunData runData)
public void setup()
throws java.lang.Exception
PerfTaskPerfTask.doLogic() to this method. Only the work done in PerfTask.doLogic()
is measured for this task. Notice that higher level (sequence) tasks
containing this task would then measure larger time than the sum of their
contained tasks.setup in class AddDocTaskjava.lang.Exceptionprotected java.lang.String getLogMessage(int recsCount)
getLogMessage in class AddDocTaskpublic int doLogic()
throws java.lang.Exception
PerfTaskdoLogic in class AddDocTaskjava.lang.ExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.