Class IoStatisticsQueryHelper


  • public class IoStatisticsQueryHelper
    extends Object
    Helper for gathering IO statistics.
    • Constructor Detail

      • IoStatisticsQueryHelper

        public IoStatisticsQueryHelper()
    • Method Detail

      • startGatheringQueryStatistics

        public static void startGatheringQueryStatistics()
        Start gathering IO statistics for query. Should be used together with finishGatheringQueryStatistics method.
      • mergeQueryStatistics

        public static void mergeQueryStatistics​(IoStatisticsHolderQuery qryStat)
        Merge query statistics.
        Parameters:
        qryStat - Statistics which will be merged to current query statistics.
      • finishGatheringQueryStatistics

        public static IoStatisticsHolder finishGatheringQueryStatistics()
        Finish gathering IO statistics for query. Should be used together with startGatheringQueryStatistics method.
        Returns:
        Gathered statistics.