public final class Smf70Record extends SmfRecord
Smf70Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf70Record(byte[] data)
Constructs an SMF70Record from the specified byte array.
|
Smf70Record(SmfRecord record)
Constructs a new Smf70Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
List<AsidDataAreaSection> |
asidDataAreaSections()
Get a List containing ASID Data Area sections from the record
|
CpuControlSection |
cpuControlSection()
Get the CPU Control section for this record
|
List<CpuDataSection> |
cpuDataSections()
Get a List containing CPU Data sections from the record
|
List<CpuIdentificationSection> |
cpuIdentificationSections()
Get a List containing CPU Identification sections from the record
|
List<CryptographicAcceleratorDataSection> |
cryptographicAcceleratorDataSections()
Get a List containing Cryptographic Accelerator Data sections from the record
|
List<CryptographicCcaCoprocessorDataSection> |
cryptographicCcaCoprocessorDataSections()
Get a List containing Cryptographic CCA Coprocessor Data sections from the record
|
List<CryptographicPkcs11CoprocessorDataSection> |
cryptographicPkcs11CoprocessorDataSections()
Get a List containing Cryptographic PKCS11 Coprocessor Data sections from the record
|
static Smf70Record |
from(byte[] data)
Constructs an Smf70Record from the specified byte array.
|
static Smf70Record |
from(SmfRecord record)
Constructs a new Smf70Record from an existing SMF record.
|
Header |
header()
Get the header for this record
|
List<IcsfServicesDataSection> |
icsfServicesDataSections()
Get a List containing ICSF Services Data sections from the record
|
List<LogicalCoreDataSection> |
logicalCoreDataSections()
Get a List containing Logical Core data sections from the record
|
List<PrismLogicalProcessorDataSection> |
prismLogicalProcessorDataSections()
Get a List containing PR/SM Logical Processor Data sections from the record
|
List<PrismPartitionDataSection> |
prismPartitionDataSections()
Get a List containing PR/SM Partition Data sections from the record
|
ProductSection |
productSection()
Get the Product section for this record
|
List<TenantResourceGroupDataSection> |
tenantResourceGroupDataSections()
Get a List containing Tenant Resource Group data 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 Smf70Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf70Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf70Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf70Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public ProductSection productSection()
public CpuControlSection cpuControlSection()
public List<CpuDataSection> cpuDataSections()
public List<AsidDataAreaSection> asidDataAreaSections()
public List<PrismPartitionDataSection> prismPartitionDataSections()
public List<PrismLogicalProcessorDataSection> prismLogicalProcessorDataSections()
public List<CpuIdentificationSection> cpuIdentificationSections()
public List<LogicalCoreDataSection> logicalCoreDataSections()
public List<TenantResourceGroupDataSection> tenantResourceGroupDataSections()
public List<CryptographicCcaCoprocessorDataSection> cryptographicCcaCoprocessorDataSections()
public List<CryptographicAcceleratorDataSection> cryptographicAcceleratorDataSections()
public List<IcsfServicesDataSection> icsfServicesDataSections()
public List<CryptographicPkcs11CoprocessorDataSection> cryptographicPkcs11CoprocessorDataSections()
Copyright © 2021 Black Hill Software Pty Ltd. All rights reserved.