Class AggregateStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.ims.AggregateStatistics
IMS WIC Aggregate statistics
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionavgElT()
DFSSR98A_A1AvgElT as a Duration.long
DFSSR98A_A1AvgElT raw value.double
DFSSR98A_A1AvgElT in seconds.avgPrT()
DFSSR98A_A1AvgPrT as a Duration.long
DFSSR98A_A1AvgPrT raw value.double
DFSSR98A_A1AvgPrT in seconds.cpu()
DFSSR98A_A1CPU ProcessorClass.int
DFSSR98A_A1CPU value.static AggregateStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.prty()
DFSSR98A_A1Prty value.int
DFSSR98A_A1Prty value.int
rgnCt()
DFSSR98A_A1RgnCt value.size()
DFSSR98A_A1Size value.int
DFSSR98A_A1Size value.long
tranCt()
DFSSR98A_A1TranCt value, throws exception if DFSSR98A_A1TranCt overflows 64 bit signed integer.DFSSR98A_A1TranCt value as a BigInteger.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
cpu
DFSSR98A_A1CPU ProcessorClass.- Returns:
- ProcessorClass DFSSR98A_A1CPU value
-
cpuRawValue
public int cpuRawValue()DFSSR98A_A1CPU value.- Returns:
- int DFSSR98A_A1CPU value
-
prty
DFSSR98A_A1Prty value.- Returns:
- JobPriority DFSSR98A_A1Prty value
-
prtyRawValue
public int prtyRawValue()DFSSR98A_A1Prty value.- Returns:
- int DFSSR98A_A1Prty value
-
size
DFSSR98A_A1Size value.- Returns:
- JobSize DFSSR98A_A1Size value
-
sizeRawValue
public int sizeRawValue()DFSSR98A_A1Size value.- Returns:
- int DFSSR98A_A1Size value
-
rgnCt
public int rgnCt()DFSSR98A_A1RgnCt value.- Returns:
- int DFSSR98A_A1RgnCt value
-
tranCt
public long tranCt()DFSSR98A_A1TranCt value, throws exception if DFSSR98A_A1TranCt overflows 64 bit signed integer.- Returns:
- long DFSSR98A_A1TranCt
- Throws:
IllegalArgumentException
- If the value of DFSSR98A_A1TranCt exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in DFSSR98A_A1TranCt). UsetranCtAsBigInteger()
if this is possible.
-
tranCtAsBigInteger
DFSSR98A_A1TranCt value as a BigInteger.tranCt()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger DFSSR98A_A1TranCt
-
avgPrT
DFSSR98A_A1AvgPrT as a Duration.- Returns:
- Duration DFSSR98A_A1AvgPrT
- See Also:
-
avgPrTSeconds
public double avgPrTSeconds()DFSSR98A_A1AvgPrT in seconds.- Returns:
- double DFSSR98A_A1AvgPrT converted to seconds
-
avgPrTRawValue
public long avgPrTRawValue()DFSSR98A_A1AvgPrT raw value.- Returns:
- long DFSSR98A_A1AvgPrT raw value
-
avgElT
DFSSR98A_A1AvgElT as a Duration.- Returns:
- Duration DFSSR98A_A1AvgElT
- See Also:
-
avgElTSeconds
public double avgElTSeconds()DFSSR98A_A1AvgElT in seconds.- Returns:
- double DFSSR98A_A1AvgElT converted to seconds
-
avgElTRawValue
public long avgElTRawValue()DFSSR98A_A1AvgElT raw value.- Returns:
- long DFSSR98A_A1AvgElT raw 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
-