Class DetectDuplicate.CacheValue

java.lang.Object
org.apache.nifi.processors.standard.DetectDuplicate.CacheValue
Enclosing class:
DetectDuplicate

private static class DetectDuplicate.CacheValue extends Object
  • Field Details

    • description

      private final String description
    • entryTimeMS

      private final long entryTimeMS
  • Constructor Details

    • CacheValue

      public CacheValue(String description, long entryTimeMS)
  • Method Details

    • getDescription

      public String getDescription()
    • getEntryTimeMS

      public long getEntryTimeMS()