@FunctionalInterface public interface StateMetaInfoWriter
StateMetaInfoSnapshot.| 限定符和类型 | 方法和说明 |
|---|---|
void |
writeStateMetaInfoSnapshot(StateMetaInfoSnapshot snapshot,
org.apache.flink.core.memory.DataOutputView outputView)
Writes the given snapshot to the output view.
|
void writeStateMetaInfoSnapshot(@Nonnull StateMetaInfoSnapshot snapshot, @Nonnull org.apache.flink.core.memory.DataOutputView outputView) throws IOException
snapshot - the snapshot to write.outputView - the output to write into.IOException - on write problems.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.