public class PutMessage<K> extends Object implements ChangeMessage<K>
| Constructor and Description |
|---|
PutMessage(Record<K> record) |
| 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 Record<K> getRecord()
getRecord in interface ChangeMessage<K>public 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>Copyright © 2016. All rights reserved.