Class ArraySuspendLogCollection

java.lang.Object
org.qubership.profiler.io.ArraySuspendLogCollection
All Implemented Interfaces:
ISuspendLogCollection

public class ArraySuspendLogCollection extends Object implements ISuspendLogCollection
  • Constructor Details

    • ArraySuspendLogCollection

      public ArraySuspendLogCollection(long[] dates, int[] delays, int[] trueDelays)
    • ArraySuspendLogCollection

      public ArraySuspendLogCollection(long[] dates, int[] delays, int[] trueDelays, int size)
  • Method Details