java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.SmfRecord
com.blackhillsoftware.smf.smf64.Smf64Record
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x04 = 4static final intConstant: 0x10 = 16static final intConstant: 0x80 = 128static final intConstant: 0x10 = 16static final intConstant: 0x02 = 2static final intConstant: 0x04 = 4static final intConstant: 0x80 = 128static final intConstant: 0x02 = 2static final intConstant: 0x20 = 32static final intConstant: 0x40 = 64static final intConstant: 0x20 = 32static final intConstant: 0x08 = 8static final intConstant: 0x01 = 1static final intConstant: 0x01 = 1static final intConstant: 0x08 = 8static final intConstant: 0x40 = 64 -
Constructor Summary
ConstructorsConstructorDescriptionSmf64Record(byte[] data) Constructs an Smf60Record from the specified byte array.Smf64Record(SmfRecord record) Constructs a new Smf64Record from an existing SMF record. -
Method Summary
Modifier and TypeMethodDescriptionGet a List containing Extent Information Sections from the recordstatic Smf64Recordfrom(byte[] data) Constructs an Smf64Record from the specified byte array.static Smf64RecordConstructs a new Smf64Record from an existing SMF record.booleansmf64abn()Return true ifSMF64ABNbit insmf64rin()is set.booleansmf64cat()Return true ifSMF64CATbit insmf64rin()is set.longsmf64chc()SMF64CHC value.longsmf64chr()SMF64CHR value.booleansmf64clo()Return true ifSMF64CLObit insmf64rin()is set.booleansmf64cmp()Return true ifSMF64CMPbit insmf64dty()is set.smf64cnm()SMF64CNM value.booleansmf64ctl()Return true ifSMF64CTLbit insmf64rin()is set.booleansmf64dis()Return true ifSMF64DISbit insmf64dty()is set.smf64dnm()SMF64DNM value.booleansmf64dta()Return true ifSMF64DTAbit insmf64dty()is set.smf64dte()SMF64DTE as a LocalDate.intSMF64DTE raw value.intsmf64dty()SMF64DTY value.booleansmf64ea()Return true ifSMF64EAbit insmf64dty()is set.booleansmf64ef()Return true ifSMF64EFbit insmf64dty()is set.intsmf64esl()SMF64ESL value.intsmf64flg()SMF64FLG value.booleansmf64idx()Return true ifSMF64IDXbit insmf64dty()is set.smf64jbn()SMF64JBN value.SMF64JOBID value.intsmf64len()SMF64LEN value.intsmf64ntr()SMF64NTR value.booleansmf64osp()Return true ifSMF64OSPbit insmf64rin()is set.intsmf64rin()SMF64RIN value.booleansmf64rls()Return true ifSMF64RLSbit insmf64dty()is set.booleansmf64rmc()Return true ifSMF64RMCbit insmf64rin()is set.smf64rsd()SMF64RSD as a LocalDate.intSMF64RSD raw value.smf64rst()SMF64RST as a LocalTime.longSMF64RST raw valueintsmf64rty()SMF64RTY value.intsmf64seg()SMF64SEG value.smf64sid()SMF64SID value.booleansmf64ssr()Return true ifSMF64SSRbit insmf64dty()is set.SMF64SysplexName value.booleansmf64tcl()Return true ifSMF64TCLbit insmf64rin()is set.smf64tme()SMF64TME as a LocalTime.longSMF64TME raw valuesmf64uif()SMF64UIF value.booleansmf64vsw()Return true ifSMF64VSWbit insmf64rin()is set.Get Statistics Section from the recordMethods 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
-
SMF64CLO
public static final int SMF64CLOConstant: 0x80 = 128- See Also:
-
SMF64VSW
public static final int SMF64VSWConstant: 0x40 = 64- See Also:
-
SMF64OSP
public static final int SMF64OSPConstant: 0x20 = 32- See Also:
-
SMF64CAT
public static final int SMF64CATConstant: 0x10 = 16- See Also:
-
SMF64TCL
public static final int SMF64TCLConstant: 0x08 = 8- See Also:
-
SMF64ABN
public static final int SMF64ABNConstant: 0x04 = 4- See Also:
-
SMF64CTL
public static final int SMF64CTLConstant: 0x02 = 2- See Also:
-
SMF64RMC
public static final int SMF64RMCConstant: 0x01 = 1- See Also:
-
SMF64DTA
public static final int SMF64DTAConstant: 0x80 = 128- See Also:
-
SMF64IDX
public static final int SMF64IDXConstant: 0x40 = 64- See Also:
-
SMF64EF
public static final int SMF64EFConstant: 0x20 = 32- See Also:
-
SMF64CMP
public static final int SMF64CMPConstant: 0x10 = 16- See Also:
-
SMF64RLS
public static final int SMF64RLSConstant: 0x08 = 8- See Also:
-
SMF64DIS
public static final int SMF64DISConstant: 0x04 = 4- See Also:
-
SMF64EA
public static final int SMF64EAConstant: 0x02 = 2- See Also:
-
SMF64SSR
public static final int SMF64SSRConstant: 0x01 = 1- See Also:
-
-
Constructor Details
-
Smf64Record
public Smf64Record(byte[] data) Constructs an Smf60Record from the specified byte array.- Parameters:
data- a byte array containing the SMF record data
-
Smf64Record
Constructs a new Smf64Record 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 Smf64Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record- an existing SMF record
-
from
Constructs an Smf64Record from the specified byte array.- Parameters:
data- a byte array containing the SMF record data
-
smf64len
public int smf64len()SMF64LEN value.- Returns:
- int SMF64LEN value
-
smf64seg
public int smf64seg()SMF64SEG value.- Returns:
- int SMF64SEG value
-
smf64flg
public int smf64flg()SMF64FLG value.- Returns:
- int SMF64FLG value
-
smf64rty
public int smf64rty()SMF64RTY value.- Returns:
- int SMF64RTY value
-
smf64tme
SMF64TME as a LocalTime.- Returns:
- LocalTime SMF64TME Time
- See Also:
-
smf64tmeRawValue
public long smf64tmeRawValue()SMF64TME raw value- Returns:
- long SMF64TME value
-
smf64dte
SMF64DTE as a LocalDate.- Returns:
- LocalDate SMF64DTE Date
- See Also:
-
smf64dteRawValue
public int smf64dteRawValue()SMF64DTE raw value.- Returns:
- int SMF64DTE value
-
smf64sid
SMF64SID value.- Returns:
- String SMF64SID value
-
smf64jbn
SMF64JBN value.- Returns:
- String SMF64JBN value
-
smf64rst
SMF64RST as a LocalTime.- Returns:
- LocalTime SMF64RST Time
- See Also:
-
smf64rstRawValue
public long smf64rstRawValue()SMF64RST raw value- Returns:
- long SMF64RST value
-
smf64rsd
SMF64RSD as a LocalDate.- Returns:
- LocalDate SMF64RSD Date
- See Also:
-
smf64rsdRawValue
public int smf64rsdRawValue()SMF64RSD raw value.- Returns:
- int SMF64RSD value
-
smf64uif
SMF64UIF value.- Returns:
- String SMF64UIF value
-
smf64rin
public int smf64rin()SMF64RIN value.- Returns:
- int SMF64RIN value
-
smf64clo
public boolean smf64clo()Return true ifSMF64CLObit insmf64rin()is set.- Returns:
- boolean SMF64CLO bit is set in smf64rin()
SMF64CLO = 0x80
-
smf64vsw
public boolean smf64vsw()Return true ifSMF64VSWbit insmf64rin()is set.- Returns:
- boolean SMF64VSW bit is set in smf64rin()
SMF64VSW = 0x40
-
smf64osp
public boolean smf64osp()Return true ifSMF64OSPbit insmf64rin()is set.- Returns:
- boolean SMF64OSP bit is set in smf64rin()
SMF64OSP = 0x20
-
smf64cat
public boolean smf64cat()Return true ifSMF64CATbit insmf64rin()is set.- Returns:
- boolean SMF64CAT bit is set in smf64rin()
SMF64CAT = 0x10
-
smf64tcl
public boolean smf64tcl()Return true ifSMF64TCLbit insmf64rin()is set.- Returns:
- boolean SMF64TCL bit is set in smf64rin()
SMF64TCL = 0x08
-
smf64abn
public boolean smf64abn()Return true ifSMF64ABNbit insmf64rin()is set.- Returns:
- boolean SMF64ABN bit is set in smf64rin()
SMF64ABN = 0x04
-
smf64ctl
public boolean smf64ctl()Return true ifSMF64CTLbit insmf64rin()is set.- Returns:
- boolean SMF64CTL bit is set in smf64rin()
SMF64CTL = 0x02
-
smf64rmc
public boolean smf64rmc()Return true ifSMF64RMCbit insmf64rin()is set.- Returns:
- boolean SMF64RMC bit is set in smf64rin()
SMF64RMC = 0x01
-
smf64dty
public int smf64dty()SMF64DTY value.- Returns:
- int SMF64DTY value
-
smf64dta
public boolean smf64dta()Return true ifSMF64DTAbit insmf64dty()is set.- Returns:
- boolean SMF64DTA bit is set in smf64dty()
SMF64DTA = 0x80
-
smf64idx
public boolean smf64idx()Return true ifSMF64IDXbit insmf64dty()is set.- Returns:
- boolean SMF64IDX bit is set in smf64dty()
SMF64IDX = 0x40
-
smf64ef
public boolean smf64ef()Return true ifSMF64EFbit insmf64dty()is set.- Returns:
- boolean SMF64EF bit is set in smf64dty()
SMF64EF = 0x20
-
smf64cmp
public boolean smf64cmp()Return true ifSMF64CMPbit insmf64dty()is set.- Returns:
- boolean SMF64CMP bit is set in smf64dty()
SMF64CMP = 0x10
-
smf64rls
public boolean smf64rls()Return true ifSMF64RLSbit insmf64dty()is set.- Returns:
- boolean SMF64RLS bit is set in smf64dty()
SMF64RLS = 0x08
-
smf64dis
public boolean smf64dis()Return true ifSMF64DISbit insmf64dty()is set.- Returns:
- boolean SMF64DIS bit is set in smf64dty()
SMF64DIS = 0x04
-
smf64ea
public boolean smf64ea()Return true ifSMF64EAbit insmf64dty()is set.- Returns:
- boolean SMF64EA bit is set in smf64dty()
SMF64EA = 0x02
-
smf64ssr
public boolean smf64ssr()Return true ifSMF64SSRbit insmf64dty()is set.- Returns:
- boolean SMF64SSR bit is set in smf64dty()
SMF64SSR = 0x01
-
smf64cnm
SMF64CNM value.- Returns:
- String SMF64CNM value
-
smf64dnm
SMF64DNM value.- Returns:
- String SMF64DNM value
-
smf64ntr
public int smf64ntr()SMF64NTR value.- Returns:
- int SMF64NTR value
-
smf64chr
public long smf64chr()SMF64CHR value.- Returns:
- long SMF64CHR value
-
smf64chc
public long smf64chc()SMF64CHC value.- Returns:
- long SMF64CHC value
-
smf64esl
public int smf64esl()SMF64ESL value.- Returns:
- int SMF64ESL value
-
smf64jobid
SMF64JOBID value.- Returns:
- String SMF64JOBID value
-
smf64sysplexName
SMF64SysplexName value.- Returns:
- String SMF64SysplexName value
-
extentInformationSections
Get a List containing Extent Information Sections from the record- Returns:
- a list of ExtentInformationSection (possibly empty)
-
statisticsSection
Get Statistics Section from the record- Returns:
- StatisticsSection
-