Class LoaderGlobalDsaStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.LoaderGlobalDsaStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LoaderGlobalDsaStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
ldgdpscr()
LDGDPSCR value.ldgdpsct()
LDGDPSCT as a Duration.long
LDGDPSCT raw value.double
LDGDPSCT in seconds.long
LDGPROGNIU value.long
LDGRECNIU value.long
LDGSTGNIU value.LDGDSAINDEX as a LgdDsaType.int
LDGDSAINDEX raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
LDGDSALEN
public static final int LDGDSALENConstant: 0x30 = 48- See Also:
-
LDGMAXDSA
public static final int LDGMAXDSAConstant: 0x06 = 6- See Also:
-
-
Method Details
-
ldgstgniu
public long ldgstgniu()LDGSTGNIU value.- Returns:
- long LDGSTGNIU value
-
ldgprogniu
public long ldgprogniu()LDGPROGNIU value.- Returns:
- long LDGPROGNIU value
-
ldgrecniu
public long ldgrecniu()LDGRECNIU value.- Returns:
- long LDGRECNIU value
-
ldgdpscr
public long ldgdpscr()LDGDPSCR value.- Returns:
- long LDGDPSCR value
-
ldgdpsct
LDGDPSCT as a Duration.- Returns:
- Duration LDGDPSCT
- See Also:
-
ldgdpsctSeconds
public double ldgdpsctSeconds()LDGDPSCT in seconds.- Returns:
- double LDGDPSCT converted to seconds
-
ldgdpsctRawValue
public long ldgdpsctRawValue()LDGDPSCT raw value.- Returns:
- long LDGDPSCT raw value
-
lgdDsaType
LDGDSAINDEX as a LgdDsaType.- Returns:
- LgdDsaType LDGDSAINDEX
-
lgdDsaTypeRawValue
public int lgdDsaTypeRawValue()LDGDSAINDEX raw value.- Returns:
- int LDGDSAINDEX 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
-