Class BatchStatisticObserver

    • Field Detail

      • myBatchStats

        protected BatchStatistic myBatchStats
        The underlying BatchStatistic
      • myWarmUpEventCheckFlag

        protected boolean myWarmUpEventCheckFlag
        false means no warm up event in parent hierarchy
    • Constructor Detail

      • BatchStatisticObserver

        public BatchStatisticObserver​(java.lang.String name)
      • BatchStatisticObserver

        public BatchStatisticObserver​(int minNumBatches,
                                      int minBatchSize,
                                      int maxNBMultiple)
      • BatchStatisticObserver

        public BatchStatisticObserver​(int minNumBatches,
                                      int minBatchSize,
                                      int maxNBMultiple,
                                      java.lang.String name)