MCPcopy Create free account
hub / github.com/bytedance/terarkdb / getName

Method getName

java/src/main/java/org/rocksdb/Transaction.java:1466–1469  ·  view source on GitHub ↗

Get the name of the transaction. @return the name of the transaction

()

Source from the content-addressed store, hash-verified

1464 * @return the name of the transaction
1465 */
1466 public String getName() {
1467 assert(isOwningHandle());
1468 return getName(nativeHandle_);
1469 }
1470
1471 /**
1472 * Get the ID of the transaction.

Callers 4

HdfsCloseHelperMethod · 0.45
HdfsLoggerMethod · 0.45
nameMethod · 0.45
nameMethod · 0.45

Calls 1

isOwningHandleMethod · 0.45

Tested by 2

nameMethod · 0.36
nameMethod · 0.36