class com.netflix.hystrix.util.HystrixRollingPercentile$Bucket
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.util.HystrixRollingPercentile$Bucket
  super_class: java.lang.Object
{
  final long windowStart;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData data;
    descriptor: Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileBucketData;
    flags: (0x0010) ACC_FINAL

  void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket this
        start local 1 // long startTime
        start local 3 // int bucketDataLength
         0: .line 631
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 632
            aload 0 /* this */
            lload 1 /* startTime */
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$Bucket.windowStart:J
         2: .line 633
            aload 0 /* this */
            new com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData
            dup
            iload 3 /* bucketDataLength */
            invokespecial com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData.<init>:(I)V
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$Bucket.data:Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileBucketData;
         3: .line 634
            return
        end local 3 // int bucketDataLength
        end local 1 // long startTime
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$Bucket;
            0    4     1         startTime  J
            0    4     3  bucketDataLength  I
    MethodParameters:
                  Name  Flags
      startTime         
      bucketDataLength  
}
SourceFile: "HystrixRollingPercentile.java"
NestHost: com.netflix.hystrix.util.HystrixRollingPercentile
InnerClasses:
  Bucket = com.netflix.hystrix.util.HystrixRollingPercentile$Bucket of com.netflix.hystrix.util.HystrixRollingPercentile
  PercentileBucketData = com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData of com.netflix.hystrix.util.HystrixRollingPercentile