public static class BlazeGraphFeatures.Graph extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
| Modifier and Type | Field and Description |
|---|---|
static boolean |
SUPPORTS_COMPUTER |
static boolean |
SUPPORTS_CONCURRENT_ACCESS |
static boolean |
SUPPORTS_PERSISTENCE |
static boolean |
SUPPORTS_THREADED_TRANSACTIONS |
static boolean |
SUPPORTS_TRANSACTIONS |
| Constructor and Description |
|---|
Graph() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsComputer() |
boolean |
supportsConcurrentAccess()
One writer, many readers
|
boolean |
supportsPersistence() |
boolean |
supportsThreadedTransactions() |
boolean |
supportsTransactions() |
org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures |
variables() |
public static final boolean SUPPORTS_PERSISTENCE
public static final boolean SUPPORTS_TRANSACTIONS
public static final boolean SUPPORTS_THREADED_TRANSACTIONS
public static final boolean SUPPORTS_CONCURRENT_ACCESS
public static final boolean SUPPORTS_COMPUTER
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures variables()
variables in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeaturespublic boolean supportsPersistence()
supportsPersistence in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeaturespublic boolean supportsTransactions()
supportsTransactions in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeaturespublic boolean supportsThreadedTransactions()
supportsThreadedTransactions in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeaturespublic boolean supportsConcurrentAccess()
supportsConcurrentAccess in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeaturespublic boolean supportsComputer()
supportsComputer in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeaturesCopyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.