public class HandshakeMsg extends Object implements ICorfuPayload<HandshakeMsg>
ICorfuPayload.PayloadConstructor<T>
constructorMap, lookup
Constructor and Description |
---|
HandshakeMsg(io.netty.buffer.ByteBuf buf)
Constructor to generate an initiating Handshake Message Payload.
|
Modifier and Type | Method and Description |
---|---|
void |
doSerialize(io.netty.buffer.ByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enumMapFromBuffer, fromBuffer, fromBuffer, listFromBuffer, mapFromBuffer, rangeFromBuffer, rangeSetFromBuffer, serialize, setFromBuffer
public HandshakeMsg(io.netty.buffer.ByteBuf buf)
buf
- The buffer to deserialize.public void doSerialize(io.netty.buffer.ByteBuf buf)
doSerialize
in interface ICorfuPayload<HandshakeMsg>
Copyright © 2019 CorfuDB. All rights reserved.