Package | Description |
---|---|
com.datastax.driver.dse.graph | |
com.datastax.dse.graph.internal |
Modifier and Type | Method and Description |
---|---|
GraphProtocol |
GraphOptions.getGraphSubProtocol()
Return the graph sub protocol set for all queries.
|
static GraphProtocol |
GraphProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphProtocol[] |
GraphProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphOptions |
GraphOptions.setGraphSubProtocol(GraphProtocol graphSubProtocol)
Set the sub protocol to use with DSE Graph.
|
SimpleStatement |
SimpleGraphStatement.unwrap(GraphProtocol graphProtocol)
Deprecated.
|
abstract Statement |
GraphStatement.unwrap(GraphProtocol graphProtocol)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Statement |
RemoteSourceSimpleGraphStatement.unwrap(GraphProtocol graphProtocol)
Deprecated.
|
Copyright © 2012–2019. All rights reserved.