Package uk.gov.gchq.gaffer.tinkerpop
Class GafferPopGraphFeatures.GafferPopGraphGraphFeatures
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsComputer()booleansupportsThreadedTransactions()booleansupportsTransactions()
-
-
-
Method Detail
-
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
-
supportsComputer
public boolean supportsComputer()
- Specified by:
supportsComputerin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
-