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
-
Method Summary
Modifier and TypeMethodDescriptionstatic LoaderGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
ldgdrebs()
LDGDREBS value.int
ldgdvers()
LDGDVERS value.long
ldghwmt()
LDGHWMT value.int
ldgid()
LDGID value.long
ldglbsou()
LDGLBSOU value.int
ldglen()
LDGLEN value.long
ldgllr()
LDGLLR value.long
ldgllrro()
LDGLLRRO value.ldgllt()
LDGLLT as a Duration.double
LDGLLT raw value.ldglltro()
LDGLLTRO as a Duration.double
LDGLLTRO raw value.double
LDGLLTRO in seconds.double
LDGLLT in seconds.ldglsort()
LDGLSORT as a Duration.long
LDGLSORT raw value.double
LDGLSORT in seconds.long
ldglwsou()
LDGLWSOU value.long
ldgpuses()
LDGPUSES value.ldgttw()
LDGTTW as a Duration.double
LDGTTW raw value.double
LDGTTW in seconds.long
ldgwlr()
LDGWLR value.long
ldgwlrhw()
LDGWLRHW value.long
ldgwtdlr()
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, stivers
Methods 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
-