Class ArangoDBGraphFeatures.ArangoDBGraphGraphFeatures
java.lang.Object
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphFeatures.ArangoDBGraphGraphFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
,org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
- Enclosing class:
ArangoDBGraphFeatures
public static class ArangoDBGraphFeatures.ArangoDBGraphGraphFeatures
extends Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
FEATURE_COMPUTER, FEATURE_CONCURRENT_ACCESS, FEATURE_IO_READ, FEATURE_IO_WRITE, FEATURE_ORDERABILITY_SEMANTICS, FEATURE_PERSISTENCE, FEATURE_SERVICE_CALL, FEATURE_THREADED_TRANSACTIONS, FEATURE_TRANSACTIONS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
supportsConcurrentAccess, supportsIoRead, supportsIoWrite, supportsPersistence, supportsServiceCall
-
Constructor Details
-
ArangoDBGraphGraphFeatures
public ArangoDBGraphGraphFeatures()
-
-
Method Details
-
supportsComputer
public boolean supportsComputer()- Specified by:
supportsComputer
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
supportsTransactions
public boolean supportsTransactions()- Specified by:
supportsTransactions
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
supportsThreadedTransactions
public boolean supportsThreadedTransactions()- Specified by:
supportsThreadedTransactions
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
supportsOrderabilitySemantics
public boolean supportsOrderabilitySemantics()- Specified by:
supportsOrderabilitySemantics
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
variables
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures variables()- Specified by:
variables
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-