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

  private final com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy;
    descriptor: Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.lang.String threadPoolKeyOverride;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

  public void <init>(int, com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy, boolean, java.lang.String, boolean, int, boolean, int, boolean, boolean);
    descriptor: (ILcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;ZLjava/lang/String;ZIZIZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=11, args_size=11
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
        start local 1 // int semaphoreMaxConcurrentRequests
        start local 2 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy
        start local 3 // boolean threadInterruptOnTimeout
        start local 4 // java.lang.String threadPoolKeyOverride
        start local 5 // boolean timeoutEnabled
        start local 6 // int timeoutInMilliseconds
        start local 7 // boolean fallbackEnabled
        start local 8 // int fallbackMaxConcurrentRequests
        start local 9 // boolean requestCacheEnabled
        start local 10 // boolean requestLogEnabled
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 161
            aload 0 /* this */
            iload 1 /* semaphoreMaxConcurrentRequests */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.semaphoreMaxConcurrentRequests:I
         2: .line 162
            aload 0 /* this */
            aload 2 /* isolationStrategy */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.isolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
         3: .line 163
            aload 0 /* this */
            iload 3 /* threadInterruptOnTimeout */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.threadInterruptOnTimeout:Z
         4: .line 164
            aload 0 /* this */
            aload 4 /* threadPoolKeyOverride */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.threadPoolKeyOverride:Ljava/lang/String;
         5: .line 165
            aload 0 /* this */
            iload 5 /* timeoutEnabled */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.timeoutEnabled:Z
         6: .line 166
            aload 0 /* this */
            iload 6 /* timeoutInMilliseconds */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.timeoutInMilliseconds:I
         7: .line 167
            aload 0 /* this */
            iload 7 /* fallbackEnabled */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.fallbackEnabled:Z
         8: .line 168
            aload 0 /* this */
            iload 8 /* fallbackMaxConcurrentRequests */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.fallbackMaxConcurrentRequest:I
         9: .line 169
            aload 0 /* this */
            iload 9 /* requestCacheEnabled */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.requestCacheEnabled:Z
        10: .line 170
            aload 0 /* this */
            iload 10 /* requestLogEnabled */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.requestLogEnabled:Z
        11: .line 172
            return
        end local 10 // boolean requestLogEnabled
        end local 9 // boolean requestCacheEnabled
        end local 8 // int fallbackMaxConcurrentRequests
        end local 7 // boolean fallbackEnabled
        end local 6 // int timeoutInMilliseconds
        end local 5 // boolean timeoutEnabled
        end local 4 // java.lang.String threadPoolKeyOverride
        end local 3 // boolean threadInterruptOnTimeout
        end local 2 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy
        end local 1 // int semaphoreMaxConcurrentRequests
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   12     0                            this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandExecutionConfig;
            0   12     1  semaphoreMaxConcurrentRequests  I
            0   12     2               isolationStrategy  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            0   12     3        threadInterruptOnTimeout  Z
            0   12     4           threadPoolKeyOverride  Ljava/lang/String;
            0   12     5                  timeoutEnabled  Z
            0   12     6           timeoutInMilliseconds  I
            0   12     7                 fallbackEnabled  Z
            0   12     8   fallbackMaxConcurrentRequests  I
            0   12     9             requestCacheEnabled  Z
            0   12    10               requestLogEnabled  Z
    MethodParameters:
                                Name  Flags
      semaphoreMaxConcurrentRequests  
      isolationStrategy               
      threadInterruptOnTimeout        
      threadPoolKeyOverride           
      timeoutEnabled                  
      timeoutInMilliseconds           
      fallbackEnabled                 
      fallbackMaxConcurrentRequests   
      requestCacheEnabled             
      requestLogEnabled               

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

  public com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy getIsolationStrategy();
    descriptor: ()Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
         0: .line 179
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.isolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            areturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandExecutionConfig;

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

  public java.lang.String getThreadPoolKeyOverride();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
         0: .line 187
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.threadPoolKeyOverride:Ljava/lang/String;
            areturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandExecutionConfig;

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

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

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

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

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

  public boolean isRequestLogEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
         0: .line 211
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig.requestLogEnabled:Z
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandExecutionConfig;
}
SourceFile: "HystrixCommandConfiguration.java"
NestHost: com.netflix.hystrix.config.HystrixCommandConfiguration
InnerClasses:
  public final ExecutionIsolationStrategy = com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy of com.netflix.hystrix.HystrixCommandProperties
  public HystrixCommandExecutionConfig = com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandExecutionConfig of com.netflix.hystrix.config.HystrixCommandConfiguration