| Package | Description |
|---|---|
| org.nustaq.reallive.messages |
| Modifier and Type | Method and 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,
String[] fields) |
static <K> Diff |
ChangeUtils.diff(Record<K> record,
Record<K> prevRecord) |
Diff |
UpdateMessage.getDiff() |
static Diff |
ChangeUtils.mayCopyAndDiff(Record from,
Record to,
String[] fields,
boolean copy) |
Diff |
Diff.reduced(String[] reducedFields) |
| Constructor and Description |
|---|
UpdateMessage(Diff diff,
Record<K> newRecord) |
UpdateMessage(Diff diff,
Record<K> newRecord,
boolean addIfNotExists) |
Copyright © 2015. All rights reserved.