Uses of Class
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.factory.GraphFactory
-
Packages that use GraphFactory Package Description org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph -
-
Uses of GraphFactory in org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph
Methods in org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph with parameters of type GraphFactory Modifier and Type Method Description static <T,U>
voidLineageGraphTransactionManager. commit(GraphFactory factory, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, BiConsumer<T,U> biConsumer, T arg1, U arg2, String errorMessage)Commits a transaction after calling method accept on incoming biConsumerstatic <T> voidLineageGraphTransactionManager. commit(GraphFactory factory, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, Consumer<T> consumer, T arg1, String errorMessage)Commits a transaction after calling method accept on incoming consumerstatic <T,R>
RLineageGraphTransactionManager. commit(GraphFactory factory, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, Function<T,R> function, T entity, String errorMessage)Commits a transaction after calling method apply on incoming functionstatic <R> RLineageGraphTransactionManager. commit(GraphFactory factory, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, Supplier<R> supplier, String errorMessage)Commits a transaction after calling method get on incoming supplierstatic <T,U,V>
voidLineageGraphTransactionManager. commit(GraphFactory factory, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, org.apache.tinkerpop.gremlin.util.function.TriConsumer<T,U,V> biConsumer, T arg1, U arg2, V arg3, String errorMessage)Commits a transaction after calling method accept on incoming triConsumerConstructors in org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph with parameters of type GraphFactory Constructor Description LineageGraphConnectorHelper(GraphFactory graphFactory, boolean supportingTransactions)
-