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