Class LogManagerLogstreamStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LogManagerLogstreamStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1static final int
Constant: 0x7C = 124static final int
Constant: 0x5E = 94static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
lgsadno()
Return true iflgsautod()
equalsLGSADNO
.boolean
lgsadyes()
Return true iflgsautod()
equalsLGSADYES
.int
lgsautod()
LGSAUTOD value.long
LGSBRWREAD value.long
LGSBRWSTRT value.long
LGSBUFAPP value.long
LGSBUFWAIT value.long
lgsbytes()
LGSBYTES value, throws exception if LGSBYTES overflows 64 bit signed integer.LGSBYTES value as a BigInteger.long
LGSCUFWTRS value.long
LGSDELETES value.int
lgsdonly()
LGSDONLY value.boolean
lgsdono()
Return true iflgsdonly()
equalsLGSDONO
.boolean
lgsdoyes()
Return true iflgsdonly()
equalsLGSDOYES
.int
lgsdvers()
LGSDVERS value.int
lgsid()
LGSID value.int
lgslen()
LGSLEN value.long
lgsmaxbl()
LGSMAXBL value.long
LGSPKFWTRS value.long
LGSQUERIES value.long
lgsretpd()
LGSRETPD value.long
LGSRTYERRS value.boolean
lgsslno()
Return true iflgssyslg()
equalsLGSSLNO
.boolean
lgsslyes()
Return true iflgssyslg()
equalsLGSSLYES
.LGSSTRNAM value.lgsstruc()
LGSSTRUC value.int
lgssyslg()
LGSSYSLG value.long
LGSTFCWAIT value.long
LGSWRITES value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
LGSDSLEN
public static final int LGSDSLENConstant: 0x7C = 124- See Also:
-
LGSIDR
public static final int LGSIDRConstant: 0x5E = 94- See Also:
-
LGSVERS
public static final int LGSVERSConstant: 0x01 = 1- See Also:
-
LGSSLYES
public static final int LGSSLYESConstant: 0x01 = 1- See Also:
-
LGSSLNO
public static final int LGSSLNOConstant: 0x02 = 2- See Also:
-
LGSDOYES
public static final int LGSDOYESConstant: 0x01 = 1- See Also:
-
LGSDONO
public static final int LGSDONOConstant: 0x02 = 2- See Also:
-
LGSADYES
public static final int LGSADYESConstant: 0x01 = 1- See Also:
-
LGSADNO
public static final int LGSADNOConstant: 0x02 = 2- See Also:
-
-
Method Details
-
lgslen
public int lgslen()LGSLEN value.- Returns:
- int LGSLEN value
-
lgsid
public int lgsid()LGSID value.- Returns:
- int LGSID value
-
lgsdvers
public int lgsdvers()LGSDVERS value.- Returns:
- int LGSDVERS value
-
lgsstrnam
LGSSTRNAM value.- Returns:
- String LGSSTRNAM value
-
lgswrites
public long lgswrites()LGSWRITES value.- Returns:
- long LGSWRITES value
-
lgsbytes
public long lgsbytes()LGSBYTES value, throws exception if LGSBYTES overflows 64 bit signed integer.- Returns:
- long LGSBYTES
- Throws:
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). UselgsbytesAsBigInteger()
if this is possible.
-
lgsbytesAsBigInteger
LGSBYTES value as a BigInteger.lgsbytes()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger LGSBYTES
-
lgscufwtrs
public long lgscufwtrs()LGSCUFWTRS value.- Returns:
- long LGSCUFWTRS value
-
lgspkfwtrs
public long lgspkfwtrs()LGSPKFWTRS value.- Returns:
- long LGSPKFWTRS value
-
lgstfcwait
public long lgstfcwait()LGSTFCWAIT value.- Returns:
- long LGSTFCWAIT value
-
lgsbufwait
public long lgsbufwait()LGSBUFWAIT value.- Returns:
- long LGSBUFWAIT value
-
lgsbrwstrt
public long lgsbrwstrt()LGSBRWSTRT value.- Returns:
- long LGSBRWSTRT value
-
lgsbrwread
public long lgsbrwread()LGSBRWREAD value.- Returns:
- long LGSBRWREAD value
-
lgsdeletes
public long lgsdeletes()LGSDELETES value.- Returns:
- long LGSDELETES value
-
lgsrtyerrs
public long lgsrtyerrs()LGSRTYERRS value.- Returns:
- long LGSRTYERRS value
-
lgsbufapp
public long lgsbufapp()LGSBUFAPP value.- Returns:
- long LGSBUFAPP value
-
lgssyslg
public int lgssyslg()LGSSYSLG value.- Returns:
- int LGSSYSLG value
-
lgsdonly
public int lgsdonly()LGSDONLY value.- Returns:
- int LGSDONLY value
-
lgsstruc
LGSSTRUC value.- Returns:
- String LGSSTRUC value
-
lgsmaxbl
public long lgsmaxbl()LGSMAXBL value.- Returns:
- long LGSMAXBL value
-
lgsretpd
public long lgsretpd()LGSRETPD value.- Returns:
- long LGSRETPD value
-
lgsautod
public int lgsautod()LGSAUTOD value.- Returns:
- int LGSAUTOD value
-
lgsqueries
public long lgsqueries()LGSQUERIES value.- Returns:
- long LGSQUERIES value
-
lgsslyes
public boolean lgsslyes()Return true iflgssyslg()
equalsLGSSLYES
.- Returns:
- boolean
lgssyslg()
equals LGSSLYESLGSSLYES = 0x01
-
lgsslno
public boolean lgsslno()Return true iflgssyslg()
equalsLGSSLNO
.- Returns:
- boolean
lgssyslg()
equals LGSSLNOLGSSLNO = 0x02
-
lgsdoyes
public boolean lgsdoyes()Return true iflgsdonly()
equalsLGSDOYES
.- Returns:
- boolean
lgsdonly()
equals LGSDOYESLGSDOYES = 0x01
-
lgsdono
public boolean lgsdono()Return true iflgsdonly()
equalsLGSDONO
.- Returns:
- boolean
lgsdonly()
equals LGSDONOLGSDONO = 0x02
-
lgsadyes
public boolean lgsadyes()Return true iflgsautod()
equalsLGSADYES
.- Returns:
- boolean
lgsautod()
equals LGSADYESLGSADYES = 0x01
-
lgsadno
public boolean lgsadno()Return true iflgsautod()
equalsLGSADNO
.- Returns:
- boolean
lgsautod()
equals LGSADNOLGSADNO = 0x02
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-