Class WicBucket1
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.cics.WicBucket1
CICS WIC Bucket type 1 aggregate information
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionWIC_1024_BUCKET1_ACT_AVGRESPTIMETOD as a Duration.long
WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD raw value.double
WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD in seconds.WIC_1024_BUCKET1_ACT_AVGTIMETOD as a Duration.long
WIC_1024_BUCKET1_ACT_AVGTIMETOD raw value.double
WIC_1024_BUCKET1_ACT_AVGTIMETOD in seconds.int
actJobs()
WIC_1024_BUCKET1_ACT_JOBS value.long
actTrans()
WIC_1024_BUCKET1_ACT_TRANS value, throws exception if WIC_1024_BUCKET1_ACT_TRANS overflows 64 bit signed integer.WIC_1024_BUCKET1_ACT_TRANS value as a BigInteger.cpuType()
WIC_1024_BUCKET1_CPUTYPE value.int
WIC_1024_BUCKET1_CPUTYPE value.static WicBucket1
create
(byte[] Data, int offset, int length) create is intended for internal use only.WIC_1024_BUCKET1_JOBSIZEBUCKET value.int
WIC_1024_BUCKET1_JOBSIZEBUCKET value.WIC_1024_BUCKET1_PRIORITYBUCKET value.int
WIC_1024_BUCKET1_PRIORITYBUCKET value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
cpuType
WIC_1024_BUCKET1_CPUTYPE value.- Returns:
- ProcessorClass WIC_1024_BUCKET1_CPUTYPE value
-
cpuTypeRawValue
public int cpuTypeRawValue()WIC_1024_BUCKET1_CPUTYPE value.- Returns:
- int WIC_1024_BUCKET1_CPUTYPE value
-
priorityBucket
WIC_1024_BUCKET1_PRIORITYBUCKET value.- Returns:
- PriorityBucket WIC_1024_BUCKET1_PRIORITYBUCKET value
-
priorityBucketRawValue
public int priorityBucketRawValue()WIC_1024_BUCKET1_PRIORITYBUCKET value.- Returns:
- int WIC_1024_BUCKET1_PRIORITYBUCKET value
-
jobsizeBucket
WIC_1024_BUCKET1_JOBSIZEBUCKET value.- Returns:
- JobSize WIC_1024_BUCKET1_JOBSIZEBUCKET value
-
jobsizeBucketRawValue
public int jobsizeBucketRawValue()WIC_1024_BUCKET1_JOBSIZEBUCKET value.- Returns:
- int WIC_1024_BUCKET1_JOBSIZEBUCKET value
-
actJobs
public int actJobs()WIC_1024_BUCKET1_ACT_JOBS value.- Returns:
- int WIC_1024_BUCKET1_ACT_JOBS value
-
actTrans
public long actTrans()WIC_1024_BUCKET1_ACT_TRANS value, throws exception if WIC_1024_BUCKET1_ACT_TRANS overflows 64 bit signed integer.- Returns:
- long WIC_1024_BUCKET1_ACT_TRANS
- Throws:
IllegalArgumentException
- If the value of WIC_1024_BUCKET1_ACT_TRANS exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in WIC_1024_BUCKET1_ACT_TRANS). UseactTransAsBigInteger()
if this is possible.
-
actTransAsBigInteger
WIC_1024_BUCKET1_ACT_TRANS value as a BigInteger.actTrans()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger WIC_1024_BUCKET1_ACT_TRANS
-
actAvgResptimeTod
WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD as a Duration.- Returns:
- Duration WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD
- See Also:
-
actAvgResptimeTodSeconds
public double actAvgResptimeTodSeconds()WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD in seconds.- Returns:
- double WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD converted to seconds
-
actAvgResptimeTodRawValue
public long actAvgResptimeTodRawValue()WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD raw value.- Returns:
- long WIC_1024_BUCKET1_ACT_AVGRESPTIMETOD raw value
-
actAvgTimeTod
WIC_1024_BUCKET1_ACT_AVGTIMETOD as a Duration.- Returns:
- Duration WIC_1024_BUCKET1_ACT_AVGTIMETOD
- See Also:
-
actAvgTimeTodSeconds
public double actAvgTimeTodSeconds()WIC_1024_BUCKET1_ACT_AVGTIMETOD in seconds.- Returns:
- double WIC_1024_BUCKET1_ACT_AVGTIMETOD converted to seconds
-
actAvgTimeTodRawValue
public long actAvgTimeTodRawValue()WIC_1024_BUCKET1_ACT_AVGTIMETOD raw value.- Returns:
- long WIC_1024_BUCKET1_ACT_AVGTIMETOD 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
-