public static class KvStateResponse.KvStateResponseDeserializer extends Object implements MessageDeserializer<KvStateResponse>
Constructor and Description |
---|
KvStateResponseDeserializer() |
Modifier and Type | Method and Description |
---|---|
KvStateResponse |
deserializeMessage(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Deserializes a message contained in a byte buffer.
|
public KvStateResponse deserializeMessage(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
MessageDeserializer
deserializeMessage
in interface MessageDeserializer<KvStateResponse>
buf
- the buffer containing the message.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.