public final class ServiceLevelObjectiveBoundary extends ObjectSE
DoubleSE(タイマーおよび配布要約に適用可能)または DurationSE(タイマーのみに適用可能)のいずれかとして指定できます。| 修飾子と型 | メソッドと説明 |
|---|---|
DoubleSE | getValue(io.micrometer.core.instrument.Meter.Type meterType) 指定されたメーター型に適用するのに適した形式で SLO の基礎となる値を返します。 |
static ServiceLevelObjectiveBoundary | valueOf(double value) 指定された double 値の新しい ServiceLevelObjectiveBoundary インスタンスを返します。 |
static ServiceLevelObjectiveBoundary | valueOf(StringSE value) 指定された文字列値の新しい ServiceLevelObjectiveBoundary インスタンスを返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic DoubleSE getValue(io.micrometer.core.instrument.Meter.Type meterType)
meterType - メーター型 null public static ServiceLevelObjectiveBoundary valueOf(double value)
ServiceLevelObjectiveBoundary インスタンスを返します。value - ソース値 ServiceLevelObjectiveBoundary インスタンス public static ServiceLevelObjectiveBoundary valueOf(StringSE value)
ServiceLevelObjectiveBoundary インスタンスを返します。value - ソース値 ServiceLevelObjectiveBoundary インスタンス