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
SerDeException
void writeValue(ByteStream.RandomAccessOutput dest) throws SerDeException
SerDeException
byte updateStateByte(Byte previousValue)
previousValue
- Previous value; null if this is the first call per key.Copyright © 2017 The Apache Software Foundation. All rights reserved.