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