public class Smf41Record extends SmfRecord
Typically you would obtain Smf41Records by reading SmfRecords and using
Smf41Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf41Record(byte[] data)
Constructs an SMF41Record from the specified byte array.
|
Smf41Record(SmfRecord record)
Constructs a new Smf41Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf41Record |
from(byte[] data)
Constructs an Smf41Record from the specified byte array.
|
static Smf41Record |
from(SmfRecord record)
Constructs a new Smf41Record from an existing SMF record.
|
Header |
header()
Get the header for this record
|
List<ObjectAccessDataSection> |
objectAccessDataSections()
Get a List containing Object Access Data sections from the record
|
List<ObjectIoActivityDataSection> |
objectIoActivityDataSections()
Get a List containing Object I/O Activity Data Sections from the record
|
List<ObjectUnaccessDataSection> |
objectUnaccessDataSections()
Get a List containing Object Unaccess Data sections from the record
|
List<ProductSection> |
productSections()
Get a List containing Product Sections from the record
|
List<VlfStatisticsDataSection> |
vlfStatisticsDataSections()
Get a List containing VLF Statistics 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 Smf41Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf41Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf41Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf41Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public List<ProductSection> productSections()
public List<ObjectAccessDataSection> objectAccessDataSections()
public List<ObjectIoActivityDataSection> objectIoActivityDataSections()
public List<ObjectUnaccessDataSection> objectUnaccessDataSections()
public List<VlfStatisticsDataSection> vlfStatisticsDataSections()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.