Uses of Class
io.streamthoughts.azkarra.api.State
-
Packages that use State Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.model io.streamthoughts.azkarra.runtime.context io.streamthoughts.azkarra.runtime.env -
-
Uses of State in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return State Modifier and Type Method Description State
StreamsExecutionEnvironment. state()
Gets the state f thisStreamsExecutionEnvironment
.static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in io.streamthoughts.azkarra.api.model
Methods in io.streamthoughts.azkarra.api.model that return State Modifier and Type Method Description State
Environment. state()
Constructors in io.streamthoughts.azkarra.api.model with parameters of type State Constructor Description Environment(String name, State state, Map<String,Object> config, Set<String> applications, boolean isDefault)
Creates a newEnvironment
instance. -
Uses of State in io.streamthoughts.azkarra.runtime.context
Methods in io.streamthoughts.azkarra.runtime.context with parameters of type State Modifier and Type Method Description void
DefaultAzkarraContext. setState(State state)
-
Uses of State in io.streamthoughts.azkarra.runtime.env
Methods in io.streamthoughts.azkarra.runtime.env that return State Modifier and Type Method Description State
DefaultStreamsExecutionEnvironment. state()
Gets the state f thisStreamsExecutionEnvironment
.
-