Class RemoteGraph.RemoteGraphFeatures
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.RemoteGraph.RemoteGraphFeatures
 
 
- 
- All Implemented Interfaces:
 Graph.Features.FeatureSet,Graph.Features.GraphFeatures
- Enclosing class:
 - RemoteGraph
 
public static class RemoteGraph.RemoteGraphFeatures extends Object implements 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 booleansupportsThreadedTransactions()Determines if theGraphimplementation supports threaded transactions which allow a transaction to be executed across multiple threads viaTransaction.createThreadedTx().booleansupportsTransactions()Determines if theGraphimplementations supports transactions.- 
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
supportsComputer, supportsConcurrentAccess, supportsIoRead, supportsIoWrite, supportsOrderabilitySemantics, supportsPersistence, supportsServiceCall, variables 
 - 
 
 - 
 
- 
- 
Method Detail
- 
supportsTransactions
public boolean supportsTransactions()
Description copied from interface:Graph.Features.GraphFeaturesDetermines if theGraphimplementations supports transactions.- Specified by:
 supportsTransactionsin interfaceGraph.Features.GraphFeatures
 
- 
supportsThreadedTransactions
public boolean supportsThreadedTransactions()
Description copied from interface:Graph.Features.GraphFeaturesDetermines if theGraphimplementation supports threaded transactions which allow a transaction to be executed across multiple threads viaTransaction.createThreadedTx().- Specified by:
 supportsThreadedTransactionsin interfaceGraph.Features.GraphFeatures
 
 - 
 
 -