public class Smf23Record extends SmfRecord
Typically you would obtain Smf23Records by reading SmfRecords and using
Smf23Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf23Record(byte[] data)
Constructs an Smf23Record from the specified byte array.
|
Smf23Record(SmfRecord record)
Constructs a new Smf23Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
List<BindBreakInstrumentationSection> |
bindBreakInstrumentationSections()
Get a List containing Bind Break Instrumentation sections from the record
|
static Smf23Record |
from(byte[] data)
Constructs an Smf23Record from the specified byte array.
|
static Smf23Record |
from(SmfRecord record)
Constructs a new Smf23Record from an existing SMF record.
|
Header |
header()
Get the header for this record
|
List<LogstreamStatisticsSection> |
logstreamStatisticsSections()
Get a List containing Logstream Statistics Sections from the record
|
List<ProductSection> |
productSections()
Get a List containing Product Sections from the record
|
List<SmfStatisticsSection> |
smfStatisticsSections()
Get a List containing SMF Statistics Sections from the record
|
List<SpinLockInstrumentationSection> |
spinLockInstrumentationSections()
Get a List containing SpinLockInstrumentation sections from the record
|
List<SystemSection> |
systemSections()
Get a List containing System 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 Smf23Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf23Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf23Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf23Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public List<ProductSection> productSections()
public List<SystemSection> systemSections()
public List<SmfStatisticsSection> smfStatisticsSections()
public List<SpinLockInstrumentationSection> spinLockInstrumentationSections()
public List<BindBreakInstrumentationSection> bindBreakInstrumentationSections()
public List<LogstreamStatisticsSection> logstreamStatisticsSections()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.