public class PingMessage
extends java.lang.Object
IVerbHandler
is provided as we do not want process the message;
the intent is to not break the stream by leaving it in an unclean state, with unconsumed bytes.
We do, however, assign a StageManager
stage
to maintain proper message flow.
See CASSANDRA-13393 for a discussion.Modifier and Type | Class and Description |
---|---|
static class |
PingMessage.PingMessageSerializer |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<PingMessage> |
serializer |
Constructor and Description |
---|
PingMessage() |
public static IVersionedSerializer<PingMessage> serializer
Copyright © 2022 The Apache Software Foundation