Class DispatcherGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.DispatcherGlobalStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x3E = 62static final intConstant: 0x12 = 18static final intConstant: 0x04 = 4static final intConstant: 0xA0 = 160static final intConstant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptionstatic DispatcherGlobalStatisticscreate(byte[] Data, int offset, int length) create is intended for internal use only.intdsgasize()DSGASIZE value.intdsgcnt()DSGCNT value.intdsgdvers()DSGDVERS value.dsgejst()DSGEJST as a Duration.longDSGEJST raw value.doubleDSGEJST in seconds.intdsgglen()DSGGLEN value.dsggxscn()DSGGXSCN STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).DSGGXSCN STCK value.dsggxsnd()DSGGXSND STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).DSGGXSND STCK value.dsgicvrt()DSGICVRT as a Duration.longDSGICVRT raw value.doubleDSGICVRT in seconds.dsgicvsd()DSGICVSD as a Duration.longDSGICVSD raw value.doubleDSGICVSD in seconds.dsgicvt()DSGICVT as a Duration.longDSGICVT raw value.doubleDSGICVT in seconds.intdsgid()DSGID value.intdsglen()DSGLEN value.dsglstrt()DSGLSTRT STCK value converted to LocalDateTime (nanosecond precision).DSGLSTRT STCK value.dsglxscn()DSGLXSCN STCK value converted to LocalDateTime (nanosecond precision).DSGLXSCN STCK value.dsglxsnd()DSGLXSND STCK value converted to LocalDateTime (nanosecond precision).DSGLXSND STCK value.intdsgmbtch()DSGMBTCH value.intdsgpnt()DSGPNT value.intdsgpriag()DSGPRIAG value.intdsgpsize()DSGPSIZE value.dsgsrbt()DSGSRBT as a Duration.longDSGSRBT raw value.doubleDSGSRBT in seconds.dsgstart()DSGSTART STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).DSGSTART STCK value.intdsgstsks()DSGSTSKS value.longdsgxscnn()DSGXSCNN value.longdsgxscns()DSGXSCNS value.longdsgxtcbd()DSGXTCBD value.Get a List containing Dispatcher TCB Mode Statistics Sections from the sectionGet a List containing Dispatcher TCB Pool Statistics Sections from the sectionMethods 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
-
DSGIDE
public static final int DSGIDEConstant: 0x3E = 62- See Also:
-
DSGVERS
public static final int DSGVERSConstant: 0x01 = 1- See Also:
-
DSGMCLEN
public static final int DSGMCLENConstant: 0xA0 = 160- See Also:
-
DSGMAXNUMMODES
public static final int DSGMAXNUMMODESConstant: 0x12 = 18- See Also:
-
DSGMAXNUMPOOLS
public static final int DSGMAXNUMPOOLSConstant: 0x04 = 4- See Also:
-
-
Method Details
-
tcbModeStatistics
Get a List containing Dispatcher TCB Mode Statistics Sections from the section- Returns:
- a list of DispatcherTcbModeStatistics
-
tcbPoolStatistics
Get a List containing Dispatcher TCB Pool Statistics Sections from the section- Returns:
- a list of DispatcherTcbPoolStatistics
-
dsglen
public int dsglen()DSGLEN value.- Returns:
- int DSGLEN value
-
dsgid
public int dsgid()DSGID value.- Returns:
- int DSGID value
-
dsgdvers
public int dsgdvers()DSGDVERS value.- Returns:
- int DSGDVERS value
-
dsgglen
public int dsgglen()DSGGLEN value.- Returns:
- int DSGGLEN value
-
dsgasize
public int dsgasize()DSGASIZE value.- Returns:
- int DSGASIZE value
-
dsgpsize
public int dsgpsize()DSGPSIZE value.- Returns:
- int DSGPSIZE value
-
dsgicvt
DSGICVT as a Duration.- Returns:
- Duration DSGICVT
- See Also:
-
dsgicvtSeconds
public double dsgicvtSeconds()DSGICVT in seconds.- Returns:
- double DSGICVT converted to seconds
-
dsgicvtRawValue
public long dsgicvtRawValue()DSGICVT raw value.- Returns:
- long DSGICVT raw value
-
dsgicvrt
DSGICVRT as a Duration.- Returns:
- Duration DSGICVRT
- See Also:
-
dsgicvrtSeconds
public double dsgicvrtSeconds()DSGICVRT in seconds.- Returns:
- double DSGICVRT converted to seconds
-
dsgicvrtRawValue
public long dsgicvrtRawValue()DSGICVRT raw value.- Returns:
- long DSGICVRT raw value
-
dsgicvsd
DSGICVSD as a Duration.- Returns:
- Duration DSGICVSD
- See Also:
-
dsgicvsdSeconds
public double dsgicvsdSeconds()DSGICVSD in seconds.- Returns:
- double DSGICVSD converted to seconds
-
dsgicvsdRawValue
public long dsgicvsdRawValue()DSGICVSD raw value.- Returns:
- long DSGICVSD raw value
-
dsgpriag
public int dsgpriag()DSGPRIAG value.- Returns:
- int DSGPRIAG value
-
dsgstsks
public int dsgstsks()DSGSTSKS value.- Returns:
- int DSGSTSKS value
-
dsgmbtch
public int dsgmbtch()DSGMBTCH value.- Returns:
- int DSGMBTCH value
-
dsgcnt
public int dsgcnt()DSGCNT value.- Returns:
- int DSGCNT value
-
dsgpnt
public int dsgpnt()DSGPNT value.- Returns:
- int DSGPNT value
-
dsgstart
DSGSTART STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
dsgstartRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime DSGSTART STCK converted to ZonedDateTime
- See Also:
-
dsgstartRawValue
DSGSTART STCK value.- Returns:
- BigInteger DSGSTART STCK value
-
dsglstrt
DSGLSTRT STCK value converted to LocalDateTime (nanosecond precision).Use
dsglstrtRawValue()for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime DSGLSTRT STCK converted to LocalDateTime
- See Also:
-
dsglstrtRawValue
DSGLSTRT STCK value.- Returns:
- BigInteger DSGLSTRT STCK value
-
dsgejst
DSGEJST as a Duration.- Returns:
- Duration DSGEJST
- See Also:
-
dsgejstSeconds
public double dsgejstSeconds()DSGEJST in seconds.- Returns:
- double DSGEJST converted to seconds
-
dsgejstRawValue
public long dsgejstRawValue()DSGEJST raw value.- Returns:
- long DSGEJST raw value
-
dsgsrbt
DSGSRBT as a Duration.- Returns:
- Duration DSGSRBT
- See Also:
-
dsgsrbtSeconds
public double dsgsrbtSeconds()DSGSRBT in seconds.- Returns:
- double DSGSRBT converted to seconds
-
dsgsrbtRawValue
public long dsgsrbtRawValue()DSGSRBT raw value.- Returns:
- long DSGSRBT raw value
-
dsgxscns
public long dsgxscns()DSGXSCNS value.- Returns:
- long DSGXSCNS value
-
dsgxscnn
public long dsgxscnn()DSGXSCNN value.- Returns:
- long DSGXSCNN value
-
dsgxtcbd
public long dsgxtcbd()DSGXTCBD value.- Returns:
- long DSGXTCBD value
-
dsggxscn
DSGGXSCN STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
dsggxscnRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime DSGGXSCN STCK converted to ZonedDateTime
- See Also:
-
dsggxscnRawValue
DSGGXSCN STCK value.- Returns:
- BigInteger DSGGXSCN STCK value
-
dsglxscn
DSGLXSCN STCK value converted to LocalDateTime (nanosecond precision).Use
dsglxscnRawValue()for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime DSGLXSCN STCK converted to LocalDateTime
- See Also:
-
dsglxscnRawValue
DSGLXSCN STCK value.- Returns:
- BigInteger DSGLXSCN STCK value
-
dsggxsnd
DSGGXSND STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
dsggxsndRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime DSGGXSND STCK converted to ZonedDateTime
- See Also:
-
dsggxsndRawValue
DSGGXSND STCK value.- Returns:
- BigInteger DSGGXSND STCK value
-
dsglxsnd
DSGLXSND STCK value converted to LocalDateTime (nanosecond precision).Use
dsglxsndRawValue()for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime DSGLXSND STCK converted to LocalDateTime
- See Also:
-
dsglxsndRawValue
DSGLXSND STCK value.- Returns:
- BigInteger DSGLXSND STCK 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
-