Enum Class RetryHistoricalData.RetryState
java.lang.Object
java.lang.Enum<RetryHistoricalData.RetryState>
com.inductiveautomation.ignition.gateway.history.RetryHistoricalData.RetryState
- All Implemented Interfaces:
Serializable
,Comparable<RetryHistoricalData.RetryState>
,Constable
- Enclosing interface:
- RetryHistoricalData
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDataSink has attempted to process the dataNo attempt has been made to retry storing the dataDataSink should process the data as a retry, and update the state toATTEMPTED
once the sink has attempted to process the data -
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled()
next()
Returns the enum constant of this class with the specified name.static RetryHistoricalData.RetryState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
No attempt has been made to retry storing the data -
SHOULD_ATTEMPT
DataSink should process the data as a retry, and update the state toATTEMPTED
once the sink has attempted to process the data -
ATTEMPTED
DataSink has attempted to process the data
-
-
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
-
enabled
public boolean enabled() -
next
-