public final class Smf101Record extends SmfDb2Record
Typically you would obtain Smf101Records by reading SmfRecords and using
Smf101Record.
from(SmfRecord)
to create the specialized record after determining the record type.
For general DB2 SMF record usage information see SmfDb2Record
Modifier and Type | Field and Description |
---|---|
static int |
SM101CMP
Constant: 0x80 = 128
|
static int |
SM101END
Constant: 0x1C = 28
|
SMFDB2CMP, SMFDB2END
Constructor and Description |
---|
Smf101Record(byte[] data)
Constructs an Smf101Record from the specified byte array.
|
Smf101Record(SmfRecord record)
Constructs a new Smf101Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf101Record |
from(byte[] data)
Constructs an Smf101Record from the specified byte array.
|
static Smf101Record |
from(SmfRecord record)
Constructs a new Smf101Record from an existing SMF record.
|
List<Q8ac> |
q8ac()
Get a List containing Accelerator Services Accounting sections (Q8AC) for this record
|
List<Qbac> |
qbac()
Get a List containing Buffer manager Accounting sections (QBAC) for this record
|
List<Qbga> |
qbga()
Get a List containing Buffer Manager Data Sharing sections (QBGA) for this record
|
List<Qifa> |
qifa()
Get a List containing Changed Data Capture Accounting sections (QIFA) for this record
|
List<Qlac> |
qlac()
Get a List containing DDF Accounting sections (QLAC) for this record
|
List<Qmda> |
qmda()
Get a List containing MVS and DDF Accounting sections (QMDA) for this record
|
List<Qpac> |
qpac()
Get a List containing Package Accounting sections (QPAC) for this record
|
List<Qpkg> |
qpkg()
Get a List containing Package sections (QPKG) for this record
|
List<Qtga> |
qtga()
Get a List containing Data Sharing Global Locking Accounting sections (QTGA) for this record
|
List<Qtxa> |
qtxa()
Get a List containing Locking Accounting sections (QTXA) for this record
|
Qwa0 |
qwa0()
Get the self defining section (QWA0) for an IFCID 3 record
|
Qwa1 |
qwa1()
Get the self defining section (QWA1) for an IFCID 239 record
|
List<Qwac> |
qwac()
Get a List containing Instrumentation Accounting Data sections (QWAC) for this record
|
List<Qwar> |
qwar()
Get a List containing Rollup Accounting Correlation sections (Qwar) for this record
|
List<Qwax> |
qwax()
Get a List containing Accounting Class 3 Overflow sections (QWAX) for this record
|
List<Qwda> |
qwda()
Get a List containing Data Sharing Accounting Data Mapping sections (QWDA) for this record
|
List<Qxpk> |
qxpk()
Get a List containing RDS Accounting sections (QXPK) for this record
|
List<Qxst> |
qxst()
Get a List containing SQL Statistics sections (QXST) for this record
|
long |
sm101buf()
SM101BUF value, with mask 0x7FFF.
|
boolean |
sm101cmp()
Return true if SM101CMP bit in
sm101sq() is set. |
LocalDate |
sm101dte()
SM101DTE as a LocalDate.
|
int |
sm101dteRawValue()
SM101DTE raw value.
|
int |
sm101flg()
SM101FLG value.
|
int |
sm101len()
SM101LEN value.
|
int |
sm101rty()
SM101RTY value.
|
int |
sm101sgd()
SM101SGD value.
|
String |
sm101sid()
SM101SID value.
|
long |
sm101sq()
SM101SQ value.
|
String |
sm101ssi()
SM101SSI value.
|
int |
sm101stf()
SM101STF value.
|
LocalTime |
sm101tme()
SM101TME as a LocalTime.
|
long |
sm101tmeRawValue()
SM101TME raw value
|
db2Sections, db2Sections, getDataArray, ifcid, qwha, qwhc, qwhd, qwhs, qwht, qwhu, smfDb2buf, smfDb2cmp, smfDb2dte, smfDb2dteRawValue, smfDb2flg, smfDb2len, smfDb2rty, smfDb2seq, smfDb2sgd, smfDb2sid, smfDb2ssi, smfDb2stf, smfDb2tme, smfDb2tmeRawValue
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, getTriplet
public static final int SM101CMP
public static final int SM101END
public Smf101Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf101Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf101Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf101Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int sm101len()
public int sm101sgd()
public int sm101flg()
public int sm101rty()
public LocalTime sm101tme()
LocalTime
public long sm101tmeRawValue()
public LocalDate sm101dte()
LocalDate
public int sm101dteRawValue()
public String sm101sid()
public String sm101ssi()
public int sm101stf()
public long sm101sq()
public boolean sm101cmp()
sm101sq()
is set.SM101CMP = 0x80
public long sm101buf()
public Qwa0 qwa0()
public Qwa1 qwa1()
public List<Qwac> qwac()
public List<Qxst> qxst()
public List<Qlac> qlac()
public List<Qmda> qmda()
public List<Qifa> qifa()
public List<Qwar> qwar()
public List<Qbga> qbga()
public List<Qtga> qtga()
public List<Qwda> qwda()
public List<Qwax> qwax()
public List<Q8ac> q8ac()
public List<Qpkg> qpkg()
public List<Qpac> qpac()
public List<Qxpk> qxpk()
public List<Qbac> qbac()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.