class Dse::Graph::ExecutionProfile
Execution profile class that adds graph option support
Inherits
Cassandra::Execution::Profile
Extends
Forwardable
Methods
new
(options = {})Creates a Dse::Graph::ExecutionProfile
instance, which extends
Cassandra::Execution::Profile.
It takes all of the same options as the Cassandra::Execution::Profile constructor and
the following extra options.
graph_name
read or writeReturns name of the targeted graph; required unless the statement is a system query.
graph_source
read or writeReturns graph traversal source (default “g”)
graph_language
read or writeReturns language used in the graph statement (default “gremlin-groovy”)
graph_read_consistency
read or writeReturns read consistency level for graph statement. Overrides the standard statement consistency level. Defaults to ONE in the server, but the default may be configured differently.
graph_write_consistency
read or writeReturns write consistency level for graph statement. Overrides the standard statement consistency level. Defaults to QUORUM in the server, but the default may be configured differently.