public class RemoveMessage<K> extends Object implements ChangeMessage<K>
| Constructor and Description |
|---|
RemoveMessage(Record<K> rec) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
Record<K> |
getRecord() |
int |
getType() |
ChangeMessage |
reduced(String[] reducedFields) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisAdd, isDoneMsgpublic int getType()
getType in interface ChangeMessage<K>public K getKey()
getKey in interface ChangeMessage<K>public ChangeMessage reduced(String[] reducedFields)
reduced in interface ChangeMessage<K>public Record<K> getRecord()
getRecord in interface ChangeMessage<K>Copyright © 2015. All rights reserved.