Uses of Enum Class
org.apache.nifi.controller.queue.PollStrategy
Packages that use PollStrategy
-
Uses of PollStrategy in org.apache.nifi.controller.queue
Methods in org.apache.nifi.controller.queue that return PollStrategyModifier and TypeMethodDescriptionstatic PollStrategyReturns the enum constant of this class with the specified name.static PollStrategy[]PollStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.controller.queue with parameters of type PollStrategyModifier and TypeMethodDescriptionFlowFileQueue.poll(int maxResults, Set<FlowFileRecord> expiredRecords, PollStrategy pollStrategy) FlowFileQueue.poll(Set<FlowFileRecord> expiredRecords, PollStrategy pollStrategy) FlowFileQueue.poll(org.apache.nifi.processor.FlowFileFilter filter, Set<FlowFileRecord> expiredRecords, PollStrategy pollStrategy)