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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    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 interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
    • supportsTransactions

      public boolean supportsTransactions()
      Specified by:
      supportsTransactions in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
    • supportsThreadedTransactions

      public boolean supportsThreadedTransactions()
      Specified by:
      supportsThreadedTransactions in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
    • supportsOrderabilitySemantics

      public boolean supportsOrderabilitySemantics()
      Specified by:
      supportsOrderabilitySemantics in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
    • variables

      public org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures variables()
      Specified by:
      variables in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures