Class StatisticsDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
- Direct Known Subclasses:
AsynchronousServiceGlobalStatistics,AtomserviceStatistics,CapturespecResourceStatistics,CfListStructureStatistics,CfRequestStatistics,CfServerStorageStatistics,CfTableStatistics,Db2GlobalStatistics,Db2ResourceStatistics,DbctlUnsolicitedStatistics,DispatcherGlobalStatistics,DispatcherMvsTcbGlobalStatistics,DispatcherMvsTcbResourceStatistics,DoctemplateResourceStatistics,EnqueueManagerGlobalStatistics,EventbindingGlobalStatistics,EventBindingResourceStatistics,EventProcessGlobalStatistics,EventProcessResourceStatistics,FepiConnectionStatistics,FepiPoolStatistics,FepiTargetStatistics,FileControlStatistics,IpconnStatistics,IscIrcModeStatistics,IscIrcSystemStatistics,IscLuitSntStatistics,JvmServerStatistics,LoaderGlobalStatistics,LoaderPrivateLibraryStatistics,LoaderPrivateProgramStatistics,LoaderPublicLibraryStatistics,LoaderPublicProgramStatistics,LogManagerGlobalStatistics,LogManagerJournalStatistics,LogManagerLogstreamStatistics,LsrPoolFileStatistics,LsrPoolStatistics,MonitoringGlobalStatistics,MonitoringTransactionStatistics,MqConnectionGlobalStatistics,MqMonitorStatistics,NcListStructureStatistics,NcStorageStatistics,NodeJsAppStatistics,PipelineStatistics,PipelineWebserviceStatistics,PolicyStatistics,PrivateJvmProgramStatistics,PrivateProgramdefStatistics,ProgramManagerGlobalStatistics,PublicJvmProgramStatistics,PublicProgramdefStatistics,RecoveryManagerGlobalStatistics,ResLifeBundleStatistics,SecurityDomainGlobalStatistics,SocketsGlobalStatistics,SocketsServiceStatistics,StatisticsStatistics,StorageDomainSubpoolStatistics,StorageManagerStatistics,StorageTaskSubpoolStatistics,SystemDumpcodeStatistics,SystemDumpGlobalStatistics,TableManagerGlobalStatistics,TemporaryStorageStatistics,TerminalAutoinstallStatistics,TerminalStatistics,TlsCipherStatistics,TransactionDumpcodeStatistics,TransactionDumpGlobalStatistics,TransactionManagerGlobalStatistics,TransactionManagerTclassStatistics,TransactionManagerTransactionStatistics,TransientDataGlobalStatistics,TransientDataQueueStatistics,UserDomainGlobalStatistics,VtamGlobalStatistics,WebUrimapGlobalStatistics,WebUrimapResourceStatistics,XmlTransformStatistics,XqListStructureStatistics,XqQueueBufferPoolStatistics,XqServerStorageStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsDataSectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, int smfstrvn) create is intended for internal use only.The name of the specific statistics section type.intstid()STID value.static intstid(com.blackhillsoftware.smf.internal.Section data, int offset) STID String value.intstilen()STILEN value.static intstilen(com.blackhillsoftware.smf.internal.Section data, int offset) intstivers()STIVERS value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
stilen
public int stilen()STILEN value.- Returns:
- int STILEN value
-
stilen
public static int stilen(com.blackhillsoftware.smf.internal.Section data, int offset) -
stid
public int stid()STID value.- Returns:
- int STID value
-
stid
public static int stid(com.blackhillsoftware.smf.internal.Section data, int offset) -
statisticsType
The name of the specific statistics section type.- Returns:
- String the name of the statistics class
-
stidString
STID String value.- Returns:
- String STID value
-
stivers
public int stivers()STIVERS value.- Returns:
- int STIVERS value
-
create
public static StatisticsDataSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, int smfstrvn) 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 sectionsmfstrvn- SMF statistics version number
-