class com.netflix.hystrix.config.HystrixConfigurationStream$2 implements rx.functions.Func1<java.lang.Long, java.util.Map<com.netflix.hystrix.HystrixCommandKey, com.netflix.hystrix.config.HystrixCommandConfiguration>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.config.HystrixConfigurationStream$2
  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.config.HystrixConfigurationStream$2 this
         0: .line 142
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$2;

  public java.util.Map<com.netflix.hystrix.HystrixCommandKey, com.netflix.hystrix.config.HystrixCommandConfiguration> call(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$2 this
        start local 1 // java.lang.Long timestamp
         0: .line 145
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* commandConfigPerKey */
        start local 2 // java.util.Map commandConfigPerKey
         1: .line 146
            invokestatic com.netflix.hystrix.HystrixCommandMetrics.getInstances:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: com.netflix.hystrix.config.HystrixConfigurationStream$2 java.lang.Long java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.netflix.hystrix.HystrixCommandMetrics
            astore 3 /* commandMetrics */
        start local 3 // com.netflix.hystrix.HystrixCommandMetrics commandMetrics
         3: .line 147
            aload 3 /* commandMetrics */
            invokevirtual com.netflix.hystrix.HystrixCommandMetrics.getCommandKey:()Lcom/netflix/hystrix/HystrixCommandKey;
            astore 5 /* commandKey */
        start local 5 // com.netflix.hystrix.HystrixCommandKey commandKey
         4: .line 148
            aload 3 /* commandMetrics */
            invokevirtual com.netflix.hystrix.HystrixCommandMetrics.getThreadPoolKey:()Lcom/netflix/hystrix/HystrixThreadPoolKey;
            astore 6 /* threadPoolKey */
        start local 6 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
         5: .line 149
            aload 3 /* commandMetrics */
            invokevirtual com.netflix.hystrix.HystrixCommandMetrics.getCommandGroup:()Lcom/netflix/hystrix/HystrixCommandGroupKey;
            astore 7 /* groupKey */
        start local 7 // com.netflix.hystrix.HystrixCommandGroupKey groupKey
         6: .line 150
            aload 2 /* commandConfigPerKey */
            aload 5 /* commandKey */
            aload 5 /* commandKey */
            aload 6 /* threadPoolKey */
            aload 7 /* groupKey */
            aload 3 /* commandMetrics */
            invokevirtual com.netflix.hystrix.HystrixCommandMetrics.getProperties:()Lcom/netflix/hystrix/HystrixCommandProperties;
            invokestatic com.netflix.hystrix.config.HystrixConfigurationStream.sampleCommandConfiguration:(Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/HystrixCommandGroupKey;Lcom/netflix/hystrix/HystrixCommandProperties;)Lcom/netflix/hystrix/config/HystrixCommandConfiguration;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // com.netflix.hystrix.HystrixCommandGroupKey groupKey
        end local 6 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        end local 5 // com.netflix.hystrix.HystrixCommandKey commandKey
        end local 3 // com.netflix.hystrix.HystrixCommandMetrics commandMetrics
         7: .line 146
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 152
            aload 2 /* commandConfigPerKey */
            areturn
        end local 2 // java.util.Map commandConfigPerKey
        end local 1 // java.lang.Long timestamp
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$2 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$2;
            0    9     1            timestamp  Ljava/lang/Long;
            1    9     2  commandConfigPerKey  Ljava/util/Map<Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/config/HystrixCommandConfiguration;>;
            3    7     3       commandMetrics  Lcom/netflix/hystrix/HystrixCommandMetrics;
            4    7     5           commandKey  Lcom/netflix/hystrix/HystrixCommandKey;
            5    7     6        threadPoolKey  Lcom/netflix/hystrix/HystrixThreadPoolKey;
            6    7     7             groupKey  Lcom/netflix/hystrix/HystrixCommandGroupKey;
    Signature: (Ljava/lang/Long;)Ljava/util/Map<Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/config/HystrixCommandConfiguration;>;
    MethodParameters:
           Name  Flags
      timestamp  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Long
            invokevirtual com.netflix.hystrix.config.HystrixConfigurationStream$2.call:(Ljava/lang/Long;)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/lang/Long;Ljava/util/Map<Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/config/HystrixCommandConfiguration;>;>;
SourceFile: "HystrixConfigurationStream.java"
EnclosingMethod: com.netflix.hystrix.config.HystrixConfigurationStream
NestHost: com.netflix.hystrix.config.HystrixConfigurationStream
InnerClasses:
  com.netflix.hystrix.config.HystrixConfigurationStream$2