@Internal
public class InternalTimerServiceSerializationProxy<K>
extends org.apache.flink.core.io.PostVersionedIOReadableWritable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
VERSION |
| 构造器和说明 |
|---|
InternalTimerServiceSerializationProxy(InternalTimeServiceManager<K> timerServicesManager,
ClassLoader userCodeClassLoader,
int keyGroupIdx)
Constructor to use when restoring timer services.
|
InternalTimerServiceSerializationProxy(InternalTimeServiceManager<K> timerServicesManager,
int keyGroupIdx)
Constructor to use when writing timer services.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int[] |
getCompatibleVersions() |
int |
getVersion() |
protected void |
read(org.apache.flink.core.memory.DataInputView in,
boolean wasVersioned) |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
public static final int VERSION
public InternalTimerServiceSerializationProxy(InternalTimeServiceManager<K> timerServicesManager, ClassLoader userCodeClassLoader, int keyGroupIdx)
public InternalTimerServiceSerializationProxy(InternalTimeServiceManager<K> timerServicesManager, int keyGroupIdx)
public int getVersion()
public int[] getCompatibleVersions()
getCompatibleVersions 在类中 org.apache.flink.core.io.VersionedIOReadableWritablepublic void write(org.apache.flink.core.memory.DataOutputView out)
throws IOException
write 在接口中 org.apache.flink.core.io.IOReadableWritablewrite 在类中 org.apache.flink.core.io.PostVersionedIOReadableWritableIOExceptionprotected void read(org.apache.flink.core.memory.DataInputView in,
boolean wasVersioned)
throws IOException
read 在类中 org.apache.flink.core.io.PostVersionedIOReadableWritableIOExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.