public final class Smf72Record extends SmfRecord
Smf72Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf72Record(byte[] data)
Constructs an SMF72Record from the specified byte array.
|
Smf72Record(SmfRecord record)
Constructs a new Smf72Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
List<CmlLockOwnerDataSection> |
cmlLockOwnerDataSections()
Get a List containing CML Lock Owner Data sections from the record
|
List<CmlLockRequestorDataSection> |
cmlLockRequestorDataSections()
Get a List containing CML Lock Requestor Data sections from the record
|
List<CmsLockTypeData> |
cmsEnqueueDequeueLockDataSections()
Get a List containing CMS Enqueue/Dequeue Lock Data sections from the record
|
List<CmsLockTypeData> |
cmsLatchLockDataSections()
Get a List containing CMS Latch Lock Data sections from the record
|
List<CmsLockTypeData> |
cmsLockDataSections()
Get a List containing CMS Lock Data sections from the record
|
List<CmsLockTypeData> |
cmsSmfLockDataSections()
Get a List containing CMS SMF Lock Data sections from the record
|
static Smf72Record |
from(byte[] data)
Constructs an Smf72Record from the specified byte array.
|
static Smf72Record |
from(SmfRecord record)
Constructs a new Smf72Record from an existing SMF record.
|
List<GrsEnqueueData> |
grsEnqueueStepDataSections()
Get a List containing GRS Enqueue SCOPE=STEP Data sections from the record
|
List<GrsEnqueueData> |
grsEnqueueSystemDataSections()
Get a List containing GRS Enqueue SCOPE=SYSTEM Data sections from the record
|
List<GrsEnqueueData> |
grsEnqueueSystemsDataSections()
Get a List containing GRS Enqueue SCOPE=SYSTEMS Data sections from the record
|
List<GrsLatchTypeData> |
grsLatchRequestorDataSections()
Get a List containing GRS Latch Requestor Data sections from the record
|
List<GrsLatchTypeData> |
grsLatchSetCreatorDataSections()
Get a List containing GRS Latch Set Creator Data sections from the record
|
List<GrsQScanStatisticsDataSection> |
grsQScanStatisticsDataSections()
Get a List containing GRS QScan Statistics Data sections from the record
|
Header |
header()
Get the header for this record
|
List<LocalLockDataSection> |
localLockDataSections()
Get a List containing Local Lock Data sections from the record
|
ProductSection |
productSection()
Get the Product section for this record
|
List<ResourceDelayTypeNamesSection> |
resourceDelayTypeNamesSections()
Get a List containing Resource Delay Type Names sections from the record
|
List<ResourceGroupDataSection> |
resourceGroupDataSections()
Get a List containing Resource Group Data sections from the record
|
List<ResponseTimeDistributionDataSection> |
responseTimeDistributionDataSections()
Get a List containing Response Time Distribution Data sections from the record
|
List<SerializationControlSection> |
serializationControlSections()
Get a List containing Serialization Control sections from the record
|
List<ServiceClassPeriodDataSection> |
serviceClassPeriodDataSections()
Get a List containing Service Class Period Data sections from the record
|
List<ServiceClassServedDataSection> |
serviceClassServedDataSections()
Get a List containing Service Class Served Data sections from the record
|
List<ServiceReportClassPeriodDataSection> |
serviceReportClassPeriodDataSections()
Get a List containing Service/Report Class Period Data sections from the record
|
List<SwapReasonDataSection> |
swapReasonDataSections()
Get a List containing Swap Reason Data sections from the record
|
WorkloadManagerControlSection |
workloadManagerControlSection()
Get the Workload Manager Control section from the record
|
List<WorkManagerResourceManagerStateSection> |
workManagerResourceManagerStateSections()
Get a List containing Work Manager/Resource Manager State sections from the record
|
equals, extendedHeader, extendedHeader, hashCode, hasSubtypes, hasSubtypes, recordLength, recordLength, recordType, recordType, sanityCheck, smfDate, smfDate, smfDateTime, smfDateTime, smfhdr1Flag, smfhdr1Iefu86, smfhdr1Len, smfhdr1Len, smfhdr1Stcke, smfhdr1StckeRawValue, smfhdr1Tzo, smfhdr1TzoRawValue, smfhdr1Version, smfhdr1Version, smfTime, smfTime, subSystem, subSystem, subType, subType, system, system, toString
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet
public Smf72Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf72Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf72Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf72Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public ProductSection productSection()
public WorkloadManagerControlSection workloadManagerControlSection()
public List<ServiceClassServedDataSection> serviceClassServedDataSections()
public List<ResourceGroupDataSection> resourceGroupDataSections()
public List<ServiceReportClassPeriodDataSection> serviceReportClassPeriodDataSections()
public List<ResponseTimeDistributionDataSection> responseTimeDistributionDataSections()
public List<WorkManagerResourceManagerStateSection> workManagerResourceManagerStateSections()
public List<ResourceDelayTypeNamesSection> resourceDelayTypeNamesSections()
public List<ServiceClassPeriodDataSection> serviceClassPeriodDataSections()
public List<SwapReasonDataSection> swapReasonDataSections()
public List<SerializationControlSection> serializationControlSections()
public List<CmsLockTypeData> cmsLockDataSections()
public List<CmsLockTypeData> cmsEnqueueDequeueLockDataSections()
public List<CmsLockTypeData> cmsLatchLockDataSections()
public List<CmsLockTypeData> cmsSmfLockDataSections()
public List<LocalLockDataSection> localLockDataSections()
public List<CmlLockOwnerDataSection> cmlLockOwnerDataSections()
public List<CmlLockRequestorDataSection> cmlLockRequestorDataSections()
public List<GrsLatchTypeData> grsLatchSetCreatorDataSections()
public List<GrsLatchTypeData> grsLatchRequestorDataSections()
public List<GrsEnqueueData> grsEnqueueStepDataSections()
public List<GrsEnqueueData> grsEnqueueSystemDataSections()
public List<GrsEnqueueData> grsEnqueueSystemsDataSections()
public List<GrsQScanStatisticsDataSection> grsQScanStatisticsDataSections()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.