public abstract class ResultMessage extends Message.Response
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ResultMessage.Kind | 
| static class  | ResultMessage.Prepared | 
| static class  | ResultMessage.Rows | 
| static class  | ResultMessage.SchemaChange | 
| static class  | ResultMessage.SetKeyspace | 
| static class  | ResultMessage.Void | 
Message.Codec<M extends Message>, Message.Direction, Message.Dispatcher, Message.ExceptionHandler, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type| Modifier and Type | Field and Description | 
|---|---|
| static Message.Codec<ResultMessage> | codec | 
| ResultMessage.Kind | kind | 
tracingId, warningsconnection, forcedProtocolVersion, logger, type| Modifier | Constructor and Description | 
|---|---|
| protected  | ResultMessage(ResultMessage.Kind kind) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract CqlResult | toThriftResult() | 
getTracingId, getWarnings, setTracingId, setWarningsattach, connection, getCustomPayload, getSourceFrame, getStreamId, setCustomPayload, setSourceFrame, setStreamIdpublic static final Message.Codec<ResultMessage> codec
public final ResultMessage.Kind kind
protected ResultMessage(ResultMessage.Kind kind)
public abstract CqlResult toThriftResult()
Copyright © 2018 The Apache Software Foundation