public class CacheRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
entryDate |
private AtomicInteger |
hitCount |
private long |
id |
private static AtomicLong |
idGenerator |
private long |
lastHitDate |
| Constructor and Description |
|---|
CacheRecord() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntryDate() |
int |
getHitCount() |
long |
getId() |
long |
getLastHitDate() |
void |
hit() |
private static final AtomicLong idGenerator
private final long id
private final long entryDate
private volatile long lastHitDate
private final AtomicInteger hitCount
Copyright © 2015 Apache NiFi Project. All rights reserved.