Class StatisticsStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.StatisticsStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.stgcstrt()
STGCSTRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).STGCSTRT STCK value.int
stgdvers()
STGDVERS value.long
stgeodr()
STGEODR value.stgeodt()
STGEODT as LocalTime.STGEODT String value.int
stgid()
STGID value.long
stgintr()
STGINTR value.stgintvl()
STGINTVL as a Duration.long
STGINTVL raw value.double
STGINTVL in seconds.long
stgldw()
STGLDW value.int
stglen()
STGLEN value.stglrt()
STGLRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).STGLRT STCK value.long
stgnc()
STGNC value.long
stgreqr()
STGREQR value.long
stgrrtr()
STGRRTR value.long
stgsmfe()
STGSMFE value.long
stgsmfs()
STGSMFS value.long
stgsmfw()
STGSMFW value.int
stgstrcd()
STGSTRCD value.long
stgussr()
STGUSSR value.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
-
STGIDE
public static final int STGIDEConstant: 0x42 = 66- See Also:
-
STGVERS
public static final int STGVERSConstant: 0x01 = 1- See Also:
-
STGCLEN
public static final int STGCLENConstant: 0x58 = 88- See Also:
-
-
Method Details
-
stglen
public int stglen()STGLEN value.- Returns:
- int STGLEN value
-
stgid
public int stgid()STGID value.- Returns:
- int STGID value
-
stgdvers
public int stgdvers()STGDVERS value.- Returns:
- int STGDVERS value
-
stgnc
public long stgnc()STGNC value.- Returns:
- long STGNC value
-
stgsmfw
public long stgsmfw()STGSMFW value.- Returns:
- long STGSMFW value
-
stgldw
public long stgldw()STGLDW value.- Returns:
- long STGLDW value
-
stgsmfs
public long stgsmfs()STGSMFS value.- Returns:
- long STGSMFS value
-
stgsmfe
public long stgsmfe()STGSMFE value.- Returns:
- long STGSMFE value
-
stgintr
public long stgintr()STGINTR value.- Returns:
- long STGINTR value
-
stgeodr
public long stgeodr()STGEODR value.- Returns:
- long STGEODR value
-
stgussr
public long stgussr()STGUSSR value.- Returns:
- long STGUSSR value
-
stgreqr
public long stgreqr()STGREQR value.- Returns:
- long STGREQR value
-
stgrrtr
public long stgrrtr()STGRRTR value.- Returns:
- long STGRRTR value
-
stgcstrt
STGCSTRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
stgcstrtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime STGCSTRT STCK converted to ZonedDateTime
- See Also:
-
stgcstrtRawValue
STGCSTRT STCK value.- Returns:
- BigInteger STGCSTRT STCK value
-
stglrt
STGLRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
stglrtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime STGLRT STCK converted to ZonedDateTime
- See Also:
-
stglrtRawValue
STGLRT STCK value.- Returns:
- BigInteger STGLRT STCK value
-
stgintvl
STGINTVL as a Duration.- Returns:
- Duration STGINTVL
- See Also:
-
stgintvlSeconds
public double stgintvlSeconds()STGINTVL in seconds.- Returns:
- double STGINTVL converted to seconds
-
stgintvlRawValue
public long stgintvlRawValue()STGINTVL raw value.- Returns:
- long STGINTVL raw value
-
stgeodt
STGEODT as LocalTime.- Returns:
- LocalTime STGEODT Time
- See Also:
-
stgeodtRawValue
STGEODT String value.- Returns:
- String STGEODT value
-
stgstrcd
public int stgstrcd()STGSTRCD value.- Returns:
- int STGSTRCD 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
-