Interface StateMetaInfoWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to write
StateMetaInfoSnapshot.-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteStateMetaInfoSnapshot(StateMetaInfoSnapshot snapshot, org.apache.flink.core.memory.DataOutputView outputView) Writes the given snapshot to the output view.
-
Method Details
-
writeStateMetaInfoSnapshot
void writeStateMetaInfoSnapshot(@Nonnull StateMetaInfoSnapshot snapshot, @Nonnull org.apache.flink.core.memory.DataOutputView outputView) throws IOException Writes the given snapshot to the output view.- Parameters:
snapshot- the snapshot to write.outputView- the output to write into.- Throws:
IOException- on write problems.
-