Class LoaderGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LoaderGlobalStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LoaderGlobalStatisticscreate(byte[] Data, int offset, int length) create is intended for internal use only.longldgdrebs()LDGDREBS value.intldgdvers()LDGDVERS value.longldghwmt()LDGHWMT value.intldgid()LDGID value.longldglbsou()LDGLBSOU value.intldglen()LDGLEN value.longldgllr()LDGLLR value.longldgllrro()LDGLLRRO value.ldgllt()LDGLLT as a Duration.doubleLDGLLT raw value.ldglltro()LDGLLTRO as a Duration.doubleLDGLLTRO raw value.doubleLDGLLTRO in seconds.doubleLDGLLT in seconds.ldglsort()LDGLSORT as a Duration.longLDGLSORT raw value.doubleLDGLSORT in seconds.longldglwsou()LDGLWSOU value.longldgpuses()LDGPUSES value.ldgttw()LDGTTW as a Duration.doubleLDGTTW raw value.doubleLDGTTW in seconds.longldgwlr()LDGWLR value.longldgwlrhw()LDGWLRHW value.longldgwtdlr()LDGWTDLR value.Get a List containing LoaderGlobalDsaStatistics Sections from the sectionMethods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stiversMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
LDGIDE
public static final int LDGIDEConstant: 0x1E = 30- See Also:
-
LDGVERS
public static final int LDGVERSConstant: 0x01 = 1- See Also:
-
LDGHLEN
public static final int LDGHLENConstant: 0x08 = 8- See Also:
-
LDGGLEN
public static final int LDGGLENConstant: 0x3C = 60- See Also:
-
-
Method Details
-
ldglen
public int ldglen()LDGLEN value.- Returns:
- int LDGLEN value
-
ldgid
public int ldgid()LDGID value.- Returns:
- int LDGID value
-
ldgdvers
public int ldgdvers()LDGDVERS value.- Returns:
- int LDGDVERS value
-
ldgllr
public long ldgllr()LDGLLR value.- Returns:
- long LDGLLR value
-
ldgllt
LDGLLT as a Duration.- Returns:
- Duration LDGLLT
- See Also:
-
ldglltSeconds
public double ldglltSeconds()LDGLLT in seconds.- Returns:
- double LDGLLT converted to seconds
-
ldglltRawValue
public double ldglltRawValue()LDGLLT raw value.- Returns:
- double LDGLLT value
-
ldgpuses
public long ldgpuses()LDGPUSES value.- Returns:
- long LDGPUSES value
-
ldgwlr
public long ldgwlr()LDGWLR value.- Returns:
- long LDGWLR value
-
ldgwlrhw
public long ldgwlrhw()LDGWLRHW value.- Returns:
- long LDGWLRHW value
-
ldghwmt
public long ldghwmt()LDGHWMT value.- Returns:
- long LDGHWMT value
-
ldgttw
LDGTTW as a Duration.- Returns:
- Duration LDGTTW
- See Also:
-
ldgttwSeconds
public double ldgttwSeconds()LDGTTW in seconds.- Returns:
- double LDGTTW converted to seconds
-
ldgttwRawValue
public double ldgttwRawValue()LDGTTW raw value.- Returns:
- double LDGTTW value
-
ldgdrebs
public long ldgdrebs()LDGDREBS value.- Returns:
- long LDGDREBS value
-
ldgwtdlr
public long ldgwtdlr()LDGWTDLR value.- Returns:
- long LDGWTDLR value
-
ldgllrro
public long ldgllrro()LDGLLRRO value.- Returns:
- long LDGLLRRO value
-
ldglltro
LDGLLTRO as a Duration.- Returns:
- Duration LDGLLTRO
- See Also:
-
ldglltroSeconds
public double ldglltroSeconds()LDGLLTRO in seconds.- Returns:
- double LDGLLTRO converted to seconds
-
ldglltroRawValue
public double ldglltroRawValue()LDGLLTRO raw value.- Returns:
- double LDGLLTRO value
-
ldglwsou
public long ldglwsou()LDGLWSOU value.- Returns:
- long LDGLWSOU value
-
ldglsort
LDGLSORT as a Duration.- Returns:
- Duration LDGLSORT
- See Also:
-
ldglsortSeconds
public double ldglsortSeconds()LDGLSORT in seconds.- Returns:
- double LDGLSORT converted to seconds
-
ldglsortRawValue
public long ldglsortRawValue()LDGLSORT raw value.- Returns:
- long LDGLSORT raw value
-
ldglbsou
public long ldglbsou()LDGLBSOU value.- Returns:
- long LDGLBSOU value
-
loaderGlobalDsaStatistics
Get a List containing LoaderGlobalDsaStatistics Sections from the section- Returns:
- a list of LoaderGlobalDsaStatistics
-
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
-