クラス PushRegistryProperties

java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
既知の直属サブクラス
StepRegistryPropertiesWavefrontProperties.Metrics.Export

public abstract class PushRegistryProperties extends ObjectSE
定期的な間隔で集約されたメトリクスをプッシュするメトリクスレジストリを構成するプロパティの基本クラス。
導入:
2.2.0
作成者:
Jon Schneider, Andy Wilkinson, Stephane Nicoll
  • コンストラクターの詳細

    • PushRegistryProperties

      public PushRegistryProperties()
  • メソッドの詳細

    • getStep

      public DurationSE getStep()
    • setStep

      public void setStep(DurationSE step)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getConnectTimeout

      public DurationSE getConnectTimeout()
    • setConnectTimeout

      public void setConnectTimeout(DurationSE connectTimeout)
    • getReadTimeout

      public DurationSE getReadTimeout()
    • setReadTimeout

      public void setReadTimeout(DurationSE readTimeout)
    • getBatchSize

      public IntegerSE getBatchSize()
    • setBatchSize

      public void setBatchSize(IntegerSE batchSize)