Package step.artefacts.handlers
Class ThreadGroupHandler.Thread
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.accessors.AbstractOrganizableObject
step.core.artefacts.AbstractArtefact
step.artefacts.handlers.ThreadGroupHandler.Thread
- Enclosing class:
- ThreadGroupHandler
-
Field Summary
Fields inherited from class step.core.artefacts.AbstractArtefact
attachments, children, customAttributes, description, dynamicName, useDynamicNameFields inherited from class step.core.accessors.AbstractOrganizableObject
attributes, NAME, VERSIONFields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonglongintintvoidsetGcounter(LongAdder gcounter) voidsetGroupController(ThreadPool.WorkerController<Integer> groupController) voidsetGroupId(int groupId) voidsetGroupStartTime(long groupStartTime) voidsetMaxDuration(long maxDuration) voidsetNumberOfIterations(int numberOfIterations) voidsetPacing(int pacing) voidsetThreadGroup(ThreadGroup threadGroup) Methods inherited from class step.core.artefacts.AbstractArtefact
addAttachment, addChild, addCustomAttribute, deepCleanupAllCustomAttributes, equals, getArtefactName, getAttachments, getChildren, getContinueParentNodeExecutionOnError, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isPropertyArefact, isUseDynamicName, setAttachments, setChildren, setContinueParentNodeExecutionOnError, setCustomAttributes, setDescription, setDynamicName, setInstrumentNode, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicNameMethods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributesMethods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, getCustomField, getCustomField, getCustomFields, getId, setCustomFields, setId
-
Constructor Details
-
Thread
public Thread()
-
-
Method Details
-
getGroupId
public int getGroupId() -
setGroupId
public void setGroupId(int groupId) -
getNumberOfIterations
public int getNumberOfIterations() -
setNumberOfIterations
public void setNumberOfIterations(int numberOfIterations) -
getPacing
public int getPacing() -
setPacing
public void setPacing(int pacing) -
getGroupStartTime
public long getGroupStartTime() -
setGroupStartTime
public void setGroupStartTime(long groupStartTime) -
getThreadGroup
-
setThreadGroup
-
getGroupController
-
setGroupController
-
getGcounter
-
setGcounter
-
getMaxDuration
public long getMaxDuration() -
setMaxDuration
public void setMaxDuration(long maxDuration)
-