public static class LegacyStateMetaInfoReaders.OperatorBackendStateMetaInfoReaderV1 extends Object implements StateMetaInfoReader
| 构造器和说明 |
|---|
OperatorBackendStateMetaInfoReaderV1() |
| 限定符和类型 | 方法和说明 |
|---|---|
StateMetaInfoSnapshot |
readStateMetaInfoSnapshot(org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader)
Reads a snapshot from the given input view.
|
@Nonnull public StateMetaInfoSnapshot readStateMetaInfoSnapshot(@Nonnull org.apache.flink.core.memory.DataInputView in, @Nonnull ClassLoader userCodeClassLoader) throws IOException
StateMetaInfoReaderreadStateMetaInfoSnapshot 在接口中 StateMetaInfoReaderin - the input to read from.userCodeClassLoader - user classloader to deserialize the objects in the snapshot.IOException - on deserialization problems.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.