Package | Description |
---|---|
org.apache.cassandra.thrift | |
org.apache.cassandra.transport.messages |
Modifier and Type | Field and Description |
---|---|
CqlPreparedResult |
Cassandra.prepare_cql_query_result.success |
CqlPreparedResult |
Cassandra.prepare_cql3_query_result.success |
Modifier and Type | Method and Description |
---|---|
CqlPreparedResult |
CqlPreparedResult.deepCopy() |
CqlPreparedResult |
Cassandra.AsyncClient.prepare_cql_query_call.getResult() |
CqlPreparedResult |
Cassandra.AsyncClient.prepare_cql3_query_call.getResult() |
CqlPreparedResult |
Cassandra.prepare_cql_query_result.getSuccess() |
CqlPreparedResult |
Cassandra.prepare_cql3_query_result.getSuccess() |
CqlPreparedResult |
CassandraServer.prepare_cql_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
Cassandra.Iface.prepare_cql_query(java.nio.ByteBuffer query,
Compression compression)
Deprecated.
Throws InvalidRequestException since 2.2. Please use the CQL3 version instead.
|
CqlPreparedResult |
Cassandra.Client.prepare_cql_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
CassandraServer.prepare_cql3_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
Cassandra.Iface.prepare_cql3_query(java.nio.ByteBuffer query,
Compression compression)
Prepare a CQL3 (Cassandra Query Language) statement by compiling and returning
- the type of CQL statement
- an id token of the compiled CQL stored on the server side.
|
CqlPreparedResult |
Cassandra.Client.prepare_cql3_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
Cassandra.Client.recv_prepare_cql_query() |
CqlPreparedResult |
Cassandra.Client.recv_prepare_cql3_query() |
CqlPreparedResult |
CqlPreparedResult.setCount(int count) |
CqlPreparedResult |
CqlPreparedResult.setItemId(int itemId) |
CqlPreparedResult |
CqlPreparedResult.setVariable_names(java.util.List<java.lang.String> variable_names) |
CqlPreparedResult |
CqlPreparedResult.setVariable_types(java.util.List<java.lang.String> variable_types) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CqlPreparedResult> |
Cassandra.AsyncProcessor.prepare_cql_query.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<CqlPreparedResult> |
Cassandra.AsyncProcessor.prepare_cql3_query.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CqlPreparedResult.compareTo(CqlPreparedResult other) |
boolean |
CqlPreparedResult.equals(CqlPreparedResult that) |
Cassandra.prepare_cql_query_result |
Cassandra.prepare_cql_query_result.setSuccess(CqlPreparedResult success) |
Cassandra.prepare_cql3_query_result |
Cassandra.prepare_cql3_query_result.setSuccess(CqlPreparedResult success) |
Modifier and Type | Method and Description |
---|---|
void |
Cassandra.AsyncProcessor.prepare_cql_query.start(I iface,
Cassandra.prepare_cql_query_args args,
org.apache.thrift.async.AsyncMethodCallback<CqlPreparedResult> resultHandler) |
void |
Cassandra.AsyncProcessor.prepare_cql3_query.start(I iface,
Cassandra.prepare_cql3_query_args args,
org.apache.thrift.async.AsyncMethodCallback<CqlPreparedResult> resultHandler) |
Constructor and Description |
---|
CqlPreparedResult(CqlPreparedResult other)
Performs a deep copy on other.
|
prepare_cql_query_result(CqlPreparedResult success,
InvalidRequestException ire) |
prepare_cql3_query_result(CqlPreparedResult success,
InvalidRequestException ire) |
Modifier and Type | Method and Description |
---|---|
CqlPreparedResult |
ResultMessage.Prepared.toThriftPreparedResult() |
Copyright © 2020 The Apache Software Foundation