public interface ChangeMessage<K> 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 |
|---|---|
K |
getKey() |
default Record<K> |
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
int getType()
K getKey()
ChangeMessage reduced(String[] reducedFields)
default boolean isDoneMsg()
default boolean isAdd()
Copyright © 2015. All rights reserved.