Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure | |
org.apache.tinkerpop.gremlin.structure.util |
Modifier and Type | Method and Description |
---|---|
<R> Transaction.Workload<R> |
Transaction.submit(Function<Graph,R> work)
Submit a unit of work that represents a transaction returning a
Transaction.Workload that can be automatically
retried in the event of failure. |
Modifier and Type | Method and Description |
---|---|
<R> Transaction.Workload<R> |
AbstractTransaction.submit(Function<Graph,R> work) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.