| Package | Description |
|---|---|
| org.apache.nifi.processors.standard |
| Modifier and Type | Method and Description |
|---|---|
WaitNotifyProtocol.Signal |
WaitNotifyProtocol.getSignal(String signalId)
Retrieve a stored Signal in the cache engine.
|
WaitNotifyProtocol.Signal |
WaitNotifyProtocol.notify(String signalId,
Map<String,Integer> deltas,
Map<String,String> attributes)
Notify a signal to increase a counter.
|
WaitNotifyProtocol.Signal |
WaitNotifyProtocol.notify(String signalId,
String counterName,
int delta,
Map<String,String> attributes)
Notify a signal to increase a counter.
|
| Modifier and Type | Method and Description |
|---|---|
private FlowFile |
Wait.copySignalAttributes(ProcessSession session,
FlowFile flowFile,
WaitNotifyProtocol.Signal signal,
Map<String,Long> originalCount,
boolean replaceOriginal) |
boolean |
WaitNotifyProtocol.replace(WaitNotifyProtocol.Signal signal) |
Copyright © 2023 Apache NiFi Project. All rights reserved.