Class JvmprofileStatisticsHeader
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.JvmprofileStatisticsHeader
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JvmprofileStatisticsHeader
create
(byte[] Data, int offset, int length) create is intended for internal use only.SJR_PROFILE_CLASS_CACHE as a SjrProfileClassCache.int
SJR_PROFILE_CLASS_CACHE raw value.int
SJR_PROFILE_MODES value.SJR_PROFILE_NAME value.SJR_PROFILE_PATH_NAME value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SJR_PROFILE_HDR_LEN
public static final int SJR_PROFILE_HDR_LENConstant: 0x0118 = 280- See Also:
-
-
Method Details
-
sjrProfileName
SJR_PROFILE_NAME value.- Returns:
- String SJR_PROFILE_NAME value
-
sjrProfilePathName
SJR_PROFILE_PATH_NAME value.- Returns:
- String SJR_PROFILE_PATH_NAME value
-
sjrProfileClassCache
SJR_PROFILE_CLASS_CACHE as a SjrProfileClassCache.- Returns:
- SjrProfileClassCache SJR_PROFILE_CLASS_CACHE
-
sjrProfileClassCacheRawValue
public int sjrProfileClassCacheRawValue()SJR_PROFILE_CLASS_CACHE raw value.- Returns:
- int SJR_PROFILE_CLASS_CACHE value
-
sjrProfileModes
public int sjrProfileModes()SJR_PROFILE_MODES value.- Returns:
- int SJR_PROFILE_MODES 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
-