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<StateMetaInfoSnapshot> operatorStateMetaInfoSnapshots,
List<StateMetaInfoSnapshot> broadcastStateMetaInfoSnapshots) |
Modifier and Type | Method and Description |
---|---|
List<StateMetaInfoSnapshot> |
getBroadcastStateMetaInfoSnapshots() |
int[] |
getCompatibleVersions() |
List<StateMetaInfoSnapshot> |
getOperatorStateMetaInfoSnapshots() |
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<StateMetaInfoSnapshot> operatorStateMetaInfoSnapshots, List<StateMetaInfoSnapshot> broadcastStateMetaInfoSnapshots)
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<StateMetaInfoSnapshot> getOperatorStateMetaInfoSnapshots()
public List<StateMetaInfoSnapshot> getBroadcastStateMetaInfoSnapshots()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.