java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.SmfRecord
com.blackhillsoftware.smf.db2.SmfDb2Record
com.blackhillsoftware.smf.db2.Smf102Record
Mapping for SMF type 102 record : not yet implemented.
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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x80 = 128static final int
Constant: 0x1C = 28Fields inherited from class com.blackhillsoftware.smf.db2.SmfDb2Record
SMFDB2CMP, SMFDB2END
-
Constructor Summary
ConstructorDescriptionSmf102Record
(byte[] data) Constructs an Smf102Record from the specified byte array.Smf102Record
(SmfRecord record) Constructs a new Smf102Record from an existing SMF record. -
Method Summary
Modifier and TypeMethodDescriptionstatic Smf102Record
from
(byte[] data) Constructs an Smf102Record from the specified byte array.static Smf102Record
Constructs a new Smf102Record from an existing SMF record.long
sm102buf()
SM102BUF value, with mask 0x7FFF.boolean
sm102cmp()
Return true if SM102CMP bit insm102seq()
is set.sm102dte()
SM102DTE as a LocalDate.int
SM102DTE raw value.int
sm102flg()
SM102FLG value.int
sm102len()
SM102LEN value.int
sm102rty()
SM102RTY value.long
sm102seq()
SM102SEQ value.int
sm102sgd()
SM102SGD value.sm102sid()
SM102SID value.sm102ssi()
SM102SSI value.int
sm102stf()
SM102STF value.sm102tme()
SM102TME as a LocalTime.long
SM102TME raw valueMethods inherited from class com.blackhillsoftware.smf.db2.SmfDb2Record
decompress, ifcid, qwha, qwhc, qwhd, qwhs, qwht, qwhu, smfDb2buf, smfDb2cmp, smfDb2dte, smfDb2dteRawValue, smfDb2flg, smfDb2len, smfDb2rty, smfDb2seq, smfDb2sgd, smfDb2sid, smfDb2ssi, smfDb2stf, smfDb2tme, smfDb2tmeRawValue, usedCompression
Methods inherited from class com.blackhillsoftware.smf.SmfRecord
createSection, extendedHeader, extendedHeader, getTriplet, 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
-
Field Details
-
SM102CMP
public static final int SM102CMPConstant: 0x80 = 128- See Also:
-
SM102END
public static final int SM102ENDConstant: 0x1C = 28- See Also:
-
-
Constructor Details
-
Smf102Record
public Smf102Record(byte[] data) Constructs an Smf102Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
Smf102Record
Constructs a new Smf102Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
-
Method Details
-
from
Constructs a new Smf102Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
from
Constructs an Smf102Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
sm102len
public int sm102len()SM102LEN value.- Returns:
- int SM102LEN value
-
sm102sgd
public int sm102sgd()SM102SGD value.- Returns:
- int SM102SGD value
-
sm102flg
public int sm102flg()SM102FLG value.- Returns:
- int SM102FLG value
-
sm102rty
public int sm102rty()SM102RTY value.- Returns:
- int SM102RTY value
-
sm102tme
SM102TME as a LocalTime.- Returns:
- LocalTime SM102TME Time
- See Also:
-
sm102tmeRawValue
public long sm102tmeRawValue()SM102TME raw value- Returns:
- long SM102TME value
-
sm102dte
SM102DTE as a LocalDate.- Returns:
- LocalDate SM102DTE Date
- See Also:
-
sm102dteRawValue
public int sm102dteRawValue()SM102DTE raw value.- Returns:
- int SM102DTE value
-
sm102sid
SM102SID value.- Returns:
- String SM102SID value
-
sm102ssi
SM102SSI value.- Returns:
- String SM102SSI value
-
sm102stf
public int sm102stf()SM102STF value.- Returns:
- int SM102STF value
-
sm102seq
public long sm102seq()SM102SEQ value.- Returns:
- long SM102SEQ value
-
sm102cmp
public boolean sm102cmp()Return true if SM102CMP bit insm102seq()
is set.- Returns:
- boolean SM102CMP bit is set in sm102seq()
SM102CMP = 0x80
-
sm102buf
public long sm102buf()SM102BUF value, with mask 0x7FFF.- Returns:
- long SM102BUF value & 0x7FFF
-