Uses of Enum
io.debezium.embedded.async.AsyncEmbeddedEngine.State
Packages that use AsyncEmbeddedEngine.State
-
Uses of AsyncEmbeddedEngine.State in io.debezium.embedded.async
Fields in io.debezium.embedded.async with type parameters of type AsyncEmbeddedEngine.StateModifier and TypeFieldDescription(package private) final AtomicReference<AsyncEmbeddedEngine.State>AsyncEmbeddedEngine.PollRecords.engineStateprivate final AtomicReference<AsyncEmbeddedEngine.State>AsyncEmbeddedEngine.stateMethods in io.debezium.embedded.async that return AsyncEmbeddedEngine.StateModifier and TypeMethodDescriptionprivate AsyncEmbeddedEngine.StateAsyncEmbeddedEngine.getEngineState()Gets the current state of the engine.static AsyncEmbeddedEngine.StateReturns the enum constant of this type with the specified name.static AsyncEmbeddedEngine.State[]AsyncEmbeddedEngine.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.embedded.async with parameters of type AsyncEmbeddedEngine.StateModifier and TypeMethodDescriptionstatic booleanAsyncEmbeddedEngine.State.canBeStopped(AsyncEmbeddedEngine.State state) Given engine state, determines if engine can be stopped when it's in this state.private voidAsyncEmbeddedEngine.close(AsyncEmbeddedEngine.State stateBeforeStop) Shuts down the engine.private voidAsyncEmbeddedEngine.setEngineState(AsyncEmbeddedEngine.State expectedState, AsyncEmbeddedEngine.State requestedState) Sets the new state ofAsyncEmbeddedEngine.static booleanAsyncEmbeddedEngine.State.shouldStopTasks(AsyncEmbeddedEngine.State state) Given the engine state, determines if the connector tasks were already started and should be stopped.private voidAsyncEmbeddedEngine.stopConnector(List<EngineSourceTask> tasks, AsyncEmbeddedEngine.State engineState) Stops connector's tasks if they are already running and then stops connector itself.Constructor parameters in io.debezium.embedded.async with type arguments of type AsyncEmbeddedEngine.StateModifierConstructorDescription(package private)PollRecords(EngineSourceTask task, RecordProcessor processor, AtomicReference<AsyncEmbeddedEngine.State> engineState)