Package app.ductape.sdk.graph.adapters
Class GraphAdapterFactory
java.lang.Object
app.ductape.sdk.graph.adapters.GraphAdapterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(GraphTypes.GraphType type) create(GraphTypes.GraphType type, Map<String, Object> connectionOptions) Instantiates an adapter.booleanbooleanisSupported(String type) voidregisterAdapter(GraphTypes.GraphType type, Class<? extends BaseGraphAdapter> adapterClass) boolean
-
Constructor Details
-
GraphAdapterFactory
public GraphAdapterFactory()
-
-
Method Details
-
create
Instantiates an adapter. WhenGraphTypes.GraphType.NEO4Jand connection options include a Bolt-capableconnectionUrl/uri, returnsNeo4jBoltGraphAdapterfor production execution. -
create
-
create
-
create
-
isSupported
-
isSupported
-
getSupportedTypes
-
registerAdapter
public void registerAdapter(GraphTypes.GraphType type, Class<? extends BaseGraphAdapter> adapterClass) -
unregisterAdapter
-