Class WorkMaker


  • @Deprecated
    public class WorkMaker
    extends Object
    Deprecated.
    Reads replication records from the replication table and creates work records which include target replication system information.
    • Method Detail

      • run

        public void run()
        Deprecated.
      • setBatchWriter

        protected void setBatchWriter​(BatchWriter bw)
        Deprecated.
      • shouldCreateWork

        protected boolean shouldCreateWork​(Replication.Status status)
        Deprecated.
        Returns:
        Should a Work entry be created for this status
      • addWorkRecord

        protected void addWorkRecord​(org.apache.hadoop.io.Text file,
                                     Value v,
                                     Map<String,​String> targets,
                                     TableId sourceTableId)
        Deprecated.