Class WayangValue<T>
java.lang.Object
org.apache.wayang.flink.compiler.criterion.WayangValue<T>
- All Implemented Interfaces:
Serializable
,org.apache.flink.core.io.IOReadableWritable
,org.apache.flink.types.Value
Implementation of
Value
of flink for use in Wayang- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
convertToObject
(byte[] array) get()
void
read
(org.apache.flink.core.memory.DataInputView dataInputView) toString()
void
write
(org.apache.flink.core.memory.DataOutputView dataOutputView)
-
Constructor Details
-
WayangValue
public WayangValue() -
WayangValue
-
-
Method Details
-
write
- Specified by:
write
in interfaceorg.apache.flink.core.io.IOReadableWritable
- Throws:
IOException
-
read
- Specified by:
read
in interfaceorg.apache.flink.core.io.IOReadableWritable
- Throws:
IOException
-
convertToByte
public byte[] convertToByte() -
convertToObject
-
toString
-
get
-