Interface IParserStats


  • public interface IParserStats
    • Method Detail

      • getMajorVersion

        short getMajorVersion()
      • getMinorVersion

        short getMinorVersion()
      • getChunkCount

        int getChunkCount()
      • getSkippedEventCount

        long getSkippedEventCount()
      • getEventCountByType

        long getEventCountByType​(java.lang.String eventTypeName)
      • getEventTotalSizeByType

        long getEventTotalSizeByType​(java.lang.String eventTypeName)
      • getConstantPoolExtensions

        default java.util.Map<java.lang.String,​IConstantPoolExtension> getConstantPoolExtensions()