Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
static ProcessingInfo.State |
ProcessingInfo.State.fromValue(String value) |
ProcessingInfo.State |
ProcessingInfo.getState()
It contains a state field which has transition flow: “pending” -> “in_progress” -> [“failed” | “succeeded”].
|
static ProcessingInfo.State |
ProcessingInfo.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingInfo.State[] |
ProcessingInfo.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingInfo.setState(ProcessingInfo.State state)
It contains a state field which has transition flow: “pending” -> “in_progress” -> [“failed” | “succeeded”].
|
ProcessingInfo |
ProcessingInfo.withState(ProcessingInfo.State state) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.