| Package | Description |
|---|---|
| org.apache.nifi.controller.queue |
| Modifier and Type | Method and Description |
|---|---|
LoadBalanceStrategy |
FlowFileQueue.getLoadBalanceStrategy() |
static LoadBalanceStrategy |
LoadBalanceStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalanceStrategy[] |
LoadBalanceStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowFileQueue.setLoadBalanceStrategy(LoadBalanceStrategy strategy,
String partitioningAttribute) |
Copyright © 2023 Apache NiFi Project. All rights reserved.