public class AtomicCacheEntry<K,V,R> extends Object
Modifier and Type | Field and Description |
---|---|
private K |
key |
private R |
revision |
private V |
value |
Constructor and Description |
---|
AtomicCacheEntry(K key,
V value,
R revision)
Create new cache entry.
|
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
Optional<R> |
getRevision() |
V |
getValue() |
void |
setValue(V value) |
Copyright © 2021 Apache NiFi Project. All rights reserved.