public static class LegacyStateMetaInfoReaders.OperatorBackendStateMetaInfoReaderV1 extends Object implements StateMetaInfoReader
Constructor and Description |
---|
OperatorBackendStateMetaInfoReaderV1() |
Modifier and Type | Method and Description |
---|---|
StateMetaInfoSnapshot |
readStateMetaInfoSnapshot(DataInputView in,
ClassLoader userCodeClassLoader)
Reads a snapshot from the given input view.
|
public OperatorBackendStateMetaInfoReaderV1()
@Nonnull public StateMetaInfoSnapshot readStateMetaInfoSnapshot(@Nonnull DataInputView in, @Nonnull ClassLoader userCodeClassLoader) throws IOException
StateMetaInfoReader
readStateMetaInfoSnapshot
in interface StateMetaInfoReader
in
- 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.