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
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsStatisticscreate(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.intstgdvers()STGDVERS value.longstgeodr()STGEODR value.stgeodt()STGEODT as LocalTime.STGEODT String value.intstgid()STGID value.longstgintr()STGINTR value.stgintvl()STGINTVL as a Duration.longSTGINTVL raw value.doubleSTGINTVL in seconds.longstgldw()STGLDW value.intstglen()STGLEN value.stglrt()STGLRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).STGLRT STCK value.longstgnc()STGNC value.longstgreqr()STGREQR value.longstgrrtr()STGRRTR value.longstgsmfe()STGSMFE value.longstgsmfs()STGSMFS value.longstgsmfw()STGSMFW value.intstgstrcd()STGSTRCD value.longstgussr()STGUSSR value.Methods 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
-
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
-