| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EVICTION_STRATEGY_FIFO |
"First In, First Out" |
public static final String |
EVICTION_STRATEGY_LFU |
"Least Frequently Used" |
public static final String |
EVICTION_STRATEGY_LRU |
"Least Recently Used" |
Copyright © 2015 Apache NiFi Project. All rights reserved.