public class com.netflix.hystrix.metric.HystrixCommandExecutionStarted extends com.netflix.hystrix.metric.HystrixCommandEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.metric.HystrixCommandExecutionStarted
  super_class: com.netflix.hystrix.metric.HystrixCommandEvent
{
  private final com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy;
    descriptor: Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(com.netflix.hystrix.HystrixCommandKey, com.netflix.hystrix.HystrixThreadPoolKey, com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy, int);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
        start local 1 // com.netflix.hystrix.HystrixCommandKey commandKey
        start local 2 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        start local 3 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy
        start local 4 // int currentConcurrency
         0: .line 32
            aload 0 /* this */
            aload 1 /* commandKey */
            aload 2 /* threadPoolKey */
            invokespecial com.netflix.hystrix.metric.HystrixCommandEvent.<init>:(Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/HystrixThreadPoolKey;)V
         1: .line 33
            aload 0 /* this */
            aload 3 /* isolationStrategy */
            putfield com.netflix.hystrix.metric.HystrixCommandExecutionStarted.isolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
         2: .line 34
            aload 0 /* this */
            iload 4 /* currentConcurrency */
            putfield com.netflix.hystrix.metric.HystrixCommandExecutionStarted.currentConcurrency:I
         3: .line 35
            return
        end local 4 // int currentConcurrency
        end local 3 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy
        end local 2 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        end local 1 // com.netflix.hystrix.HystrixCommandKey commandKey
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;
            0    4     1          commandKey  Lcom/netflix/hystrix/HystrixCommandKey;
            0    4     2       threadPoolKey  Lcom/netflix/hystrix/HystrixThreadPoolKey;
            0    4     3   isolationStrategy  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            0    4     4  currentConcurrency  I
    MethodParameters:
                    Name  Flags
      commandKey          
      threadPoolKey       
      isolationStrategy   
      currentConcurrency  

  public boolean isExecutionStart();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
         0: .line 39
            iconst_1
            ireturn
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;

  public boolean isExecutedInThread();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
         0: .line 44
            aload 0 /* this */
            getfield com.netflix.hystrix.metric.HystrixCommandExecutionStarted.isolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            getstatic com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy.THREAD:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;

  public boolean isResponseThreadPoolRejected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
         0: .line 49
            iconst_0
            ireturn
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;

  public boolean isCommandCompletion();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
         0: .line 54
            iconst_0
            ireturn
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;

  public boolean didCommandExecute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
         0: .line 59
            iconst_0
            ireturn
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;

  public int getCurrentConcurrency();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
         0: .line 63
            aload 0 /* this */
            getfield com.netflix.hystrix.metric.HystrixCommandExecutionStarted.currentConcurrency:I
            ireturn
        end local 0 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;
}
SourceFile: "HystrixCommandExecutionStarted.java"
InnerClasses:
  public final ExecutionIsolationStrategy = com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy of com.netflix.hystrix.HystrixCommandProperties