@Internal
public interface StateRequestHandler
StateRequest.| Modifier and Type | Method and Description |
|---|---|
<IN,OUT> org.apache.flink.core.state.InternalStateFuture<OUT> |
handleRequest(org.apache.flink.api.common.state.v2.State state,
StateRequestType type,
IN payload)
Submit a
StateRequest to this StateRequestHandler. |
<IN,OUT> org.apache.flink.core.state.InternalStateFuture<OUT> handleRequest(@Nullable org.apache.flink.api.common.state.v2.State state, StateRequestType type, @Nullable IN payload)
StateRequest to this StateRequestHandler.state - the state to request. Could be null if the type is StateRequestType.SYNC_POINT.type - the type of this request.payload - the payload input for this request.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.