public abstract class com.netflix.hystrix.HystrixTimerThreadPoolProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.netflix.hystrix.HystrixTimerThreadPoolProperties
  super_class: java.lang.Object
{
  private final com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> corePoolSize;
    descriptor: Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties this
         0: .line 18
            aload 0 /* this */
            new com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter
            dup
            invokespecial com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter.<init>:()V
            invokestatic java.lang.Runtime.getRuntime:()Ljava/lang/Runtime;
            invokevirtual java.lang.Runtime.availableProcessors:()I
            invokevirtual com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter.withCoreSize:(I)Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$Setter;
            invokespecial com.netflix.hystrix.HystrixTimerThreadPoolProperties.<init>:(Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$Setter;)V
         1: .line 19
            return
        end local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties;

  protected void <init>(com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter);
    descriptor: (Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$Setter;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties this
        start local 1 // com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter setter
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            ldc "hystrix"
            ldc "coreSize"
            aload 1 /* setter */
            invokevirtual com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter.getCoreSize:()Ljava/lang/Integer;
            invokestatic com.netflix.hystrix.HystrixTimerThreadPoolProperties.getProperty:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            putfield com.netflix.hystrix.HystrixTimerThreadPoolProperties.corePoolSize:Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
         2: .line 23
            return
        end local 1 // com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter setter
        end local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties;
            0    3     1  setter  Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$Setter;
    MethodParameters:
        Name  Flags
      setter  

  private static com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> getProperty(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.lang.String propertyPrefix
        start local 1 // java.lang.String instanceProperty
        start local 2 // java.lang.Integer defaultValue
         0: .line 27
            invokestatic com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty.forInteger:()Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
         1: .line 28
            new java.lang.StringBuilder
            dup
            aload 0 /* propertyPrefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".timer.threadpool.default."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instanceProperty */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* defaultValue */
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
         2: .line 29
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.build:()Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
         3: .line 27
            areturn
        end local 2 // java.lang.Integer defaultValue
        end local 1 // java.lang.String instanceProperty
        end local 0 // java.lang.String propertyPrefix
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0    propertyPrefix  Ljava/lang/String;
            0    4     1  instanceProperty  Ljava/lang/String;
            0    4     2      defaultValue  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;
    MethodParameters:
                  Name  Flags
      propertyPrefix    
      instanceProperty  
      defaultValue      

  public com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> getCorePoolSize();
    descriptor: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties this
         0: .line 33
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixTimerThreadPoolProperties.corePoolSize:Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            areturn
        end local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties;
    Signature: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;

  public static com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter Setter();
    descriptor: ()Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$Setter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 40
            new com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter
            dup
            invokespecial com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HystrixTimerThreadPoolProperties.java"
NestMembers:
  com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter
InnerClasses:
  public Setter = com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter of com.netflix.hystrix.HystrixTimerThreadPoolProperties
  public abstract ChainBuilder = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty