Class SpinLockDetail
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.SpinLockDetail
SMF 98 subtype 1 Spin Lock Detail section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic SpinLockDetail
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF98_1_SpinLockDet_AvgTimeTOD as a Duration.long
SMF98_1_SpinLockDet_AvgTimeTOD raw value.double
SMF98_1_SpinLockDet_AvgTimeTOD in seconds.long
SMF98_1_SpinLockDet_Count value.long
SMF98_1_SpinLockDet_ID value.SMF98_1_SpinLockDet_TimeTOD as a Duration.long
SMF98_1_SpinLockDet_TimeTOD raw value.double
SMF98_1_SpinLockDet_TimeTOD in seconds.Spin Lock Type.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
spinLockDetId
public long spinLockDetId()SMF98_1_SpinLockDet_ID value.- Returns:
- long SMF98_1_SpinLockDet_ID value
-
SpinLockType
Spin Lock Type.- Returns:
- SpinLockType for SMF98_1_SpinLockDet_ID value
-
spinLockDetCount
public long spinLockDetCount()SMF98_1_SpinLockDet_Count value.- Returns:
- long SMF98_1_SpinLockDet_Count value
-
spinLockDetTimeTod
SMF98_1_SpinLockDet_TimeTOD as a Duration.- Returns:
- Duration SMF98_1_SpinLockDet_TimeTOD
- See Also:
-
spinLockDetTimeTodSeconds
public double spinLockDetTimeTodSeconds()SMF98_1_SpinLockDet_TimeTOD in seconds.- Returns:
- double SMF98_1_SpinLockDet_TimeTOD converted to seconds
-
spinLockDetTimeTodRawValue
public long spinLockDetTimeTodRawValue()SMF98_1_SpinLockDet_TimeTOD raw value.- Returns:
- long SMF98_1_SpinLockDet_TimeTOD raw value
-
spinLockDetAvgTimeTod
SMF98_1_SpinLockDet_AvgTimeTOD as a Duration.- Returns:
- Duration SMF98_1_SpinLockDet_AvgTimeTOD
- See Also:
-
spinLockDetAvgTimeTodSeconds
public double spinLockDetAvgTimeTodSeconds()SMF98_1_SpinLockDet_AvgTimeTOD in seconds.- Returns:
- double SMF98_1_SpinLockDet_AvgTimeTOD converted to seconds
-
spinLockDetAvgTimeTodRawValue
public long spinLockDetAvgTimeTodRawValue()SMF98_1_SpinLockDet_AvgTimeTOD raw value.- Returns:
- long SMF98_1_SpinLockDet_AvgTimeTOD raw value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-