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 TypeMethodDescriptionbooleanbooleanbooleanbooleanorg.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeaturesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
supportsComputerin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
supportsTransactions
public boolean supportsTransactions()- Specified by:
supportsTransactionsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
supportsThreadedTransactions
public boolean supportsThreadedTransactions()- Specified by:
supportsThreadedTransactionsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
supportsOrderabilitySemantics
public boolean supportsOrderabilitySemantics()- Specified by:
supportsOrderabilitySemanticsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
variables
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures variables()- Specified by:
variablesin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-