public class com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig
  super_class: java.lang.Object
{
  private final int healthIntervalInMilliseconds;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean rollingPercentileEnabled;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int rollingPercentileNumberOfBuckets;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int rollingPercentileBucketSizeInMilliseconds;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int rollingCounterNumberOfBuckets;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int rollingCounterBucketSizeInMilliseconds;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, boolean, int, int, int, int);
    descriptor: (IZIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
        start local 1 // int healthIntervalInMilliseconds
        start local 2 // boolean rollingPercentileEnabled
        start local 3 // int rollingPercentileNumberOfBuckets
        start local 4 // int rollingPercentileBucketSizeInMilliseconds
        start local 5 // int rollingCounterNumberOfBuckets
        start local 6 // int rollingCounterBucketSizeInMilliseconds
         0: .line 223
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 226
            aload 0 /* this */
            iload 1 /* healthIntervalInMilliseconds */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.healthIntervalInMilliseconds:I
         2: .line 227
            aload 0 /* this */
            iload 2 /* rollingPercentileEnabled */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingPercentileEnabled:Z
         3: .line 228
            aload 0 /* this */
            iload 3 /* rollingPercentileNumberOfBuckets */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingPercentileNumberOfBuckets:I
         4: .line 229
            aload 0 /* this */
            iload 4 /* rollingPercentileBucketSizeInMilliseconds */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingPercentileBucketSizeInMilliseconds:I
         5: .line 230
            aload 0 /* this */
            iload 5 /* rollingCounterNumberOfBuckets */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingCounterNumberOfBuckets:I
         6: .line 231
            aload 0 /* this */
            iload 6 /* rollingCounterBucketSizeInMilliseconds */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingCounterBucketSizeInMilliseconds:I
         7: .line 232
            return
        end local 6 // int rollingCounterBucketSizeInMilliseconds
        end local 5 // int rollingCounterNumberOfBuckets
        end local 4 // int rollingPercentileBucketSizeInMilliseconds
        end local 3 // int rollingPercentileNumberOfBuckets
        end local 2 // boolean rollingPercentileEnabled
        end local 1 // int healthIntervalInMilliseconds
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot                                       Name  Signature
            0    8     0                                       this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;
            0    8     1               healthIntervalInMilliseconds  I
            0    8     2                   rollingPercentileEnabled  Z
            0    8     3           rollingPercentileNumberOfBuckets  I
            0    8     4  rollingPercentileBucketSizeInMilliseconds  I
            0    8     5              rollingCounterNumberOfBuckets  I
            0    8     6     rollingCounterBucketSizeInMilliseconds  I
    MethodParameters:
                                           Name  Flags
      healthIntervalInMilliseconds               
      rollingPercentileEnabled                   
      rollingPercentileNumberOfBuckets           
      rollingPercentileBucketSizeInMilliseconds  
      rollingCounterNumberOfBuckets              
      rollingCounterBucketSizeInMilliseconds     

  public int getHealthIntervalInMilliseconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
         0: .line 235
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.healthIntervalInMilliseconds:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;

  public boolean isRollingPercentileEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
         0: .line 239
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingPercentileEnabled:Z
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;

  public int getRollingPercentileNumberOfBuckets();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
         0: .line 243
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingPercentileNumberOfBuckets:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;

  public int getRollingPercentileBucketSizeInMilliseconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
         0: .line 247
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingPercentileBucketSizeInMilliseconds:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;

  public int getRollingCounterNumberOfBuckets();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
         0: .line 251
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingCounterNumberOfBuckets:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;

  public int getRollingCounterBucketSizeInMilliseconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
         0: .line 255
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig.rollingCounterBucketSizeInMilliseconds:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandMetricsConfig;
}
SourceFile: "HystrixCommandConfiguration.java"
NestHost: com.netflix.hystrix.config.HystrixCommandConfiguration
InnerClasses:
  public HystrixCommandMetricsConfig = com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandMetricsConfig of com.netflix.hystrix.config.HystrixCommandConfiguration