A B C D E F G I L N O P Q S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- EACH_QUORUM - com.opencloud.slee.resource.cassandra_cql.CassandraConsistencyLevel
- enableTracing() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Enables tracing for this query.
- enableTracing() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Convenience method to enables tracing for all bound statements created from this prepared statement.
- endSession() - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
End this session.
- execute(long, TimeUnit, CassandraStatement) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLProvider
-
Execute a statement (synchronous; blocks the calling thread until a result is ready, or the query times out)
- execute(long, TimeUnit, CassandraStatement) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a statement (synchronous; blocks the calling thread until a result is ready, or the query times out)
- execute(long, TimeUnit, String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLProvider
-
Execute a query (synchronous; blocks the calling thread until a result is ready, or the query times out)
- execute(long, TimeUnit, String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (synchronous; blocks the calling thread until a result is ready, or the query times out)
- execute(long, TimeUnit, String, Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLProvider
-
Execute a query (synchronous; blocks the calling thread until a result is ready, or the query times out)
- execute(long, TimeUnit, String, Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (synchronous; blocks the calling thread until a result is ready, or the query times out)
- execute(CassandraStatement) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLProvider
-
Execute a statement (synchronous; blocks the calling thread until a result is ready)
- execute(CassandraStatement) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a statement (synchronous; blocks the calling thread until a result is ready)
- execute(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLProvider
-
Execute a query (synchronous; blocks the calling thread until a result is ready)
- execute(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (synchronous; blocks the calling thread until a result is ready)
- execute(String, Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraCQLProvider
-
Execute a query (synchronous; blocks the calling thread until a result is ready)
- execute(String, Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (synchronous; blocks the calling thread until a result is ready)
- executeAsync(long, TimeUnit, CassandraStatement) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a statement (a-synchronous)
- executeAsync(long, TimeUnit, String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (a-synchronous)
- executeAsync(long, TimeUnit, String, Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (a-synchronous)
- executeAsync(CassandraStatement) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a statement (a-synchronous)
- executeAsync(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (a-synchronous)
- executeAsync(String, Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraSession
-
Execute a query (a-synchronous)
All Classes All Packages