Interface IParserStats


  • public interface IParserStats
    • Method Detail

      • getMajorVersion

        short getMajorVersion()
      • getMinorVersion

        short getMinorVersion()
      • getChunkCount

        int getChunkCount()
      • getSkippedEventCount

        long getSkippedEventCount()
      • getEventCountByType

        long getEventCountByType​(String eventTypeName)
      • getEventTotalSizeByType

        long getEventTotalSizeByType​(String eventTypeName)