| Modifier and Type | Field and Description |
|---|---|
private EvictionReason |
Bin.evictionReason |
| Modifier and Type | Method and Description |
|---|---|
EvictionReason |
Bin.determineFullness() |
EvictionReason |
Bin.getEvictionReason() |
static EvictionReason |
EvictionReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionReason[] |
EvictionReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bin.setEvictionReason(EvictionReason evictionReason) |
Copyright © 2023 Apache NiFi Project. All rights reserved.