| 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 Diff |
ChangeUtils.copyAndDiff(Record from,
Record to,
String[] fields,
HashSet<String> forced) |
static <K> Diff |
ChangeUtils.diff(Record record,
Record prevRecord) |
Diff |
UpdateMessage.getDiff() |
static Diff |
ChangeUtils.mayCopyAndDiff(Record from,
Record to,
String[] fields,
boolean copy,
HashSet<String> forced) |
Diff |
Diff.reduced(String[] reducedFields) |
| Constructor and Description |
|---|
UpdateMessage(int senderId,
Diff diff,
Record newRecord,
Set<String> forcedUpdateFields) |
UpdateMessage(int senderId,
Diff diff,
Record newRecord,
Set<String> forcedUpdateFields,
boolean addIfNotExists) |
Copyright © 2019. All rights reserved.