This will convert the underlying call to Cassandra done with Google Guava ListenableFuture to a consumable Scala Future that will be completed once the operation is completed on the database end.
This will convert the underlying call to Cassandra done with Google Guava ListenableFuture to a consumable Scala Future that will be completed once the operation is completed on the database end.
The execution context of the transformation is provided by phantom via com.websudos.phantom.Manager.scalaExecutor and it is recommended to use com.websudos.phantom.dsl.context for operations that chain database calls.
The function allowing to modify underlying Statement
The implicit session provided by a com.websudos.phantom.connectors.Connector.
The implicit keySpace definition provided by a com.websudos.phantom.connectors.Connector.
The implicit Scala executor.
An asynchronous Scala future wrapping the Datastax result set.
Default asynchronous query execution method.
Default asynchronous query execution method. This will convert the underlying call to Cassandra done with Google Guava ListenableFuture to a consumable Scala Future that will be completed once the operation is completed on the database end.
The execution context of the transformation is provided by phantom via com.websudos.phantom.Manager.scalaExecutor and it is recommended to use com.websudos.phantom.dsl.context for operations that chain database calls.
The implicit session provided by a com.websudos.phantom.connectors.Connector.
The implicit keySpace definition provided by a com.websudos.phantom.connectors.Connector.
The implicit Scala execution context.
An asynchronous Scala future wrapping the Datastax result set.
Generates a conditional query clause based on CQL lightweight transactions.
Generates a conditional query clause based on CQL lightweight transactions. Compare and set transactions only get executed if a particular condition is true.
The Compare-And-Set clause to append to the builder.
A conditional query, now bound by a compare-and-set part.