Class GafferPopGraphFeatures.GafferPopGraphGraphFeatures

  • All Implemented Interfaces:
    org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet, org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
    Enclosing class:
    GafferPopGraphFeatures

    public static final class GafferPopGraphFeatures.GafferPopGraphGraphFeatures
    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
    • Method Detail

      • 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
      • supportsComputer

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