Uses of Enum Class
org.apache.nifi.controller.queue.LoadBalanceStrategy
Packages that use LoadBalanceStrategy
-
Uses of LoadBalanceStrategy in org.apache.nifi.controller.queue
Methods in org.apache.nifi.controller.queue that return LoadBalanceStrategyModifier and TypeMethodDescriptionFlowFileQueue.getLoadBalanceStrategy()
static LoadBalanceStrategy
Returns the enum constant of this class with the specified name.static LoadBalanceStrategy[]
LoadBalanceStrategy.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 LoadBalanceStrategyModifier and TypeMethodDescriptionvoid
FlowFileQueue.setLoadBalanceStrategy
(LoadBalanceStrategy strategy, String partitioningAttribute)