Package | Description |
---|---|
org.apache.cassandra.cql | |
org.apache.cassandra.thrift | |
org.apache.cassandra.transport.messages |
Modifier and Type | Method and Description |
---|---|
static CqlPreparedResult |
QueryProcessor.prepare(java.lang.String queryString,
ThriftClientState clientState) |
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)
Prepare a CQL (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_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) |
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 |
---|---|
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) |
Constructor and Description |
---|
Cassandra.prepare_cql_query_result(CqlPreparedResult success,
InvalidRequestException ire) |
Cassandra.prepare_cql3_query_result(CqlPreparedResult success,
InvalidRequestException ire) |
CqlPreparedResult(CqlPreparedResult other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CqlPreparedResult |
ResultMessage.Prepared.toThriftPreparedResult() |
Copyright © 2013 The Apache Software Foundation