public final class Smf102Record extends SmfDb2Record
Typically you would obtain Smf102Records by reading SmfRecords and using
Smf102Record.
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 |
SM102CMP
Constant: 0x80 = 128
|
static int |
SM102END
Constant: 0x1C = 28
|
SMFDB2CMP, SMFDB2END
Constructor and Description |
---|
Smf102Record(byte[] data)
Constructs an Smf102Record from the specified byte array.
|
Smf102Record(SmfRecord record)
Constructs a new Smf102Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf102Record |
from(byte[] data)
Constructs an Smf102Record from the specified byte array.
|
static Smf102Record |
from(SmfRecord record)
Constructs a new Smf102Record from an existing SMF record.
|
long |
sm102buf()
SM102BUF value, with mask 0x7FFF.
|
boolean |
sm102cmp()
Return true if SM102CMP bit in
sm102seq() is set. |
LocalDate |
sm102dte()
SM102DTE as a LocalDate.
|
int |
sm102dteRawValue()
SM102DTE raw value.
|
int |
sm102flg()
SM102FLG value.
|
int |
sm102len()
SM102LEN value.
|
int |
sm102rty()
SM102RTY value.
|
long |
sm102seq()
SM102SEQ value.
|
int |
sm102sgd()
SM102SGD value.
|
String |
sm102sid()
SM102SID value.
|
String |
sm102ssi()
SM102SSI value.
|
int |
sm102stf()
SM102STF value.
|
LocalTime |
sm102tme()
SM102TME as a LocalTime.
|
long |
sm102tmeRawValue()
SM102TME 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 SM102CMP
public static final int SM102END
public Smf102Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf102Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf102Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf102Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int sm102len()
public int sm102sgd()
public int sm102flg()
public int sm102rty()
public LocalTime sm102tme()
LocalTime
public long sm102tmeRawValue()
public LocalDate sm102dte()
LocalDate
public int sm102dteRawValue()
public String sm102sid()
public String sm102ssi()
public int sm102stf()
public long sm102seq()
public boolean sm102cmp()
sm102seq()
is set.SM102CMP = 0x80
public long sm102buf()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.