Package org.apache.flink.types
Interface Value
-
- All Superinterfaces:
IOReadableWritable
,Serializable
- All Known Subinterfaces:
CopyableValue<T>
,Key<T>
,ResettableValue<T>
- All Known Implementing Classes:
BooleanValue
,ByteValue
,CharValue
,DoubleValue
,FloatValue
,IntValue
,ListValue
,LongValue
,MapValue
,NullValue
,Record
,ShortValue
,StringValue
@Public public interface Value extends IOReadableWritable, Serializable
Basic value interface for types that act as serializable values.This interface extends
IOReadableWritable
and requires to implement the serialization of its value.- See Also:
IOReadableWritable
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.core.io.IOReadableWritable
read, write
-
-