public final class LogstreamStatisticsSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF23BWG
Constant: 0x80 = 128
|
static int |
SMF23CMP
Constant: 0x08 = 8
|
static int |
SMF23CPR
Constant: 0x10 = 16
|
static int |
SMF23CRQ
Constant: 0x20 = 32
|
static int |
SMF23DWG
Constant: 0x40 = 64
|
static int |
SMF23PFG
Constant: 0x04 = 4
|
Modifier and Type | Method and Description |
---|---|
static LogstreamStatisticsSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf23bac()
SMF23BAC value, throws exception if SMF23BAC overflows 64 bit signed integer.
|
BigInteger |
smf23bacAsBigInteger()
SMF23BAC value as a BigInteger.
|
long |
smf23bbc()
SMF23BBC value, throws exception if SMF23BBC overflows 64 bit signed integer.
|
BigInteger |
smf23bbcAsBigInteger()
SMF23BBC value as a BigInteger.
|
boolean |
smf23bwg()
Return true if
SMF23BWG bit in smf23lfg() is set. |
boolean |
smf23cmp()
Return true if
SMF23CMP bit in smf23lfg() is set. |
byte[] |
smf23cnt()
SMF23CNT data.
|
boolean |
smf23cpr()
Return true if
SMF23CPR bit in smf23lfg() is set. |
boolean |
smf23crq()
Return true if
SMF23CRQ bit in smf23lfg() is set. |
long |
smf23cwn()
SMF23CWN value.
|
boolean |
smf23dwg()
Return true if
SMF23DWG bit in smf23lfg() is set. |
long |
smf23lcp()
SMF23LCP value.
|
long |
smf23lfa()
SMF23LFA value.
|
long |
smf23lfg()
SMF23LFG value.
|
long |
smf23lfh()
SMF23LFH value.
|
long |
smf23lfl()
SMF23LFL value.
|
long |
smf23lfm()
SMF23LFM value.
|
long |
smf23lft()
SMF23LFT value.
|
long |
smf23lhp()
SMF23LHP value.
|
int |
smf23lsl()
SMF23LSL value.
|
String |
smf23lsn()
SMF23LSN value.
|
long |
smf23ncn()
SMF23NCN value.
|
boolean |
smf23pfg()
Return true if
SMF23PFG bit in smf23lfg() is set. |
long |
smf23pfh()
SMF23PFH value.
|
long |
smf23pfm()
SMF23PFM value.
|
long |
smf23pft()
SMF23PFT value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF23BWG
public static final int SMF23DWG
public static final int SMF23CRQ
public static final int SMF23CPR
public static final int SMF23CMP
public static final int SMF23PFG
public int smf23lsl()
public String smf23lsn()
public long smf23lfa()
public long smf23lft()
public long smf23lfh()
public long smf23lfm()
public long smf23lfl()
public long smf23lfg()
public boolean smf23bwg()
SMF23BWG
bit in smf23lfg()
is set.SMF23BWG = 0x80
public boolean smf23dwg()
SMF23DWG
bit in smf23lfg()
is set.SMF23DWG = 0x40
public boolean smf23crq()
SMF23CRQ
bit in smf23lfg()
is set.SMF23CRQ = 0x20
public boolean smf23cpr()
SMF23CPR
bit in smf23lfg()
is set.SMF23CPR = 0x10
public boolean smf23cmp()
SMF23CMP
bit in smf23lfg()
is set.SMF23CMP = 0x08
public boolean smf23pfg()
SMF23PFG
bit in smf23lfg()
is set.SMF23PFG = 0x04
public long smf23pft()
public long smf23pfm()
public long smf23pfh()
public byte[] smf23cnt()
public long smf23cwn()
public long smf23ncn()
public long smf23bbc()
IllegalArgumentException
- If the value of SMF23BBC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF23BBC).
Use smf23bbcAsBigInteger()
if this is possible.public BigInteger smf23bbcAsBigInteger()
smf23bbc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf23bac()
IllegalArgumentException
- If the value of SMF23BAC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF23BAC).
Use smf23bacAsBigInteger()
if this is possible.public BigInteger smf23bacAsBigInteger()
smf23bac()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf23lhp()
public long smf23lcp()
public static LogstreamStatisticsSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.