public final class DbctlUnsolicitedStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
DBUIDE
Constant: 0x1C = 28
|
static int |
DBUVERS
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 DbctlUnsolicitedStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
dbudvers()
DBUDVERS value.
|
int |
dbuid()
DBUID value.
|
int |
dbulen()
DBULEN value.
|
ZonedDateTime |
stactime()
STACTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
stactimeRawValue()
STACTIME STCK value.
|
ZonedDateTime |
stadtime()
STADTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
stadtimeRawValue()
STADTIME STCK value.
|
long |
staelmax()
STAELMAX value, throws exception if STAELMAX overflows 64 bit signed integer.
|
BigInteger |
staelmaxAsBigInteger()
STAELMAX value as a BigInteger.
|
long |
stahiwat()
STAHIWAT value.
|
LocalDateTime |
stalctim()
STALCTIM STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
stalctimRawValue()
STALCTIM STCK value.
|
LocalDateTime |
staldtim()
STALDTIM STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
staldtimRawValue()
STALDTIM STCK value.
|
int |
stamathd()
STAMATHD value.
|
int |
stamithd()
STAMITHD value.
|
long |
stanomathd()
STANOMATHD value.
|
long |
stanomithd()
STANOMITHD value.
|
long |
stapsbsu()
STAPSBSU value.
|
String |
starsen()
STARSEN value.
|
String |
statdbid()
STATDBID value.
|
long |
statseno()
STATSENO value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int DBUIDE
public static final int DBUVERS
public int dbulen()
public int dbuid()
public int dbudvers()
public long statseno()
public String statdbid()
public String starsen()
public ZonedDateTime stactime()
Use stactimeRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger stactimeRawValue()
public ZonedDateTime stadtime()
Use stadtimeRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger stadtimeRawValue()
public int stamithd()
public int stamathd()
public long stanomithd()
public long stanomathd()
public long staelmax()
IllegalArgumentException
- If the value of STAELMAX exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in STAELMAX).
Use staelmaxAsBigInteger()
if this is possible.public BigInteger staelmaxAsBigInteger()
staelmax()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long stahiwat()
public long stapsbsu()
public LocalDateTime stalctim()
Use stalctimRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger stalctimRawValue()
public LocalDateTime staldtim()
Use staldtimRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger staldtimRawValue()
public static DbctlUnsolicitedStatistics 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.