Class 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
    • Constructor Detail

      • FailureCacheValue

        public FailureCacheValue​(java.lang.String key,
                                 int errorCount)
    • Method Detail

      • getCreationTimeInNanos

        public long getCreationTimeInNanos()
      • getKey

        public java.lang.String getKey()
      • getErrorCount

        public int getErrorCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object