MCPcopy Create free account
hub / github.com/dgraph-io/dgraph4j / execute

Method execute

src/main/java/io/dgraph/TransactionOp.java:23–23  ·  view source on GitHub ↗

Executes the operation using the provided transaction. @param txn the transaction to use — do not discard it, the caller manages the lifecycle @return the result of the operation @throws Exception if the operation fails

(Transaction txn)

Source from the content-addressed store, hash-verified

21 * @throws Exception if the operation fails
22 */
23 T execute(Transaction txn) throws Exception;
24}

Callers 4

testBankMethod · 0.65
doUpsertsMethod · 0.65
attemptAsyncMethod · 0.65
withRetryMethod · 0.65

Implementers 1

GraphQLRequestsrc/test/java/io/dgraph/TestUtil.java

Calls

no outgoing calls

Tested by 2

testBankMethod · 0.52
doUpsertsMethod · 0.52