public final class Smf78Record extends SmfRecord
Smf78Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf78Record(byte[] data)
Constructs an Smf78Record from the specified byte array.
|
Smf78Record(SmfRecord record)
Constructs a new Smf78Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf78Record |
from(byte[] data)
Constructs an Smf78Record from the specified byte array.
|
static Smf78Record |
from(SmfRecord record)
Constructs a new Smf78Record from an existing SMF record.
|
Header |
header()
Get the Product section for this record
|
List<HyperPavDataSection> |
hyperPavDataSections()
Get a List containing HyperPAV Data sections from the record
|
List<IoControlSection> |
ioControlSections()
Get a List containing I/O Queuing Control sections from the record
|
List<IoQueuingConfigurationControlSection> |
ioQueuingConfigurationControlSections()
Get a List containing I/O Queuing Configuration Control sections from the record
|
List<IoQueuingDataSection> |
ioQueuingDataSections()
Get a List containing I/O Queuing Data sections from the record
|
ProductSection |
productSection()
Get the header for this record
|
List<VirtualStorageCommonStorageDataSection> |
virtualStorageCommonStorageDataSections()
Get a List containing Virtual Storage Common Storage Data sections from the record
|
List<VirtualStoragePrivateAreaDataSection> |
virtualStoragePrivateAreaDataSections()
Get a List containing Virtual Storage Private Area Data sections from the record
|
List<VirtualStoragePrivateAreaSubpoolSection> |
virtualStoragePrivateAreaSubpoolSections()
Get a List containing Virtual Storage Private Area Subpool 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 Smf78Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf78Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf78Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf78Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public ProductSection productSection()
public List<VirtualStorageCommonStorageDataSection> virtualStorageCommonStorageDataSections()
public List<VirtualStoragePrivateAreaDataSection> virtualStoragePrivateAreaDataSections()
public List<VirtualStoragePrivateAreaSubpoolSection> virtualStoragePrivateAreaSubpoolSections()
public List<IoControlSection> ioControlSections()
public List<IoQueuingConfigurationControlSection> ioQueuingConfigurationControlSections()
public List<IoQueuingDataSection> ioQueuingDataSections()
public List<HyperPavDataSection> hyperPavDataSections()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.