java.lang.Object
org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeLine

public final class JobDataNodeLine extends Object
Job data node line.
  • Constructor Details

    • JobDataNodeLine

      public JobDataNodeLine()
  • Method Details

    • unmarshal

      public static JobDataNodeLine unmarshal(String text)
      Unmarshal from text.
      Parameters:
      text - marshalled line
      Returns:
      line
    • marshal

      public String 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