Uses of Interface
org.apache.flink.core.state.StateFutureImpl.AsyncFrameworkExceptionHandler
-
Packages that use StateFutureImpl.AsyncFrameworkExceptionHandler Package Description org.apache.flink.core.state -
-
Uses of StateFutureImpl.AsyncFrameworkExceptionHandler in org.apache.flink.core.state
Fields in org.apache.flink.core.state declared as StateFutureImpl.AsyncFrameworkExceptionHandler Modifier and Type Field Description protected StateFutureImpl.AsyncFrameworkExceptionHandlerStateFutureImpl. exceptionHandlerThe exception handler that handles callback framework's error.Constructors in org.apache.flink.core.state with parameters of type StateFutureImpl.AsyncFrameworkExceptionHandler Constructor Description StateFutureImpl(StateFutureImpl.CallbackRunner callbackRunner, StateFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler)
-