| Modifier and Type | Method | Description |
|---|---|---|
static RetryCacheMetrics |
create(RetryCache cache) |
|
long |
getCacheCleared() |
|
long |
getCacheHit() |
|
long |
getCacheUpdated() |
|
java.lang.String |
getName() |
|
void |
incrCacheCleared() |
One cache cleared
|
void |
incrCacheHit() |
One cache hit event
|
void |
incrCacheUpdated() |
One cache updated
|
public java.lang.String getName()
public static RetryCacheMetrics create(RetryCache cache)
public void incrCacheHit()
public void incrCacheCleared()
public void incrCacheUpdated()
public long getCacheHit()
public long getCacheCleared()
public long getCacheUpdated()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.