public final class LogManagerJournalStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
LGRDSLEN
Constant: 0x44 = 68
|
static int |
LGRIDR
Constant: 0x5D = 93
|
static int |
LGRJTYPEDMY
Constant: 0x03 = 3
|
static int |
LGRJTYPEMVS
Constant: 0x01 = 1
|
static int |
LGRJTYPESMF
Constant: 0x02 = 2
|
static int |
LGRVERS
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 LogManagerJournalStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
lgrbuflsh()
LGRBUFLSH value.
|
long |
lgrbytes()
LGRBYTES value, throws exception if LGRBYTES overflows 64 bit signed integer.
|
BigInteger |
lgrbytesAsBigInteger()
LGRBYTES value as a BigInteger.
|
int |
lgrdvers()
LGRDVERS value.
|
int |
lgrid()
LGRID value.
|
String |
lgrjnlname()
LGRJNLNAME value.
|
int |
lgrjtype()
LGRJTYPE value.
|
boolean |
lgrjtypedmy()
Return true if
lgrjtype() equals LGRJTYPEDMY . |
boolean |
lgrjtypemvs()
Return true if
lgrjtype() equals LGRJTYPEMVS . |
boolean |
lgrjtypesmf()
Return true if
lgrjtype() equals LGRJTYPESMF . |
int |
lgrlen()
LGRLEN value.
|
String |
lgrstream()
LGRSTREAM value.
|
long |
lgrwrites()
LGRWRITES value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int LGRDSLEN
public static final int LGRIDR
public static final int LGRVERS
public static final int LGRJTYPEMVS
public static final int LGRJTYPESMF
public static final int LGRJTYPEDMY
public int lgrlen()
public int lgrid()
public int lgrdvers()
public String lgrjnlname()
public int lgrjtype()
public String lgrstream()
public long lgrwrites()
public long lgrbytes()
IllegalArgumentException
- If the value of LGRBYTES exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in LGRBYTES).
Use lgrbytesAsBigInteger()
if this is possible.public BigInteger lgrbytesAsBigInteger()
lgrbytes()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long lgrbuflsh()
public boolean lgrjtypemvs()
lgrjtype()
equals LGRJTYPEMVS
.lgrjtype()
equals LGRJTYPEMVS
LGRJTYPEMVS = 0x01
public boolean lgrjtypesmf()
lgrjtype()
equals LGRJTYPESMF
.lgrjtype()
equals LGRJTYPESMF
LGRJTYPESMF = 0x02
public boolean lgrjtypedmy()
lgrjtype()
equals LGRJTYPEDMY
.lgrjtype()
equals LGRJTYPEDMY
LGRJTYPEDMY = 0x03
public static LogManagerJournalStatistics 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.