Uses of Class
io.streamthoughts.azkarra.api.streams.State
-
Packages that use State Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams io.streamthoughts.azkarra.api.streams.internal -
-
Uses of State in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return State Modifier and Type Method Description StateStreamsLifecycleContext. streamsState()Gets the state value of the current streams instance.Methods in io.streamthoughts.azkarra.api with parameters of type State Modifier and Type Method Description voidStreamsLifecycleContext. setState(State state)Sets the state of the current streams instance. -
Uses of State in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return State Modifier and Type Method Description StateStateChangeEvent. newState()StateStateChangeEvent. oldState()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.Methods in io.streamthoughts.azkarra.api.streams that return types with arguments of type State Modifier and Type Method Description TimestampedValue<State>KafkaStreamsContainer. state()Gets the current state of the streams.Methods in io.streamthoughts.azkarra.api.streams with parameters of type State Modifier and Type Method Description default booleanKafkaStreamsContainer.StateChangeWatcher. accept(State newState)Should this watcher be called for the givenState.voidKafkaStreamsContainer. setState(State state)Sets the current state of the streams.Constructors in io.streamthoughts.azkarra.api.streams with parameters of type State Constructor Description StateChangeEvent(long timestamp, State newState, State oldState)Creates a newStateChangeEventinstance.StateChangeEvent(State newState, State oldState)Creates a newStateChangeEventinstance. -
Uses of State in io.streamthoughts.azkarra.api.streams.internal
Methods in io.streamthoughts.azkarra.api.streams.internal that return State Modifier and Type Method Description StateInternalStreamsLifecycleContext. streamsState()Gets the state value of the current streams instance.Methods in io.streamthoughts.azkarra.api.streams.internal with parameters of type State Modifier and Type Method Description voidInternalStreamsLifecycleContext. setState(State state)Sets the state of the current streams instance.
-