Uses of Class
org.apache.storm.spout.CheckPointState.State
-
Packages that use CheckPointState.State Package Description org.apache.storm.spout -
-
Uses of CheckPointState.State in org.apache.storm.spout
Methods in org.apache.storm.spout that return CheckPointState.State Modifier and Type Method Description CheckPointState.State
CheckPointState. getState()
static CheckPointState.State
CheckPointState.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CheckPointState.State[]
CheckPointState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.spout with parameters of type CheckPointState.State Constructor Description CheckPointState(long txid, CheckPointState.State state)
-