class org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir extends org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir<org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir
  super_class: org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
{
  private final org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer notifier;
    descriptor: Lorg/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, java.util.concurrent.TimeUnit, long, java.util.concurrent.TimeUnit, org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer);
    descriptor: (JLjava/util/concurrent/TimeUnit;JLjava/util/concurrent/TimeUnit;Lorg/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir this
        start local 1 // long window
        start local 3 // java.util.concurrent.TimeUnit windowUnit
        start local 4 // long startTime
        start local 6 // java.util.concurrent.TimeUnit startTimeUnit
        start local 7 // org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer notifier
         0: .line 51
            aload 0 /* this */
            lload 1 /* window */
            aload 3 /* windowUnit */
            lload 4 /* startTime */
            aload 6 /* startTimeUnit */
            invokespecial org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir.<init>:(JLjava/util/concurrent/TimeUnit;JLjava/util/concurrent/TimeUnit;)V
         1: .line 52
            aload 0 /* this */
            aload 7 /* notifier */
            putfield org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir.notifier:Lorg/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer;
         2: .line 53
            aload 7 /* notifier */
            aload 0 /* this */
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer.register:(Lorg/glassfish/jersey/server/internal/monitoring/core/TimeReservoir;)V
         3: .line 54
            return
        end local 7 // org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer notifier
        end local 6 // java.util.concurrent.TimeUnit startTimeUnit
        end local 4 // long startTime
        end local 3 // java.util.concurrent.TimeUnit windowUnit
        end local 1 // long window
        end local 0 // org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/glassfish/jersey/server/internal/monitoring/AggregatedSlidingWindowTimeReservoir;
            0    4     1         window  J
            0    4     3     windowUnit  Ljava/util/concurrent/TimeUnit;
            0    4     4      startTime  J
            0    4     6  startTimeUnit  Ljava/util/concurrent/TimeUnit;
            0    4     7       notifier  Lorg/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer;
    MethodParameters:
               Name  Flags
      window         final
      windowUnit     final
      startTime      final
      startTimeUnit  final
      notifier       final

  protected org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot snapshot(java.util.Collection<org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject>, long, java.util.concurrent.TimeUnit, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;JLjava/util/concurrent/TimeUnit;)Lorg/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=13, locals=22, args_size=6
        start local 0 // org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir this
        start local 1 // java.util.Collection values
        start local 2 // long timeInterval
        start local 4 // java.util.concurrent.TimeUnit timeIntervalUnit
        start local 5 // long time
        start local 7 // java.util.concurrent.TimeUnit timeUnit
         0: .line 62
            aload 0 /* this */
            getfield org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir.notifier:Lorg/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer;
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer.getTimeReservoirNotifier:()Lorg/glassfish/jersey/server/internal/monitoring/core/TimeReservoir;
         1: .line 63
            lload 5 /* time */
            aload 7 /* timeUnit */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir.getSnapshot:(JLjava/util/concurrent/TimeUnit;)Lorg/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot;
         2: .line 62
            astore 8 /* notTrimmedMeasurementsSnapshot */
        start local 8 // org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot notTrimmedMeasurementsSnapshot
         3: .line 65
            aload 1 /* values */
            invokeinterface java.util.Collection.size:()I
            anewarray org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
            astore 9 /* arrayValues */
        start local 9 // org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject[] arrayValues
         4: .line 66
            aload 1 /* values */
            aload 9 /* arrayValues */
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject[]
            astore 9 /* arrayValues */
         5: .line 67
            ldc 9223372036854775807
            lstore 10 /* min */
        start local 10 // long min
         6: .line 68
            ldc -9223372036854775808
            lstore 12 /* max */
        start local 12 // long max
         7: .line 69
            lconst_0
            lstore 14 /* count */
        start local 14 // long count
         8: .line 70
            dconst_0
            dstore 16 /* meanNumerator */
        start local 16 // double meanNumerator
         9: .line 72
            aload 9 /* arrayValues */
            dup
            astore 21
            arraylength
            istore 20
            iconst_0
            istore 19
            goto 16
      StackMap locals: org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir java.util.Collection long java.util.concurrent.TimeUnit long java.util.concurrent.TimeUnit org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject[] long long long double top int int org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject[]
      StackMap stack:
        10: aload 21
            iload 19
            aaload
            astore 18 /* value */
        start local 18 // org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject value
        11: .line 73
            lload 10 /* min */
            aload 18 /* value */
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject.getMin:()J
            invokestatic java.lang.Math.min:(JJ)J
            lstore 10 /* min */
        12: .line 74
            lload 12 /* max */
            aload 18 /* value */
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject.getMax:()J
            invokestatic java.lang.Math.max:(JJ)J
            lstore 12 /* max */
        13: .line 75
            lload 14 /* count */
            aload 18 /* value */
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject.getCount:()J
            ladd
            lstore 14 /* count */
        14: .line 76
            dload 16 /* meanNumerator */
            aload 18 /* value */
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject.getCount:()J
            l2d
            aload 18 /* value */
            invokevirtual org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject.getMean:()D
            dmul
            dadd
            dstore 16 /* meanNumerator */
        end local 18 // org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject value
        15: .line 72
            iinc 19 1
      StackMap locals:
      StackMap stack:
        16: iload 19
            iload 20
            if_icmplt 10
        17: .line 78
            aload 8 /* notTrimmedMeasurementsSnapshot */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot.size:()J
            lconst_0
            lcmp
            ifle 22
        18: .line 79
            lload 10 /* min */
            aload 8 /* notTrimmedMeasurementsSnapshot */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot.getMin:()J
            invokestatic java.lang.Math.min:(JJ)J
            lstore 10 /* min */
        19: .line 80
            lload 12 /* max */
            aload 8 /* notTrimmedMeasurementsSnapshot */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot.getMax:()J
            invokestatic java.lang.Math.max:(JJ)J
            lstore 12 /* max */
        20: .line 81
            lload 14 /* count */
            aload 8 /* notTrimmedMeasurementsSnapshot */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot.size:()J
            ladd
            lstore 14 /* count */
        21: .line 82
            dload 16 /* meanNumerator */
            aload 8 /* notTrimmedMeasurementsSnapshot */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot.size:()J
            l2d
            aload 8 /* notTrimmedMeasurementsSnapshot */
            invokeinterface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot.getMean:()D
            dmul
            dadd
            dstore 16 /* meanNumerator */
        22: .line 85
      StackMap locals: org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir java.util.Collection long java.util.concurrent.TimeUnit long java.util.concurrent.TimeUnit org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject[] long long long double
      StackMap stack:
            lload 14 /* count */
            lconst_0
            lcmp
            ifne 24
        23: .line 86
            new org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
            dup
            lconst_0
            lconst_0
            dconst_0
            lconst_0
            lload 2 /* timeInterval */
            aload 4 /* timeIntervalUnit */
            invokespecial org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot.<init>:(JJDJJLjava/util/concurrent/TimeUnit;)V
            areturn
        24: .line 88
      StackMap locals:
      StackMap stack:
            new org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
            dup
            lload 12 /* max */
            lload 10 /* min */
            dload 16 /* meanNumerator */
            lload 14 /* count */
            l2d
            ddiv
            lload 14 /* count */
            lload 2 /* timeInterval */
            aload 4 /* timeIntervalUnit */
            invokespecial org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot.<init>:(JJDJJLjava/util/concurrent/TimeUnit;)V
            areturn
        end local 16 // double meanNumerator
        end local 14 // long count
        end local 12 // long max
        end local 10 // long min
        end local 9 // org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject[] arrayValues
        end local 8 // org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot notTrimmedMeasurementsSnapshot
        end local 7 // java.util.concurrent.TimeUnit timeUnit
        end local 5 // long time
        end local 4 // java.util.concurrent.TimeUnit timeIntervalUnit
        end local 2 // long timeInterval
        end local 1 // java.util.Collection values
        end local 0 // org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   25     0                            this  Lorg/glassfish/jersey/server/internal/monitoring/AggregatedSlidingWindowTimeReservoir;
            0   25     1                          values  Ljava/util/Collection<Lorg/glassfish/jersey/server/internal/monitoring/AggregatedValueObject;>;
            0   25     2                    timeInterval  J
            0   25     4                timeIntervalUnit  Ljava/util/concurrent/TimeUnit;
            0   25     5                            time  J
            0   25     7                        timeUnit  Ljava/util/concurrent/TimeUnit;
            3   25     8  notTrimmedMeasurementsSnapshot  Lorg/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot;
            4   25     9                     arrayValues  [Lorg/glassfish/jersey/server/internal/monitoring/AggregatedValueObject;
            6   25    10                             min  J
            7   25    12                             max  J
            8   25    14                           count  J
            9   25    16                   meanNumerator  D
           11   15    18                           value  Lorg/glassfish/jersey/server/internal/monitoring/AggregatedValueObject;
    Signature: (Ljava/util/Collection<Lorg/glassfish/jersey/server/internal/monitoring/AggregatedValueObject;>;JLjava/util/concurrent/TimeUnit;JLjava/util/concurrent/TimeUnit;)Lorg/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot;
    MethodParameters:
                  Name  Flags
      values            final
      timeInterval      final
      timeIntervalUnit  final
      time              final
      timeUnit          final
}
Signature: Lorg/glassfish/jersey/server/internal/monitoring/core/AbstractSlidingWindowTimeReservoir<Lorg/glassfish/jersey/server/internal/monitoring/AggregatedValueObject;>;
SourceFile: "AggregatedSlidingWindowTimeReservoir.java"