Enum Class ConnectionDTO.LoadBalanceStatusEnum
java.lang.Object
java.lang.Enum<ConnectionDTO.LoadBalanceStatusEnum>
org.apache.nifi.api.toolkit.model.ConnectionDTO.LoadBalanceStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<ConnectionDTO.LoadBalanceStatusEnum>
,Constable
- Enclosing class:
ConnectionDTO
public static enum ConnectionDTO.LoadBalanceStatusEnum
extends Enum<ConnectionDTO.LoadBalanceStatusEnum>
The current status of the Connection's Load Balancing Activities. Status can indicate that Load Balancing is not configured for the connection, that Load Balancing is configured but inactive (not currently transferring data to another node), or that Load Balancing is configured and actively transferring data to another node.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
toString()
Returns the enum constant of this class with the specified name.static ConnectionDTO.LoadBalanceStatusEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_CONFIGURED
-
INACTIVE
-
ACTIVE
-
-
Field Details
-
value
-
-
Constructor Details
-
LoadBalanceStatusEnum
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
toString
- Overrides:
toString
in classEnum<ConnectionDTO.LoadBalanceStatusEnum>
-
fromValue
-