public class RawBytesQuery extends Message
QUERY message where the query string is represented directly as a byte
array.
It is used to avoid materializing a string if the incoming query is already encoded (namely, in DSE graph).
Message.Codec| Modifier and Type | Field and Description |
|---|---|
DseQueryOptions |
options |
byte[] |
query |
isResponse, opcode| Constructor and Description |
|---|
RawBytesQuery(byte[] query,
DseQueryOptions options) |
public final byte[] query
public final DseQueryOptions options
public RawBytesQuery(byte[] query,
DseQueryOptions options)
Copyright © 2017–2020. All rights reserved.