public class CachedSerializedValue<T>
extends org.apache.flink.util.SerializedValue<T>
| Constructor and Description |
|---|
CachedSerializedValue(T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
deserializeValue() |
T |
deserializeValue(ClassLoader loader) |
public CachedSerializedValue(T value) throws IOException
IOExceptionpublic T deserializeValue(ClassLoader loader) throws IOException, ClassNotFoundException
deserializeValue in class org.apache.flink.util.SerializedValue<T>IOExceptionClassNotFoundExceptionpublic T deserializeValue() throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.