Uses of Enum
com.blackhillsoftware.smf.values.BoostClass
Packages that use BoostClass
Package
Description
Mapping for SMF type 30 (Common address space work) record - for usage details see
Smf30Record
.Mapping for SMF type 70 (RMF Processor Activity) record - for usage details see
Smf70Record
.Mapping for SMF type 71 (RMF Paging) record - for usage details see
Smf71Record
.Mapping for SMF type 72 (RMF Workload Activity) record - for usage details see
Smf72Record
.Mapping for SMF type 73 (RMF Channel Path Activity) record - for usage details see
Smf73Record
.Mapping for SMF type 74 (RMF Activity of Several Resources) record - for usage details see
Smf74Record
.Mapping for SMF type 75 (RMF Page Dataset Activity) record - for usage details see
Smf75Record
.Mapping for SMF type 76 (RMF Trace) record - for usage details see
Smf76Record
.Mapping for SMF type 77 (RMF Enqueue Activity) record - for usage details see
Smf77Record
.Mapping for SMF type 78 (RMF Virtual Storage and I/O Queuing) record - for usage details see
Smf78Record
.Mapping for SMF type 79 (RMF Monitor II) record - for usage details see
Smf79Record
.Mapping for SMF type 89 (Usage Data) record - for usage details see
Smf89Record
.Mapping for SMF type 90 (System Status) record - for usage details see
Smf90Record
.-
Uses of BoostClass in com.blackhillsoftware.smf.smf30
Methods in com.blackhillsoftware.smf.smf30 that return BoostClassModifier and TypeMethodDescriptionProcessorAccountingSection.smf30BoostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf70
Methods in com.blackhillsoftware.smf.smf70 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf71
Methods in com.blackhillsoftware.smf.smf71 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf72
Methods in com.blackhillsoftware.smf.smf72 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf73
Methods in com.blackhillsoftware.smf.smf73 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf74
Methods in com.blackhillsoftware.smf.smf74 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf75
Methods in com.blackhillsoftware.smf.smf75 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf76
Methods in com.blackhillsoftware.smf.smf76 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf77
Methods in com.blackhillsoftware.smf.smf77 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf78
Methods in com.blackhillsoftware.smf.smf78 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf79
Methods in com.blackhillsoftware.smf.smf79 that return BoostClassModifier and TypeMethodDescriptionProductSection.boostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf89
Methods in com.blackhillsoftware.smf.smf89 that return BoostClassModifier and TypeMethodDescriptionStateData.smf30BoostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise nullUsageData.smf30BoostClass()
Return BoostClass if Speed Boost or zIIP Boost was active, otherwise null -
Uses of BoostClass in com.blackhillsoftware.smf.smf90
Methods in com.blackhillsoftware.smf.smf90 that return BoostClassModifier and TypeMethodDescriptionSystemRecoveryBoostSection.smf90t40BoostClass()
SMF90T40_BoostClass value, with mask SMF90T40_BoostClass_Mask. -
Uses of BoostClass in com.blackhillsoftware.smf.values
Methods in com.blackhillsoftware.smf.values that return BoostClassModifier and TypeMethodDescriptionstatic BoostClass
BoostClass.from
(int value) Get the BoostClass for an integer valuestatic BoostClass
Returns the enum constant of this type with the specified name.static BoostClass[]
BoostClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.