-
Methods in org.nustaq.reallive.messages that return Diff
| Modifier and Type |
Method |
Description |
static Diff |
ChangeUtils.copyAndDiff(Record from,
Record to) |
copy different (equals) fields and return resulting list of changed fields + old values
|
static Diff |
ChangeUtils.copyAndDiff(Record from,
Record to,
java.lang.String[] fields) |
|
static Diff |
ChangeUtils.copyAndDiff(Record from,
Record to,
java.lang.String[] fields,
java.util.HashSet<java.lang.String> forced) |
|
static <K> Diff |
ChangeUtils.diff(Record record,
Record prevRecord) |
|
Diff |
UpdateMessage.getDiff() |
|
static Diff |
ChangeUtils.mayCopyAndDiff(Record from,
Record to,
java.lang.String[] fields,
boolean copy,
java.util.HashSet<java.lang.String> forced) |
|
Diff |
Diff.reduced(java.lang.String[] reducedFields) |
|