java.lang.Object
de.hybris.platform.catalog.jalo.synchronization.SyncSchedule

public class SyncSchedule extends Object
Since:
3.1-u6
  • Field Details

    • DELIMITER

      public static final char DELIMITER
      See Also:
    • ESCAPE

      public static final char[] ESCAPE
  • Constructor Details

    • SyncSchedule

      protected SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, Collection<String> pendingAttributes, Map<PK,PK> parentMappings)
    • SyncSchedule

      protected SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, Collection<String> pendingAttributes, Map<PK,PK> parentMappings, boolean deadlockVictim)
    • SyncSchedule

      protected SyncSchedule(Map<Integer,String> line)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • calculateWeight

      protected int calculateWeight()
    • getLineNumber

      public int getLineNumber()
    • setLineNumber

      protected void setLineNumber(int linenumber)
    • getSrcPK

      public PK getSrcPK()
    • getTgtPK

      public PK getTgtPK()
    • getTimestampPK

      public PK getTimestampPK()
    • getPendingAttributes

      public Set<String> getPendingAttributes()
    • getParentMappings

      public Map<PK,PK> getParentMappings()
    • toCsv

      protected Map<Integer,String> toCsv()
    • isDeadlockVictim

      public boolean isDeadlockVictim()
    • getWeight

      public int getWeight()