public class OperatorBackendSerializationProxy extends 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(DataInputView in) |
void |
write(DataOutputView out) |
getReadVersion
public static final int VERSION
public OperatorBackendSerializationProxy(ClassLoader userCodeClassLoader)
public OperatorBackendSerializationProxy(List<RegisteredOperatorBackendStateMetaInfo.Snapshot<?>> stateMetaInfoSnapshots)
public int getVersion()
public int[] getCompatibleVersions()
getCompatibleVersions
in class VersionedIOReadableWritable
public void write(DataOutputView out) throws IOException
write
in interface IOReadableWritable
write
in class VersionedIOReadableWritable
IOException
public void read(DataInputView in) throws IOException
read
in interface IOReadableWritable
read
in class VersionedIOReadableWritable
IOException
public List<RegisteredOperatorBackendStateMetaInfo.Snapshot<?>> getStateMetaInfoSnapshots()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.