public interface DseGraph
extends org.apache.tinkerpop.gremlin.structure.Graph
| Modifier and Type | Interface and Description |
|---|---|
static class |
DseGraph.Exceptions |
org.apache.tinkerpop.gremlin.structure.Graph.Features, org.apache.tinkerpop.gremlin.structure.Graph.Hidden, org.apache.tinkerpop.gremlin.structure.Graph.OptIn, org.apache.tinkerpop.gremlin.structure.Graph.OptIns, org.apache.tinkerpop.gremlin.structure.Graph.OptOut, org.apache.tinkerpop.gremlin.structure.Graph.OptOuts, org.apache.tinkerpop.gremlin.structure.Graph.Variables| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
The key that represents the graph name that must be specified in the configuration.
|
static java.lang.String |
USER
The user name for the connection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEffectiveAllowScan()
Returns the allow_scan option value for this graph's internal, automatically-managed transaction.
|
boolean |
isOpen()
Checks whether the graph is open.
|
java.lang.String |
name()
Returns the name of this graph which uniquely identifies this graph within the cluster.
|
com.datastax.bdp.graph.api.schema.Schema |
schema()
Returns a schema handle for the graph schema.
|
SnapshotBuilder |
snapshot()
Returns a builder that makes durable snapshots of specific vertex and edge labels.
|
static final java.lang.String NAME
static final java.lang.String USER
java.lang.String name()
boolean isOpen()
Graph.close()com.datastax.bdp.graph.api.schema.Schema schema()
SnapshotBuilder snapshot()
boolean getEffectiveAllowScan()
Schema.getEffectiveAllowScan() is preferred over this method. This method is only necessary
when the user overrides the allow_scan value at the transaction level.