クラス ExponentialAverageRetryStatistics
java.lang.ObjectSE
org.springframework.core.AttributeAccessorSupport
org.springframework.retry.stats.DefaultRetryStatistics
org.springframework.retry.stats.ExponentialAverageRetryStatistics
- 実装済みのインターフェース一覧:
SerializableSE、org.springframework.core.AttributeAccessor、RetryStatistics、MutableRetryStatistics
- 作成者:
- Dave Syer
- 関連事項:
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明intintintdoubleintintvoidvoidvoidvoidvoidvoidsetWindow(long window) ローリング平均における指数関数的減衰係数のウィンドウ(ミリ秒単位)。クラス org.springframework.retry.stats.DefaultRetryStatistics から継承されたメソッド
getAbortCount, getCompleteCount, getErrorCount, getName, getRecoveryCount, getStartedCount, setName, toStringクラス org.springframework.core.AttributeAccessorSupport から継承されたメソッド
attributeNames, computeAttribute, copyAttributesFrom, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttributeクラス java.lang.ObjectSE から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, waitSE, waitSEインターフェース org.springframework.core.AttributeAccessor から継承されたメソッド
attributeNames, computeAttribute, getAttribute, hasAttribute, removeAttribute, setAttribute
コンストラクターの詳細
ExponentialAverageRetryStatistics
方法の詳細
setWindow
public void setWindow(long window) ローリング平均における指数関数的減衰係数のウィンドウ(ミリ秒単位)。- パラメーター:
window- 設定するウィンドウ
getRollingStartedCount
public int getRollingStartedCount()getRollingErrorCount
public int getRollingErrorCount()getRollingAbortCount
public int getRollingAbortCount()getRollingRecoveryCount
public int getRollingRecoveryCount()getRollingCompleteCount
public int getRollingCompleteCount()getRollingErrorRate
public double getRollingErrorRate()incrementStartedCount
public void incrementStartedCount()- 次で指定:
- インターフェース
MutableRetryStatistics内のincrementStartedCount - オーバーライド:
- クラス
DefaultRetryStatisticsのincrementStartedCount
incrementCompleteCount
public void incrementCompleteCount()- 次で指定:
- インターフェース
MutableRetryStatistics内のincrementCompleteCount - オーバーライド:
- クラス
DefaultRetryStatisticsのincrementCompleteCount
incrementRecoveryCount
public void incrementRecoveryCount()- 次で指定:
- インターフェース
MutableRetryStatistics内のincrementRecoveryCount - オーバーライド:
- クラス
DefaultRetryStatisticsのincrementRecoveryCount
incrementErrorCount
public void incrementErrorCount()- 次で指定:
- インターフェース
MutableRetryStatistics内のincrementErrorCount - オーバーライド:
- クラス
DefaultRetryStatisticsのincrementErrorCount
incrementAbortCount
public void incrementAbortCount()- 次で指定:
- インターフェース
MutableRetryStatistics内のincrementAbortCount - オーバーライド:
- クラス
DefaultRetryStatisticsのincrementAbortCount