Class LogManagerJournalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LogManagerJournalStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LogManagerJournalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
LGRBUFLSH value.long
lgrbytes()
LGRBYTES value, throws exception if LGRBYTES overflows 64 bit signed integer.LGRBYTES value as a BigInteger.int
lgrdvers()
LGRDVERS value.int
lgrid()
LGRID value.LGRJNLNAME value.lgrjtype()
LGRJTYPE as a LgrJtype.int
LGRJTYPE raw value.int
lgrlen()
LGRLEN value.LGRSTREAM value.long
LGRWRITES 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
-
LGRDSLEN
public static final int LGRDSLENConstant: 0x44 = 68- See Also:
-
LGRIDR
public static final int LGRIDRConstant: 0x5D = 93- See Also:
-
LGRVERS
public static final int LGRVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
lgrlen
public int lgrlen()LGRLEN value.- Returns:
- int LGRLEN value
-
lgrid
public int lgrid()LGRID value.- Returns:
- int LGRID value
-
lgrdvers
public int lgrdvers()LGRDVERS value.- Returns:
- int LGRDVERS value
-
lgrjnlname
LGRJNLNAME value.- Returns:
- String LGRJNLNAME value
-
lgrjtype
LGRJTYPE as a LgrJtype.- Returns:
- LgrJtype LGRJTYPE
-
lgrjtypeRawValue
public int lgrjtypeRawValue()LGRJTYPE raw value.- Returns:
- int LGRJTYPE value
-
lgrstream
LGRSTREAM value.- Returns:
- String LGRSTREAM value
-
lgrwrites
public long lgrwrites()LGRWRITES value.- Returns:
- long LGRWRITES value
-
lgrbytes
public long lgrbytes()LGRBYTES value, throws exception if LGRBYTES overflows 64 bit signed integer.- Returns:
- long LGRBYTES
- Throws:
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). UselgrbytesAsBigInteger()
if this is possible.
-
lgrbytesAsBigInteger
LGRBYTES value as a BigInteger.lgrbytes()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger LGRBYTES
-
lgrbuflsh
public long lgrbuflsh()LGRBUFLSH value.- Returns:
- long LGRBUFLSH value
-
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
-