Class PrepareMessage
java.lang.Object
org.apache.cassandra.transport.Message
org.apache.cassandra.transport.Message.Request
org.apache.cassandra.transport.messages.PrepareMessage
-
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
FieldsFields inherited from class org.apache.cassandra.transport.Message.Request
createdAtNanosFields inherited from class org.apache.cassandra.transport.Message
connection, forcedProtocolVersion, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Message.Responseexecute(QueryState state, Dispatcher.RequestTime requestTime, boolean traceRequest) protected booleantoString()Methods inherited from class org.apache.cassandra.transport.Message.Request
execute, isTrackableMethods inherited from class org.apache.cassandra.transport.Message
attach, connection, encode, getCustomPayload, getSource, getStreamId, setCustomPayload, setSource, setStreamId
-
Field Details
-
codec
-
-
Constructor Details
-
PrepareMessage
-
-
Method Details
-
isTraceable
protected boolean isTraceable()- Overrides:
isTraceablein classMessage.Request- Returns:
- true if the execution of this
Message.Requestshould be recorded in a tracing session
-
execute
protected Message.Response execute(QueryState state, Dispatcher.RequestTime requestTime, boolean traceRequest) - Specified by:
executein classMessage.Request
-
toString
- Overrides:
toStringin classMessage.Request
-