| Package | Description |
|---|---|
| org.apache.nifi.util |
| Modifier and Type | Method and Description |
|---|---|
static RingBuffer.IterationDirection |
RingBuffer.IterationDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RingBuffer.IterationDirection[] |
RingBuffer.IterationDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RingBuffer.forEach(RingBuffer.ForEachEvaluator<T> evaluator,
RingBuffer.IterationDirection iterationDirection)
Iterates over each element in the RingBuffer, calling the
evaluate method on each element in the RingBuffer. |
Copyright © 2023 Apache NiFi Project. All rights reserved.