|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Compression | |
---|---|
org.apache.cassandra.thrift |
Uses of Compression in org.apache.cassandra.thrift |
---|
Fields in org.apache.cassandra.thrift declared as Compression | |
---|---|
Compression |
Cassandra.execute_cql_query_args.compression
|
Methods in org.apache.cassandra.thrift that return Compression | |
---|---|
static Compression |
Compression.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
Compression |
Cassandra.execute_cql_query_args.getCompression()
|
static Compression |
Compression.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.cassandra.thrift with parameters of type Compression | |
---|---|
CqlResult |
CassandraServer.execute_cql_query(java.nio.ByteBuffer query,
Compression compression)
|
CqlResult |
Cassandra.Iface.execute_cql_query(java.nio.ByteBuffer query,
Compression compression)
Executes a CQL (Cassandra Query Language) statement and returns a CqlResult containing the results. |
CqlResult |
Cassandra.Client.execute_cql_query(java.nio.ByteBuffer query,
Compression compression)
|
void |
Cassandra.AsyncIface.execute_cql_query(java.nio.ByteBuffer query,
Compression compression,
org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.execute_cql_query_call> resultHandler)
|
void |
Cassandra.AsyncClient.execute_cql_query(java.nio.ByteBuffer query,
Compression compression,
org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.execute_cql_query_call> resultHandler)
|
void |
Cassandra.Client.send_execute_cql_query(java.nio.ByteBuffer query,
Compression compression)
|
Cassandra.execute_cql_query_args |
Cassandra.execute_cql_query_args.setCompression(Compression compression)
|
Constructors in org.apache.cassandra.thrift with parameters of type Compression | |
---|---|
Cassandra.AsyncClient.execute_cql_query_call(java.nio.ByteBuffer query,
Compression compression,
org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.execute_cql_query_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
|
Cassandra.execute_cql_query_args(java.nio.ByteBuffer query,
Compression compression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |