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
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x02 = 2static final intConstant: 0x01 = 1static final intConstant: 0x02 = 2static final intConstant: 0x01 = 1static final intConstant: 0x7C = 124static final intConstant: 0x5E = 94static final intConstant: 0x02 = 2static final intConstant: 0x01 = 1static final intConstant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.booleanlgsadyes()Return true iflgsautod()equalsLGSADYES.intlgsautod()LGSAUTOD value.longLGSBRWREAD value.longLGSBRWSTRT value.longLGSBUFAPP value.longLGSBUFWAIT value.longlgsbytes()LGSBYTES value, throws exception if LGSBYTES overflows 64 bit signed integer.LGSBYTES value as a BigInteger.longLGSCUFWTRS value.longLGSDELETES value.intlgsdonly()LGSDONLY value.booleanlgsdoyes()Return true iflgsdonly()equalsLGSDOYES.intlgsdvers()LGSDVERS value.intlgsid()LGSID value.intlgslen()LGSLEN value.longlgsmaxbl()LGSMAXBL value.longLGSPKFWTRS value.longLGSQUERIES value.longlgsretpd()LGSRETPD value.longLGSRTYERRS value.booleanlgsslyes()Return true iflgssyslg()equalsLGSSLYES.LGSSTRNAM value.lgsstruc()LGSSTRUC value.intlgssyslg()LGSSYSLG value.longLGSTFCWAIT value.longLGSWRITES value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stiversMethods 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
-
lgsdoyes
public boolean lgsdoyes()Return true iflgsdonly()equalsLGSDOYES.- Returns:
- boolean
lgsdonly()equals LGSDOYESLGSDOYES = 0x01
-
lgsadyes
public boolean lgsadyes()Return true iflgsautod()equalsLGSADYES.- Returns:
- boolean
lgsautod()equals LGSADYESLGSADYES = 0x01
-
create
public static LogManagerLogstreamStatistics create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-