public class com.netflix.hystrix.config.HystrixCollapserConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.config.HystrixCollapserConfiguration
  super_class: java.lang.Object
{
  private final com.netflix.hystrix.HystrixCollapserKey collapserKey;
    descriptor: Lcom/netflix/hystrix/HystrixCollapserKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private final com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig collapserMetricsConfig;
    descriptor: Lcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.netflix.hystrix.HystrixCollapserKey, int, int, boolean, com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig);
    descriptor: (Lcom/netflix/hystrix/HystrixCollapserKey;IIZLcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.netflix.hystrix.config.HystrixCollapserConfiguration this
        start local 1 // com.netflix.hystrix.HystrixCollapserKey collapserKey
        start local 2 // int maxRequestsInBatch
        start local 3 // int timerDelayInMilliseconds
        start local 4 // boolean requestCacheEnabled
        start local 5 // com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig collapserMetricsConfig
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* collapserKey */
            putfield com.netflix.hystrix.config.HystrixCollapserConfiguration.collapserKey:Lcom/netflix/hystrix/HystrixCollapserKey;
         2: .line 31
            aload 0 /* this */
            iload 2 /* maxRequestsInBatch */
            putfield com.netflix.hystrix.config.HystrixCollapserConfiguration.maxRequestsInBatch:I
         3: .line 32
            aload 0 /* this */
            iload 3 /* timerDelayInMilliseconds */
            putfield com.netflix.hystrix.config.HystrixCollapserConfiguration.timerDelayInMilliseconds:I
         4: .line 33
            aload 0 /* this */
            iload 4 /* requestCacheEnabled */
            putfield com.netflix.hystrix.config.HystrixCollapserConfiguration.requestCacheEnabled:Z
         5: .line 34
            aload 0 /* this */
            aload 5 /* collapserMetricsConfig */
            putfield com.netflix.hystrix.config.HystrixCollapserConfiguration.collapserMetricsConfig:Lcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;
         6: .line 35
            return
        end local 5 // com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig collapserMetricsConfig
        end local 4 // boolean requestCacheEnabled
        end local 3 // int timerDelayInMilliseconds
        end local 2 // int maxRequestsInBatch
        end local 1 // com.netflix.hystrix.HystrixCollapserKey collapserKey
        end local 0 // com.netflix.hystrix.config.HystrixCollapserConfiguration this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    7     0                      this  Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;
            0    7     1              collapserKey  Lcom/netflix/hystrix/HystrixCollapserKey;
            0    7     2        maxRequestsInBatch  I
            0    7     3  timerDelayInMilliseconds  I
            0    7     4       requestCacheEnabled  Z
            0    7     5    collapserMetricsConfig  Lcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;
    MethodParameters:
                          Name  Flags
      collapserKey              
      maxRequestsInBatch        
      timerDelayInMilliseconds  
      requestCacheEnabled       
      collapserMetricsConfig    

  public static com.netflix.hystrix.config.HystrixCollapserConfiguration sample(com.netflix.hystrix.HystrixCollapserKey, com.netflix.hystrix.HystrixCollapserProperties);
    descriptor: (Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/HystrixCollapserProperties;)Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCollapserKey collapserKey
        start local 1 // com.netflix.hystrix.HystrixCollapserProperties collapserProperties
         0: .line 38
            new com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig
            dup
         1: .line 39
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.metricsRollingPercentileWindowBuckets:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         2: .line 40
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.metricsRollingPercentileWindowInMilliseconds:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         3: .line 41
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.metricsRollingPercentileEnabled:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         4: .line 42
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.metricsRollingStatisticalWindowBuckets:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         5: .line 43
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.metricsRollingStatisticalWindowInMilliseconds:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         6: .line 38
            invokespecial com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig.<init>:(IIZII)V
            astore 2 /* collapserMetricsConfig */
        start local 2 // com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig collapserMetricsConfig
         7: .line 46
            new com.netflix.hystrix.config.HystrixCollapserConfiguration
            dup
         8: .line 47
            aload 0 /* collapserKey */
         9: .line 48
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.maxRequestsInBatch:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
        10: .line 49
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.timerDelayInMilliseconds:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
        11: .line 50
            aload 1 /* collapserProperties */
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties.requestCacheEnabled:()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
        12: .line 51
            aload 2 /* collapserMetricsConfig */
        13: .line 46
            invokespecial com.netflix.hystrix.config.HystrixCollapserConfiguration.<init>:(Lcom/netflix/hystrix/HystrixCollapserKey;IIZLcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;)V
            areturn
        end local 2 // com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig collapserMetricsConfig
        end local 1 // com.netflix.hystrix.HystrixCollapserProperties collapserProperties
        end local 0 // com.netflix.hystrix.HystrixCollapserKey collapserKey
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   14     0            collapserKey  Lcom/netflix/hystrix/HystrixCollapserKey;
            0   14     1     collapserProperties  Lcom/netflix/hystrix/HystrixCollapserProperties;
            7   14     2  collapserMetricsConfig  Lcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;
    MethodParameters:
                     Name  Flags
      collapserKey         
      collapserProperties  

  public com.netflix.hystrix.HystrixCollapserKey getCollapserKey();
    descriptor: ()Lcom/netflix/hystrix/HystrixCollapserKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCollapserConfiguration this
         0: .line 56
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCollapserConfiguration.collapserKey:Lcom/netflix/hystrix/HystrixCollapserKey;
            areturn
        end local 0 // com.netflix.hystrix.config.HystrixCollapserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;

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

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

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

  public com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig getCollapserMetricsConfig();
    descriptor: ()Lcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCollapserConfiguration this
         0: .line 72
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCollapserConfiguration.collapserMetricsConfig:Lcom/netflix/hystrix/config/HystrixCollapserConfiguration$CollapserMetricsConfig;
            areturn
        end local 0 // com.netflix.hystrix.config.HystrixCollapserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;
}
SourceFile: "HystrixCollapserConfiguration.java"
NestMembers:
  com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig
InnerClasses:
  public CollapserMetricsConfig = com.netflix.hystrix.config.HystrixCollapserConfiguration$CollapserMetricsConfig of com.netflix.hystrix.config.HystrixCollapserConfiguration