public interface BeamStateStore
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PYTHON_STATE_PREFIX |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.state.ListState<byte[]> |
getListState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request)
Parse
BeamFnApi.StateRequest and return the corresponding ListState. |
org.apache.flink.api.common.state.MapState<ByteArrayWrapper,byte[]> |
getMapState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request)
Parse
BeamFnApi.StateRequest and return the corresponding MapState. |
static BeamStateStore |
unsupported() |
org.apache.flink.api.common.state.ListState<byte[]> getListState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request)
throws Exception
BeamFnApi.StateRequest and return the corresponding ListState.Exceptionorg.apache.flink.api.common.state.MapState<ByteArrayWrapper,byte[]> getMapState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request) throws Exception
BeamFnApi.StateRequest and return the corresponding MapState.Exceptionstatic BeamStateStore unsupported()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.