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 |
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
Copyright © 2017. All rights reserved.