ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withBasePriority(Integer basePriority) |
Set the basePriority property: Base priority.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withCurrentPriority(Integer currentPriority) |
Set the currentPriority property: Current thread priority.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withHref(String href) |
Set the href property: HRef URI.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withPriorityLevel(String priorityLevel) |
Set the priorityLevel property: Thread priority level.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withProcess(String process) |
Set the process property: Process URI.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withStartAddress(String startAddress) |
Set the startAddress property: Start address.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withStartTime(OffsetDateTime startTime) |
Set the startTime property: Start time.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withState(String state) |
Set the state property: Thread state.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withTotalProcessorTime(String totalProcessorTime) |
Set the totalProcessorTime property: Total processor time.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withUserProcessorTime(String userProcessorTime) |
Set the userProcessorTime property: User processor time.
|
ProcessThreadInfoProperties |
ProcessThreadInfoProperties.withWaitReason(String waitReason) |
Set the waitReason property: Wait reason.
|