@FunctionalInterface public interface StateMetaInfoReader
StateMetaInfoSnapshot
.Modifier and Type | Method and Description |
---|---|
StateMetaInfoSnapshot |
readStateMetaInfoSnapshot(DataInputView inputView,
ClassLoader userCodeClassLoader)
Reads a snapshot from the given input view.
|
@Nonnull StateMetaInfoSnapshot readStateMetaInfoSnapshot(@Nonnull DataInputView inputView, @Nonnull ClassLoader userCodeClassLoader) throws IOException
inputView
- the input to read from.userCodeClassLoader
- user classloader to deserialize the objects in the snapshot.IOException
- on deserialization problems.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.