Class ODBFeatures.OrientGraphFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientGraphFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet,org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
- Enclosing class:
- ODBFeatures
public static class ODBFeatures.OrientGraphFeatures
extends Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanorg.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, supportsOrderabilitySemantics, supportsPersistence, supportsServiceCall
-
Field Details
-
transactionalGraph
protected final boolean transactionalGraph
-
-
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
-
variables
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures variables()- Specified by:
variablesin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-