public class SyncSchedule
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DELIMITER |
static char[] |
ESCAPE |
| Modifier | Constructor and Description |
|---|---|
protected |
SyncSchedule(java.util.Map<java.lang.Integer,java.lang.String> line) |
protected |
SyncSchedule(PK srcPK,
PK tgtPK,
PK timestampPK,
java.util.Collection<java.lang.String> pendingAttributes,
java.util.Map<PK,PK> parentMappings) |
protected |
SyncSchedule(PK srcPK,
PK tgtPK,
PK timestampPK,
java.util.Collection<java.lang.String> pendingAttributes,
java.util.Map<PK,PK> parentMappings,
boolean deadlockVictim) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateWeight() |
int |
getLineNumber() |
java.util.Map<PK,PK> |
getParentMappings() |
java.util.Set<java.lang.String> |
getPendingAttributes() |
PK |
getSrcPK() |
PK |
getTgtPK() |
PK |
getTimestampPK() |
int |
getWeight() |
boolean |
isDeadlockVictim() |
protected void |
setLineNumber(int linenumber) |
protected java.util.Map<java.lang.Integer,java.lang.String> |
toCsv() |
java.lang.String |
toString() |
public static final char DELIMITER
public static final char[] ESCAPE
protected SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings)
protected SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean deadlockVictim)
protected SyncSchedule(java.util.Map<java.lang.Integer,java.lang.String> line)
public java.lang.String toString()
toString in class java.lang.Objectprotected int calculateWeight()
public int getLineNumber()
protected void setLineNumber(int linenumber)
public PK getSrcPK()
public PK getTgtPK()
public PK getTimestampPK()
public java.util.Set<java.lang.String> getPendingAttributes()
protected java.util.Map<java.lang.Integer,java.lang.String> toCsv()
public boolean isDeadlockVictim()
public int getWeight()
Copyright © 2018 SAP SE. All Rights Reserved.