@FunctionalInterface public interface StateMetaInfoWriter
StateMetaInfoSnapshot
.Modifier and Type | Method and Description |
---|---|
void |
writeStateMetaInfoSnapshot(StateMetaInfoSnapshot snapshot,
DataOutputView outputView)
Writes the given snapshot to the output view.
|
void writeStateMetaInfoSnapshot(@Nonnull StateMetaInfoSnapshot snapshot, @Nonnull DataOutputView outputView) throws IOException
snapshot
- the snapshot to write.outputView
- the output to write into.IOException
- on write problems.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.