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()voidread(org.apache.flink.core.memory.DataInputView dataInputView) toString()voidwrite(org.apache.flink.core.memory.DataOutputView dataOutputView)
-
Constructor Details
-
WayangValue
public WayangValue() -
WayangValue
-
-
Method Details
-
write
- Specified by:
writein interfaceorg.apache.flink.core.io.IOReadableWritable- Throws:
IOException
-
read
- Specified by:
readin interfaceorg.apache.flink.core.io.IOReadableWritable- Throws:
IOException
-
convertToByte
public byte[] convertToByte() -
convertToObject
-
toString
-
get
-