Interface | Description |
---|---|
RingBuffer.Filter<S> | |
RingBuffer.ForEachEvaluator<S> |
Defines an interface that can be used to iterate over all of the elements in the RingBuffer via the
RingBuffer.forEach(org.apache.nifi.util.RingBuffer.ForEachEvaluator<T>) method |
Class | Description |
---|---|
ComponentIdGenerator |
IMPORTANT: This component is not part of public API!
====================================================
|
EscapeUtils | |
FormatUtils | |
NaiveSearchRingBuffer |
A RingBuffer that can be used to scan byte sequences for subsequences.
|
RingBuffer<T> |
Thread-safe implementation of a RingBuffer
|
StopWatch | |
Tuple<A,B> |
Enum | Description |
---|---|
RingBuffer.IterationDirection |
Copyright © 2017 Apache NiFi Project. All rights reserved.