Class HeavyHitterModel

    • Field Detail

      • workerId

        public Long workerId
      • operation

        public String operation
      • duration

        public double duration
      • count

        public Long count
    • Constructor Detail

      • HeavyHitterModel

        public HeavyHitterModel()
      • HeavyHitterModel

        public HeavyHitterModel​(Long workerId,
                                String operation,
                                double duration,
                                Long count)
      • HeavyHitterModel

        public HeavyHitterModel​(Long id,
                                Long workerId,
                                String operation,
                                double duration,
                                Long count)