Class JobDataNodeLine
java.lang.Object
org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeLine
Job data node line.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal()Marshal to text.static JobDataNodeLineUnmarshal from text.
-
Constructor Details
-
JobDataNodeLine
public JobDataNodeLine()
-
-
Method Details
-
unmarshal
Unmarshal from text.- Parameters:
text- marshalled line- Returns:
- line
-
marshal
Marshal to text.- Returns:
- text, format: entry1|entry2, e.g. t_order:ds_0.t_order_0,ds_0.t_order_1|t_order_item:ds_0.t_order_item_0,ds_0.t_order_item_1
-