Class AddressSpaceSpinLock
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.AddressSpaceSpinLock
SMF 98 subtype 1 Address Space Spin Lock section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddressSpaceSpinLock
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF98_1_AS_SpinLock_NumAS_BrokenUp value.int
SMF98_1_AS_SpinLock_NumAS_Contribute value.Address space information from SMF98_1_AS_SpinLock_Top_AsidInfo.Spin Lock Summary information for top address space from SMF98_1_AS_SpinLock_Top_SpinInfo.Spin Lock Summary information for all address spacesfrom SMF98_1_AS_SpinLock_Total_SpinInfo.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
numASContribute
public int numASContribute()SMF98_1_AS_SpinLock_NumAS_Contribute value.- Returns:
- int SMF98_1_AS_SpinLock_NumAS_Contribute value
-
numASBrokenUp
public int numASBrokenUp()SMF98_1_AS_SpinLock_NumAS_BrokenUp value.- Returns:
- int SMF98_1_AS_SpinLock_NumAS_BrokenUp value
-
totalSpinInfo
Spin Lock Summary information for all address spacesfrom SMF98_1_AS_SpinLock_Total_SpinInfo.- Returns:
- SpinLockSummary SMF98_1_AS_SpinLock_Total_SpinInfo data
-
topAsidInfo
Address space information from SMF98_1_AS_SpinLock_Top_AsidInfo.- Returns:
- AsidInfo SMF98_1_AS_SpinLock_Top_AsidInfo data
-
topSpinInfo
Spin Lock Summary information for top address space from SMF98_1_AS_SpinLock_Top_SpinInfo.- Returns:
- SpinLockSummary SMF98_1_AS_SpinLock_Top_SpinInfo data
-
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
-