Class FailureCacheValue
- java.lang.Object
-
- org.apache.http.impl.client.cache.FailureCacheValue
-
@Contract(threading=IMMUTABLE) public class FailureCacheValue extends java.lang.Object
The error count with a creation timestamp and its associated key.- Since:
- 4.3
-
-
Field Summary
Fields Modifier and Type Field Description private long
creationTimeInNanos
private int
errorCount
private java.lang.String
key
-
Constructor Summary
Constructors Constructor Description FailureCacheValue(java.lang.String key, int errorCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCreationTimeInNanos()
int
getErrorCount()
java.lang.String
getKey()
java.lang.String
toString()
-