public static interface BytesBytesMultiHashMap.KvSource
| Modifier and Type | Method and Description |
|---|---|
byte |
updateStateByte(Byte previousValue)
Provide updated value for state byte for a key.
|
void |
writeKey(ByteStream.RandomAccessOutput dest)
Write key into output.
|
void |
writeValue(ByteStream.RandomAccessOutput dest)
Write value into output.
|
void writeKey(ByteStream.RandomAccessOutput dest) throws SerDeException
SerDeExceptionvoid writeValue(ByteStream.RandomAccessOutput dest) throws SerDeException
SerDeExceptionbyte updateStateByte(Byte previousValue)
previousValue - Previous value; null if this is the first call per key.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.