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) |
static final int ADD
static final int REMOVE
static final int UPDATE
static final int QUERYDONE
static final int PUT
int getType()
int getSenderId()
String getKey()
ChangeMessage reduced(String[] reducedFields)
default boolean isDoneMsg()
default boolean isAdd()
default Record getRecord()
Copyright © 2019. All rights reserved.