Package com.blackhillsoftware.smf.smf98
Class AggregateBucket
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.AggregateBucket
Generic SMF 98 Aggregate Bucket Section - usually you would use subtype specific sections
-
Method Summary
Modifier and TypeMethodDescriptioncpuType()
SMF98AggBucketHdr_CPUType value.int
SMF98AggBucketHdr_CPUType value.static AggregateBucket
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF98AggBucketEA_Contributors value.byte[]
eaData()
SMF98AggBucketEA_Data data.SMF98AggBucketHdr_JobPriority value.int
SMF98AggBucketHdr_JobPriority value.jobSize()
SMF98AggBucketHdr_JobSize value.int
SMF98AggBucketHdr_JobSize value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
cpuType
SMF98AggBucketHdr_CPUType value.- Returns:
- ProcessorClass SMF98AggBucketHdr_CPUType value
-
cpuTypeRawValue
public int cpuTypeRawValue()SMF98AggBucketHdr_CPUType value.- Returns:
- int SMF98AggBucketHdr_CPUType value
-
jobPriority
SMF98AggBucketHdr_JobPriority value.- Returns:
- JobPriority SMF98AggBucketHdr_JobPriority value
-
jobPriorityRawValue
public int jobPriorityRawValue()SMF98AggBucketHdr_JobPriority value.- Returns:
- int SMF98AggBucketHdr_JobPriority value
-
jobSize
SMF98AggBucketHdr_JobSize value.- Returns:
- JobSize SMF98AggBucketHdr_JobSize value
-
jobSizeRawValue
public int jobSizeRawValue()SMF98AggBucketHdr_JobSize value.- Returns:
- int SMF98AggBucketHdr_JobSize value
-
eaContributors
public int eaContributors()SMF98AggBucketEA_Contributors value.- Returns:
- int SMF98AggBucketEA_Contributors value
-
eaData
public byte[] eaData()SMF98AggBucketEA_Data data.- Returns:
- byte[] SMF98AggBucketEA_Data data
-
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
-