public final class Smf64Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
SMF64ABN
Constant: 0x04 = 4
|
static int |
SMF64CAT
Constant: 0x10 = 16
|
static int |
SMF64CLO
Constant: 0x80 = 128
|
static int |
SMF64CMP
Constant: 0x10 = 16
|
static int |
SMF64CTL
Constant: 0x02 = 2
|
static int |
SMF64DIS
Constant: 0x04 = 4
|
static int |
SMF64DTA
Constant: 0x80 = 128
|
static int |
SMF64EA
Constant: 0x02 = 2
|
static int |
SMF64EF
Constant: 0x20 = 32
|
static int |
SMF64IDX
Constant: 0x40 = 64
|
static int |
SMF64OSP
Constant: 0x20 = 32
|
static int |
SMF64RLS
Constant: 0x08 = 8
|
static int |
SMF64RMC
Constant: 0x01 = 1
|
static int |
SMF64SSR
Constant: 0x01 = 1
|
static int |
SMF64TCL
Constant: 0x08 = 8
|
static int |
SMF64VSW
Constant: 0x40 = 64
|
Constructor and Description |
---|
Smf64Record(byte[] data)
Constructs an Smf60Record from the specified byte array.
|
Smf64Record(SmfRecord record)
Constructs a new Smf64Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
List<ExtentInformationSection> |
extentInformationSections()
Get a List containing Extent Information Sections from the record
|
static Smf64Record |
from(byte[] data)
Constructs an Smf64Record from the specified byte array.
|
static Smf64Record |
from(SmfRecord record)
Constructs a new Smf64Record from an existing SMF record.
|
boolean |
smf64abn()
Return true if
SMF64ABN bit in smf64rin() is set. |
boolean |
smf64cat()
Return true if
SMF64CAT bit in smf64rin() is set. |
long |
smf64chc()
SMF64CHC value.
|
long |
smf64chr()
SMF64CHR value.
|
boolean |
smf64clo()
Return true if
SMF64CLO bit in smf64rin() is set. |
boolean |
smf64cmp()
Return true if
SMF64CMP bit in smf64dty() is set. |
String |
smf64cnm()
SMF64CNM value.
|
boolean |
smf64ctl()
Return true if
SMF64CTL bit in smf64rin() is set. |
boolean |
smf64dis()
Return true if
SMF64DIS bit in smf64dty() is set. |
String |
smf64dnm()
SMF64DNM value.
|
boolean |
smf64dta()
Return true if
SMF64DTA bit in smf64dty() is set. |
LocalDate |
smf64dte()
SMF64DTE as a LocalDate.
|
int |
smf64dteRawValue()
SMF64DTE raw value.
|
int |
smf64dty()
SMF64DTY value.
|
boolean |
smf64ea()
Return true if
SMF64EA bit in smf64dty() is set. |
boolean |
smf64ef()
Return true if
SMF64EF bit in smf64dty() is set. |
int |
smf64esl()
SMF64ESL value.
|
int |
smf64flg()
SMF64FLG value.
|
boolean |
smf64idx()
Return true if
SMF64IDX bit in smf64dty() is set. |
String |
smf64jbn()
SMF64JBN value.
|
String |
smf64jobid()
SMF64JOBID value.
|
int |
smf64len()
SMF64LEN value.
|
int |
smf64ntr()
SMF64NTR value.
|
boolean |
smf64osp()
Return true if
SMF64OSP bit in smf64rin() is set. |
int |
smf64rin()
SMF64RIN value.
|
boolean |
smf64rls()
Return true if
SMF64RLS bit in smf64dty() is set. |
boolean |
smf64rmc()
Return true if
SMF64RMC bit in smf64rin() is set. |
LocalDate |
smf64rsd()
SMF64RSD as a LocalDate.
|
int |
smf64rsdRawValue()
SMF64RSD raw value.
|
LocalTime |
smf64rst()
SMF64RST as a LocalTime.
|
long |
smf64rstRawValue()
SMF64RST raw value
|
int |
smf64rty()
SMF64RTY value.
|
int |
smf64seg()
SMF64SEG value.
|
String |
smf64sid()
SMF64SID value.
|
boolean |
smf64ssr()
Return true if
SMF64SSR bit in smf64dty() is set. |
String |
smf64sysplexName()
SMF64SysplexName value.
|
boolean |
smf64tcl()
Return true if
SMF64TCL bit in smf64rin() is set. |
LocalTime |
smf64tme()
SMF64TME as a LocalTime.
|
long |
smf64tmeRawValue()
SMF64TME raw value
|
String |
smf64uif()
SMF64UIF value.
|
boolean |
smf64vsw()
Return true if
SMF64VSW bit in smf64rin() is set. |
StatisticsSection |
statisticsSection()
Get Statistics Section 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 static final int SMF64CLO
public static final int SMF64VSW
public static final int SMF64OSP
public static final int SMF64CAT
public static final int SMF64TCL
public static final int SMF64ABN
public static final int SMF64CTL
public static final int SMF64RMC
public static final int SMF64DTA
public static final int SMF64IDX
public static final int SMF64EF
public static final int SMF64CMP
public static final int SMF64RLS
public static final int SMF64DIS
public static final int SMF64EA
public static final int SMF64SSR
public Smf64Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf64Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf64Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf64Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf64len()
public int smf64seg()
public int smf64flg()
public int smf64rty()
public LocalTime smf64tme()
LocalTime
public long smf64tmeRawValue()
public LocalDate smf64dte()
LocalDate
public int smf64dteRawValue()
public String smf64sid()
public String smf64jbn()
public LocalTime smf64rst()
LocalTime
public long smf64rstRawValue()
public LocalDate smf64rsd()
LocalDate
public int smf64rsdRawValue()
public String smf64uif()
public int smf64rin()
public boolean smf64clo()
SMF64CLO
bit in smf64rin()
is set.SMF64CLO = 0x80
public boolean smf64vsw()
SMF64VSW
bit in smf64rin()
is set.SMF64VSW = 0x40
public boolean smf64osp()
SMF64OSP
bit in smf64rin()
is set.SMF64OSP = 0x20
public boolean smf64cat()
SMF64CAT
bit in smf64rin()
is set.SMF64CAT = 0x10
public boolean smf64tcl()
SMF64TCL
bit in smf64rin()
is set.SMF64TCL = 0x08
public boolean smf64abn()
SMF64ABN
bit in smf64rin()
is set.SMF64ABN = 0x04
public boolean smf64ctl()
SMF64CTL
bit in smf64rin()
is set.SMF64CTL = 0x02
public boolean smf64rmc()
SMF64RMC
bit in smf64rin()
is set.SMF64RMC = 0x01
public int smf64dty()
public boolean smf64dta()
SMF64DTA
bit in smf64dty()
is set.SMF64DTA = 0x80
public boolean smf64idx()
SMF64IDX
bit in smf64dty()
is set.SMF64IDX = 0x40
public boolean smf64ef()
SMF64EF
bit in smf64dty()
is set.SMF64EF = 0x20
public boolean smf64cmp()
SMF64CMP
bit in smf64dty()
is set.SMF64CMP = 0x10
public boolean smf64rls()
SMF64RLS
bit in smf64dty()
is set.SMF64RLS = 0x08
public boolean smf64dis()
SMF64DIS
bit in smf64dty()
is set.SMF64DIS = 0x04
public boolean smf64ea()
SMF64EA
bit in smf64dty()
is set.SMF64EA = 0x02
public boolean smf64ssr()
SMF64SSR
bit in smf64dty()
is set.SMF64SSR = 0x01
public String smf64cnm()
public String smf64dnm()
public int smf64ntr()
public long smf64chr()
public long smf64chc()
public int smf64esl()
public String smf64jobid()
public String smf64sysplexName()
public List<ExtentInformationSection> extentInformationSections()
public StatisticsSection statisticsSection()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.