Class StartupMessage
java.lang.Object
org.apache.cassandra.transport.Message
org.apache.cassandra.transport.Message.Request
org.apache.cassandra.transport.messages.StartupMessage
The initial message of the protocol.
Sets up a number of connection options.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.transport.Message
Message.Codec<M extends Message>, Message.Direction, Message.Request, Message.Response, Message.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Message.Codec<StartupMessage>static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.cassandra.transport.Message.Request
createdAtNanosFields inherited from class org.apache.cassandra.transport.Message
connection, forcedProtocolVersion, logger, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Message.Responseexecute(QueryState state, Dispatcher.RequestTime requestTime, boolean traceRequest) toString()Methods inherited from class org.apache.cassandra.transport.Message.Request
execute, isTraceable, isTrackableMethods inherited from class org.apache.cassandra.transport.Message
attach, connection, encode, getCustomPayload, getSource, getStreamId, setCustomPayload, setSource, setStreamId
-
Field Details
-
CQL_VERSION
- See Also:
-
COMPRESSION
- See Also:
-
PROTOCOL_VERSIONS
- See Also:
-
DRIVER_NAME
- See Also:
-
DRIVER_VERSION
- See Also:
-
THROW_ON_OVERLOAD
- See Also:
-
codec
-
options
-
-
Constructor Details
-
StartupMessage
-
-
Method Details
-
execute
protected Message.Response execute(QueryState state, Dispatcher.RequestTime requestTime, boolean traceRequest) - Specified by:
executein classMessage.Request
-
toString
- Overrides:
toStringin classMessage.Request
-