public class OperatorBackendSerializationProxy
extends org.apache.flink.core.io.VersionedIOReadableWritable
Modifier and Type | Field and Description |
---|---|
static int |
VERSION |
Constructor and Description |
---|
OperatorBackendSerializationProxy(ClassLoader userCodeClassLoader) |
OperatorBackendSerializationProxy(List<RegisteredOperatorBackendStateMetaInfo.Snapshot<?>> stateMetaInfoSnapshots) |
Modifier and Type | Method and Description |
---|---|
int[] |
getCompatibleVersions() |
List<RegisteredOperatorBackendStateMetaInfo.Snapshot<?>> |
getStateMetaInfoSnapshots() |
int |
getVersion() |
void |
read(org.apache.flink.core.memory.DataInputView in) |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
public static final int VERSION
public OperatorBackendSerializationProxy(ClassLoader userCodeClassLoader)
public OperatorBackendSerializationProxy(List<RegisteredOperatorBackendStateMetaInfo.Snapshot<?>> stateMetaInfoSnapshots)
public int getVersion()
public int[] getCompatibleVersions()
getCompatibleVersions
in class org.apache.flink.core.io.VersionedIOReadableWritable
public void write(org.apache.flink.core.memory.DataOutputView out) throws IOException
write
in interface org.apache.flink.core.io.IOReadableWritable
write
in class org.apache.flink.core.io.VersionedIOReadableWritable
IOException
public void read(org.apache.flink.core.memory.DataInputView in) throws IOException
read
in interface org.apache.flink.core.io.IOReadableWritable
read
in class org.apache.flink.core.io.VersionedIOReadableWritable
IOException
public List<RegisteredOperatorBackendStateMetaInfo.Snapshot<?>> getStateMetaInfoSnapshots()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.