public final class LogManagerLogstreamStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
LGSADNO
Constant: 0x02 = 2
|
static int |
LGSADYES
Constant: 0x01 = 1
|
static int |
LGSDONO
Constant: 0x02 = 2
|
static int |
LGSDOYES
Constant: 0x01 = 1
|
static int |
LGSDSLEN
Constant: 0x7C = 124
|
static int |
LGSIDR
Constant: 0x5E = 94
|
static int |
LGSSLNO
Constant: 0x02 = 2
|
static int |
LGSSLYES
Constant: 0x01 = 1
|
static int |
LGSVERS
Constant: 0x01 = 1
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier and Type | Method and Description |
---|---|
static LogManagerLogstreamStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
lgsadno()
Return true if
lgsautod() equals LGSADNO . |
boolean |
lgsadyes()
Return true if
lgsautod() equals LGSADYES . |
int |
lgsautod()
LGSAUTOD value.
|
long |
lgsbrwread()
LGSBRWREAD value.
|
long |
lgsbrwstrt()
LGSBRWSTRT value.
|
long |
lgsbufapp()
LGSBUFAPP value.
|
long |
lgsbufwait()
LGSBUFWAIT value.
|
long |
lgsbytes()
LGSBYTES value, throws exception if LGSBYTES overflows 64 bit signed integer.
|
BigInteger |
lgsbytesAsBigInteger()
LGSBYTES value as a BigInteger.
|
long |
lgscufwtrs()
LGSCUFWTRS value.
|
long |
lgsdeletes()
LGSDELETES value.
|
int |
lgsdonly()
LGSDONLY value.
|
boolean |
lgsdono()
Return true if
lgsdonly() equals LGSDONO . |
boolean |
lgsdoyes()
Return true if
lgsdonly() equals LGSDOYES . |
int |
lgsdvers()
LGSDVERS value.
|
int |
lgsid()
LGSID value.
|
int |
lgslen()
LGSLEN value.
|
long |
lgsmaxbl()
LGSMAXBL value.
|
long |
lgspkfwtrs()
LGSPKFWTRS value.
|
long |
lgsqueries()
LGSQUERIES value.
|
long |
lgsretpd()
LGSRETPD value.
|
long |
lgsrtyerrs()
LGSRTYERRS value.
|
boolean |
lgsslno()
Return true if
lgssyslg() equals LGSSLNO . |
boolean |
lgsslyes()
Return true if
lgssyslg() equals LGSSLYES . |
String |
lgsstrnam()
LGSSTRNAM value.
|
String |
lgsstruc()
LGSSTRUC value.
|
int |
lgssyslg()
LGSSYSLG value.
|
long |
lgstfcwait()
LGSTFCWAIT value.
|
long |
lgswrites()
LGSWRITES value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int LGSDSLEN
public static final int LGSIDR
public static final int LGSVERS
public static final int LGSSLYES
public static final int LGSSLNO
public static final int LGSDOYES
public static final int LGSDONO
public static final int LGSADYES
public static final int LGSADNO
public int lgslen()
public int lgsid()
public int lgsdvers()
public String lgsstrnam()
public long lgswrites()
public long lgsbytes()
IllegalArgumentException
- If the value of LGSBYTES exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in LGSBYTES).
Use lgsbytesAsBigInteger()
if this is possible.public BigInteger lgsbytesAsBigInteger()
lgsbytes()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long lgscufwtrs()
public long lgspkfwtrs()
public long lgstfcwait()
public long lgsbufwait()
public long lgsbrwstrt()
public long lgsbrwread()
public long lgsdeletes()
public long lgsrtyerrs()
public long lgsbufapp()
public int lgssyslg()
public int lgsdonly()
public String lgsstruc()
public long lgsmaxbl()
public long lgsretpd()
public int lgsautod()
public long lgsqueries()
public boolean lgsslyes()
lgssyslg()
equals LGSSLYES
.lgssyslg()
equals LGSSLYES
LGSSLYES = 0x01
public boolean lgsslno()
lgssyslg()
equals LGSSLNO
.lgssyslg()
equals LGSSLNO
LGSSLNO = 0x02
public boolean lgsdoyes()
lgsdonly()
equals LGSDOYES
.lgsdonly()
equals LGSDOYES
LGSDOYES = 0x01
public boolean lgsdono()
lgsdonly()
equals LGSDONO
.lgsdonly()
equals LGSDONO
LGSDONO = 0x02
public boolean lgsadyes()
lgsautod()
equals LGSADYES
.lgsautod()
equals LGSADYES
LGSADYES = 0x01
public boolean lgsadno()
lgsautod()
equals LGSADNO
.lgsautod()
equals LGSADNO
LGSADNO = 0x02
public static LogManagerLogstreamStatistics 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.