public interface ChangeMessage extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD |
static int |
PUT |
static int |
QUERYDONE |
static int |
REMOVE |
static int |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
default Set<String> |
getForcedUpdateFields() |
String |
getKey() |
default Record |
getRecord() |
int |
getSenderId() |
int |
getType() |
default boolean |
isAdd() |
default boolean |
isDoneMsg() |
ChangeMessage |
reduced(String[] reducedFields) |
ChangeMessage |
senderId(int id) |
static final int ADD
static final int REMOVE
static final int UPDATE
static final int QUERYDONE
static final int PUT
int getType()
int getSenderId()
ChangeMessage senderId(int id)
String getKey()
ChangeMessage reduced(String[] reducedFields)
default boolean isDoneMsg()
default boolean isAdd()
default Record getRecord()
Copyright © 2020. All rights reserved.