public final class TransactionManagerGlobalStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
XMGCAMXT
Constant: 0x80 = 128
|
static int |
XMGIDE
Constant: 0x0A = 10
|
static int |
XMGVERS
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 TransactionManagerGlobalStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
xmgatmxt()
XMGATMXT value.
|
boolean |
xmgcamxt()
Return true if
XMGCAMXT bit in xmgatmxt() is set. |
long |
xmgcat()
XMGCAT value.
|
long |
xmgcqt()
XMGCQT value.
|
Duration |
xmgcqtme()
XMGCQTME as a Duration.
|
long |
xmgcqtmeRawValue()
XMGCQTME raw value.
|
double |
xmgcqtmeSeconds()
XMGCQTME in seconds.
|
int |
xmgdvers()
XMGDVERS value.
|
ZonedDateTime |
xmggamxt()
XMGGAMXT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
xmggamxtRawValue()
XMGGAMXT STCK value.
|
ZonedDateTime |
xmggsmxt()
XMGGSMXT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
xmggsmxtRawValue()
XMGGSMXT STCK value.
|
ZonedDateTime |
xmggtat()
XMGGTAT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
xmggtatRawValue()
XMGGTAT STCK value.
|
int |
xmgid()
XMGID value.
|
LocalDateTime |
xmglamxt()
XMGLAMXT STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
xmglamxtRawValue()
XMGLAMXT STCK value.
|
int |
xmglen()
XMGLEN value.
|
LocalDateTime |
xmglsmxt()
XMGLSMXT STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
xmglsmxtRawValue()
XMGLSMXT STCK value.
|
LocalDateTime |
xmgltat()
XMGLTAT STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
xmgltatRawValue()
XMGLTAT STCK value.
|
long |
xmgmxt()
XMGMXT value.
|
long |
xmgnum()
XMGNUM value.
|
long |
xmgpat()
XMGPAT value.
|
long |
xmgpqt()
XMGPQT value.
|
long |
xmgtamxt()
XMGTAMXT value.
|
long |
xmgtat()
XMGTAT value.
|
long |
xmgtdt()
XMGTDT value.
|
long |
xmgtnum()
XMGTNUM value, throws exception if XMGTNUM overflows 64 bit signed integer.
|
BigInteger |
xmgtnumAsBigInteger()
XMGTNUM value as a BigInteger.
|
Duration |
xmgtqtme()
XMGTQTME as a Duration.
|
long |
xmgtqtmeRawValue()
XMGTQTME raw value.
|
double |
xmgtqtmeSeconds()
XMGTQTME in seconds.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int XMGIDE
public static final int XMGVERS
public static final int XMGCAMXT
public int xmglen()
public int xmgid()
public int xmgdvers()
public long xmgnum()
public long xmgmxt()
public long xmgcat()
public long xmgcqt()
public long xmgtamxt()
public long xmgpat()
public long xmgpqt()
public long xmgtat()
public long xmgtdt()
public Duration xmgtqtme()
Duration
public double xmgtqtmeSeconds()
public long xmgtqtmeRawValue()
public Duration xmgcqtme()
Duration
public double xmgcqtmeSeconds()
public long xmgcqtmeRawValue()
public long xmgtnum()
IllegalArgumentException
- If the value of XMGTNUM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in XMGTNUM).
Use xmgtnumAsBigInteger()
if this is possible.public BigInteger xmgtnumAsBigInteger()
xmgtnum()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public ZonedDateTime xmggtat()
Use xmggtatRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger xmggtatRawValue()
public LocalDateTime xmgltat()
Use xmgltatRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger xmgltatRawValue()
public ZonedDateTime xmggsmxt()
Use xmggsmxtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger xmggsmxtRawValue()
public LocalDateTime xmglsmxt()
Use xmglsmxtRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger xmglsmxtRawValue()
public ZonedDateTime xmggamxt()
Use xmggamxtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger xmggamxtRawValue()
public LocalDateTime xmglamxt()
Use xmglamxtRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger xmglamxtRawValue()
public int xmgatmxt()
public boolean xmgcamxt()
XMGCAMXT
bit in xmgatmxt()
is set.XMGCAMXT = 0x80
public static TransactionManagerGlobalStatistics 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.