Uses of Class
io.streamthoughts.azkarra.api.State
-
Packages that use State Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.model -
-
Uses of State in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return State Modifier and Type Method Description StateStreamsExecutionEnvironment. state()Gets the state f thisStreamsExecutionEnvironment.static StateState. 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 StateEnvironment. 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 newEnvironmentinstance.
-