class com.netflix.hystrix.HystrixRequestLog$1 implements com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableLifecycle<com.netflix.hystrix.HystrixRequestLog>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixRequestLog$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixRequestLog$1 this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.HystrixRequestLog$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixRequestLog$1;

  public com.netflix.hystrix.HystrixRequestLog initialValue();
    descriptor: ()Lcom/netflix/hystrix/HystrixRequestLog;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixRequestLog$1 this
         0: .line 56
            new com.netflix.hystrix.HystrixRequestLog
            dup
            invokespecial com.netflix.hystrix.HystrixRequestLog.<init>:()V
            areturn
        end local 0 // com.netflix.hystrix.HystrixRequestLog$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixRequestLog$1;

  public void shutdown(com.netflix.hystrix.HystrixRequestLog);
    descriptor: (Lcom/netflix/hystrix/HystrixRequestLog;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixRequestLog$1 this
        start local 1 // com.netflix.hystrix.HystrixRequestLog value
         0: .line 61
            invokestatic com.netflix.hystrix.metric.HystrixRequestEventsStream.getInstance:()Lcom/netflix/hystrix/metric/HystrixRequestEventsStream;
            aload 1 /* value */
            invokevirtual com.netflix.hystrix.HystrixRequestLog.getAllExecutedCommands:()Ljava/util/Collection;
            invokevirtual com.netflix.hystrix.metric.HystrixRequestEventsStream.write:(Ljava/util/Collection;)V
         1: .line 62
            return
        end local 1 // com.netflix.hystrix.HystrixRequestLog value
        end local 0 // com.netflix.hystrix.HystrixRequestLog$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixRequestLog$1;
            0    2     1  value  Lcom/netflix/hystrix/HystrixRequestLog;
    MethodParameters:
       Name  Flags
      value  

  public void shutdown(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.netflix.hystrix.HystrixRequestLog
            invokevirtual com.netflix.hystrix.HystrixRequestLog$1.shutdown:(Lcom/netflix/hystrix/HystrixRequestLog;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.netflix.hystrix.HystrixRequestLog$1.initialValue:()Lcom/netflix/hystrix/HystrixRequestLog;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/strategy/concurrency/HystrixRequestVariableLifecycle<Lcom/netflix/hystrix/HystrixRequestLog;>;
SourceFile: "HystrixRequestLog.java"
EnclosingMethod: com.netflix.hystrix.HystrixRequestLog
NestHost: com.netflix.hystrix.HystrixRequestLog
InnerClasses:
  com.netflix.hystrix.HystrixRequestLog$1