インターフェース MutableRetryStatistics
- すべてのスーパーインターフェース:
org.springframework.core.AttributeAccessor,RetryStatistics
- すべての既知の実装クラス:
DefaultRetryStatistics,ExponentialAverageRetryStatistics
public interface MutableRetryStatistics
extends RetryStatistics, org.springframework.core.AttributeAccessor
- 作成者:
- Dave Syer
方法の概要
修飾子と型メソッド説明voidvoidvoidvoidvoidインターフェース org.springframework.core.AttributeAccessor から継承されたメソッド
attributeNames, computeAttribute, getAttribute, hasAttribute, removeAttribute, setAttributeインターフェース org.springframework.retry.RetryStatistics から継承されたメソッド
getAbortCount, getCompleteCount, getErrorCount, getName, getRecoveryCount, getStartedCount
方法の詳細
incrementStartedCount
void incrementStartedCount()incrementCompleteCount
void incrementCompleteCount()incrementRecoveryCount
void incrementRecoveryCount()incrementErrorCount
void incrementErrorCount()incrementAbortCount
void incrementAbortCount()