private static class DeduplicateRecord.CacheValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private long |
entryTimeMS |
private Serializable |
filter |
| Constructor and Description |
|---|
CacheValue(Serializable filter,
long entryTimeMS) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntryTimeMS() |
Serializable |
getFilter() |
private final Serializable filter
private final long entryTimeMS
public CacheValue(Serializable filter, long entryTimeMS)
public Serializable getFilter()
public long getEntryTimeMS()
Copyright © 2023 Apache NiFi Project. All rights reserved.