| Package | Description |
|---|---|
| org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> void |
LineageGraphTransactionManager.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 biConsumer
|
static <T> void |
LineageGraphTransactionManager.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 consumer
|
static <T,R> R |
LineageGraphTransactionManager.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 function
|
static <R> R |
LineageGraphTransactionManager.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 supplier
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.