Class LogManagerGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LogManagerGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogManagerGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
LGGAKPFREQ value.long
LGGAKPSTKN value.int
lggdvers()
LGGDVERS value.int
lggid()
LGGID value.int
lgglen()
LGGLEN value.LGGLGDEFER as a Duration.long
LGGLGDEFER raw value.double
LGGLGDEFER in seconds.Methods 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
-
LGGDSLEN
public static final int LGGDSLENConstant: 0x1C = 28- See Also:
-
LGGIDE
public static final int LGGIDEConstant: 0x5C = 92- See Also:
-
LGGVERS
public static final int LGGVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
lgglen
public int lgglen()LGGLEN value.- Returns:
- int LGGLEN value
-
lggid
public int lggid()LGGID value.- Returns:
- int LGGID value
-
lggdvers
public int lggdvers()LGGDVERS value.- Returns:
- int LGGDVERS value
-
lggakpfreq
public long lggakpfreq()LGGAKPFREQ value.- Returns:
- long LGGAKPFREQ value
-
lgglgdefer
LGGLGDEFER as a Duration.- Returns:
- Duration LGGLGDEFER
- See Also:
-
lgglgdeferSeconds
public double lgglgdeferSeconds()LGGLGDEFER in seconds.- Returns:
- double LGGLGDEFER converted to seconds
-
lgglgdeferRawValue
public long lgglgdeferRawValue()LGGLGDEFER raw value.- Returns:
- long LGGLGDEFER raw value
-
lggakpstkn
public long lggakpstkn()LGGAKPSTKN value.- Returns:
- long LGGAKPSTKN 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
-