Uses of Class
org.apache.flink.streaming.api.utils.ByteArrayWrapper
Packages that use ByteArrayWrapper
Package
Description
-
Uses of ByteArrayWrapper in org.apache.flink.python.util
Methods in org.apache.flink.python.util that return types with arguments of type ByteArrayWrapperModifier and TypeMethodDescriptionstatic List<org.apache.flink.api.common.state.MapStateDescriptor<ByteArrayWrapper,byte[]>> PythonConfigUtil.convertStateNamesToStateDescriptors(String[] names) -
Uses of ByteArrayWrapper in org.apache.flink.streaming.api.runners.python.beam.state
Methods in org.apache.flink.streaming.api.runners.python.beam.state that return types with arguments of type ByteArrayWrapperModifier and TypeMethodDescriptionorg.apache.flink.api.common.state.MapState<ByteArrayWrapper,byte[]> BeamKeyedStateStore.getMapState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request) org.apache.flink.api.common.state.MapState<ByteArrayWrapper,byte[]> BeamOperatorStateStore.getMapState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request) Returns aBroadcastStatewrapped inMapStateinterface.org.apache.flink.api.common.state.MapState<ByteArrayWrapper,byte[]> BeamStateStore.getMapState(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request) ParseBeamFnApi.StateRequestand return the correspondingMapState.Method parameters in org.apache.flink.streaming.api.runners.python.beam.state with type arguments of type ByteArrayWrapperModifier and TypeMethodDescriptionorg.apache.beam.model.fnexecution.v1.BeamFnApi.StateResponse.BuilderBeamMapStateHandler.handleAppend(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request, org.apache.flink.api.common.state.MapState<ByteArrayWrapper, byte[]> mapState) org.apache.beam.model.fnexecution.v1.BeamFnApi.StateResponse.BuilderBeamMapStateHandler.handleClear(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request, org.apache.flink.api.common.state.MapState<ByteArrayWrapper, byte[]> mapState) org.apache.beam.model.fnexecution.v1.BeamFnApi.StateResponse.BuilderBeamMapStateHandler.handleGet(org.apache.beam.model.fnexecution.v1.BeamFnApi.StateRequest request, org.apache.flink.api.common.state.MapState<ByteArrayWrapper, byte[]> mapState) -
Uses of ByteArrayWrapper in org.apache.flink.streaming.api.utils
Methods in org.apache.flink.streaming.api.utils that return ByteArrayWrapperModifier and TypeMethodDescriptionByteArrayWrapper.copy()ByteArrayWrapperSerializer.copy(ByteArrayWrapper from) ByteArrayWrapperSerializer.copy(ByteArrayWrapper from, ByteArrayWrapper reuse) ByteArrayWrapperSerializer.createInstance()ByteArrayWrapperSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) ByteArrayWrapperSerializer.deserialize(ByteArrayWrapper reuse, org.apache.flink.core.memory.DataInputView source) Methods in org.apache.flink.streaming.api.utils that return types with arguments of type ByteArrayWrapperModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ByteArrayWrapper>ByteArrayWrapperSerializer.snapshotConfiguration()Methods in org.apache.flink.streaming.api.utils with parameters of type ByteArrayWrapperModifier and TypeMethodDescriptionByteArrayWrapperSerializer.copy(ByteArrayWrapper from) ByteArrayWrapperSerializer.copy(ByteArrayWrapper from, ByteArrayWrapper reuse) ByteArrayWrapperSerializer.deserialize(ByteArrayWrapper reuse, org.apache.flink.core.memory.DataInputView source) voidByteArrayWrapperSerializer.serialize(ByteArrayWrapper record, org.apache.flink.core.memory.DataOutputView target)